---
name: xiangyue-zhang/progress-report
source: https://app.decimal.ai/s/xiangyue-zhang-progress-report@1/SKILL.md
source_sha256: 6a28ba55ac27
---

# progress-report

Generate a structured progress report for the current research project.

Invoke as `/progress-report` in Claude Code or `$progress-report` in Codex.

## 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

```markdown
# 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
```