21 lines
1.0 KiB
Markdown
21 lines
1.0 KiB
Markdown
---
|
|
description: Compare multiple sources on a topic and produce a source-grounded matrix of agreements, disagreements, and confidence.
|
|
---
|
|
Compare sources for: $@
|
|
|
|
Requirements:
|
|
- Use the `researcher` subagent to gather source material when the comparison set is broad, and the `verifier` subagent to pressure-test the resulting matrix when needed.
|
|
- Identify the strongest relevant primary sources first.
|
|
- For current or market-facing topics, use `web_search` and `fetch_content` to gather up-to-date primary sources before comparing them.
|
|
- For academic claims, use `alpha_search` and inspect the strongest papers directly.
|
|
- Inspect the top sources directly before comparing them.
|
|
- Build a comparison matrix covering:
|
|
- source
|
|
- key claim
|
|
- evidence type
|
|
- caveats
|
|
- confidence
|
|
- Distinguish agreement, disagreement, and uncertainty clearly.
|
|
- End with a `Sources` section containing direct URLs for every source used.
|
|
- If the user wants a durable artifact, save exactly one comparison to `outputs/` as markdown.
|