244e346b83
- Skill optimization framework with training loop analogy - 11 benchmarks, 4 model backends (Azure OpenAI, Claude, Codex, Qwen) - WebUI for browser-based training control - Pluggable architecture for extending benchmarks and backends
12 lines
517 B
Markdown
12 lines
517 B
Markdown
# SealQA Skill
|
|
|
|
## Evidence Gathering
|
|
- Search for the most directly relevant evidence before answering.
|
|
- If multiple sources conflict, prefer the source that best matches the question's entity, date, and scope.
|
|
- Keep notes on which evidence directly answers the question versus which evidence is only contextual.
|
|
|
|
## Final Answer Discipline
|
|
- Do not answer until the supporting evidence is specific enough.
|
|
- Choose the final answer that is best grounded in the gathered evidence.
|
|
- Keep the final answer concise.
|