Auto-deep-researcher-24x7 progress-report

Generate structured research progress reports

install
source · Clone the upstream repo
git clone https://github.com/Xiangyue-Zhang/auto-deep-researcher-24x7
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Xiangyue-Zhang/auto-deep-researcher-24x7 "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/progress-report" ~/.claude/skills/xiangyue-zhang-auto-deep-researcher-24x7-progress-report && rm -rf "$T"
manifest: skills/progress-report/SKILL.md
source content

/progress-report

Generate a structured progress report for the current research project.

Behavior

  1. Read the project's MEMORY_LOG.md for milestones and decisions
  2. Check recent experiment logs in workspace
  3. Compile results into a structured report

Output Format

# Progress Report — YYYY-MM-DD

## Current Status
- Best result: [metric]
- Total experiments: [N]
- Current direction: [description]

## Recent Experiments
| # | Config | Metric | Date | Notes |
|---|--------|--------|------|-------|

## Key Insights
- What we learned
- What works / doesn't work

## Next Steps
1. Planned experiments
2. Open questions

## Blockers
- Any issues or risks