- Every workflow prompt now shows a plan and asks the user to confirm before executing - /autoresearch asks for execution environment (local, branch, venv, cloud) and confirms before looping - Writer agent and key prompts now generate charts (pi-charts) and diagrams (Mermaid) when data calls for it - Cite alphaXiv and Agent Computer in README and website homepage - Clear terminal screen before launching Pi TUI - Remove Alpha Hub GitHub link in favor of alphaxiv.org Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1.0 KiB
1.0 KiB
description, args, section, topLevelCli
| description | args | section | topLevelCli |
|---|---|---|---|
| Compare multiple sources on a topic and produce a source-grounded matrix of agreements, disagreements, and confidence. | <topic> | Research Workflows | true |
Compare sources for: $@
Requirements:
- Before starting, outline the comparison plan: which sources to compare, which dimensions to evaluate, expected output structure. Present the plan to the user and confirm before proceeding.
- Use the
researchersubagent to gather source material when the comparison set is broad, and theverifiersubagent to verify sources and add inline citations to the final matrix. - Build a comparison matrix covering: source, key claim, evidence type, caveats, confidence.
- Generate charts with
pi-chartswhen the comparison involves quantitative metrics. Use Mermaid for method or architecture comparisons. - Distinguish agreement, disagreement, and uncertainty clearly.
- Save exactly one comparison to
outputs/as markdown. - End with a
Sourcessection containing direct URLs for every source used.