Files
feynman/prompts/draft.md
Advait Paliwal a452cd95b8 Add plan-confirm steps to all workflows, cite alphaXiv and Agent Computer, add visuals to writer
- 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>
2026-03-23 17:45:26 -07:00

1.1 KiB

description, args, section, topLevelCli
description args section topLevelCli
Turn research findings into a polished paper-style draft with equations, sections, and explicit claims. <topic> Research Workflows true

Write a paper-style draft for: $@

Requirements:

  • Before writing, outline the draft structure: proposed title, sections, key claims to make, and source material to draw from. Present the outline to the user and confirm before proceeding.
  • Use the writer subagent when the draft should be produced from already-collected notes, then use the verifier subagent to add inline citations and verify sources.
  • Include at minimum: title, abstract, problem statement, related work, method or synthesis, evidence or experiments, limitations, conclusion.
  • Use clean Markdown with LaTeX where equations materially help.
  • Generate charts with pi-charts for quantitative data, benchmarks, and comparisons. Use Mermaid for architectures and pipelines. Every figure needs a caption.
  • Save exactly one draft to papers/ as markdown.
  • End with a Sources appendix with direct URLs for all primary references.