---
name: Progress Report
slug: progress-report
category: Data
description: Progress Report generates structured research progress reports from project memory logs and recent experiment logs. Use it to summarize current status, key insights, next steps, and blockers in autonomous research projects.
github: "https://github.com/Xiangyue-Zhang/auto-deep-researcher-24x7/tree/main/skills/progress-report"
language: Python
stars: 1279
forks: 111
install: "npx degit https://github.com/Xiangyue-Zhang/auto-deep-researcher-24x7/tree/main/skills/progress-report ~/.claude/skills/progress-report"
installs_to: ~/.claude/skills/progress-report
source_path: skills/progress-report/SKILL.md
collection_size: 8
category_size: 668
collection_url: "https://dirskills.com/collections/Xiangyue-Zhang/auto-deep-researcher-24x7"
added: 2026-08-20T07:55:05.102Z
last_synced: 2026-08-20T07:55:05.102Z
canonical_url: "https://dirskills.com/skills/progress-report"
---

# Progress Report

Progress Report generates structured research progress reports from project memory logs and recent experiment logs. Use it to summarize current status, key insights, next steps, and blockers in autonomous research projects.

**Install:**

```bash
npx degit https://github.com/Xiangyue-Zhang/auto-deep-researcher-24x7/tree/main/skills/progress-report ~/.claude/skills/progress-report
```

## README

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