ultrathink
Re-render the deep research report from existing artifacts.
Instructions
- Find the latest run directory under
.deep-research/runs/(or use the run specified in $ARGUMENTS if provided). - Read all existing artifacts:
sources.jsonl,claims.jsonl,evidence.jsonl,conflicts.md,notes/*.md. - Write a fresh
synthesis.mdbased on the evidence. - Generate the report:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/dr_render_report.py --run-dir <run_dir> - Review and enhance the generated
report.mdwith your narrative analysis.
Constraints
- Do NOT re-fetch any web sources. Work only from existing artifacts.
- Do NOT modify
sources.jsonl,claims.jsonl, orevidence.jsonl. - You MAY update
synthesis.md,conflicts.md, andreport.md.
Deliverable
Return the path to the updated report.md and a brief summary of changes.
