name: status description: Check the progress of the current or most recent deep research run. Shows stage, source counts, claim counts, and any issues.
Check the status of the most recent deep research run.
Instructions
- Find the latest run directory under
.deep-research/runs/(sort by directory name, most recent first). - Read
run.jsonfor the run metadata and current status. - Count entries in
sources.jsonl,claims.jsonl, andevidence.jsonl. - List any notes files in the
notes/directory. - Check if
report.mdexists and has content. - Run a quick audit:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/dr_audit.py --mode full --run-dir <run_dir>
Output
Provide a concise status summary:
- Run ID: the run identifier
- Topic: the research question
- Status: current phase (planning/scouting/analyzing/synthesizing/complete)
- Sources: count and breakdown by type
- Claims: count and breakdown by importance and status
- Evidence: edge count
- Notes: number of source notes written
- Report: exists/empty/missing
- Audit: pass/fail with failure details if any
Related skills
Prompt Engineering
Data & AI
Prompt engineering best practices and templates to maximize AI outputs.
claudeCursorWindsurf+1beginner
289
78
871
Data Visualization
Data & AI
Generates data visualizations and charts tailored to your data.
claudeCursorWindsurfintermediate
198
56
705
RAG Architecture Setup
Data & AI
Setup guide for RAG (Retrieval-Augmented Generation) architectures.
claudeCursorWindsurfadvanced
167
51
668