MetaClaw structured-progress-update
Use this skill when summarizing progress on an ongoing project or multi-step task. Give a clear, scannable status report whenever asked for an update or at the end of a work session.
install
source · Clone the upstream repo
git clone https://github.com/aiming-lab/MetaClaw
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiming-lab/MetaClaw "$T" && mkdir -p ~/.claude/skills && cp -r "$T/memory_data/skills/structured-progress-update" ~/.claude/skills/aiming-lab-metaclaw-structured-progress-update && rm -rf "$T"
manifest:
memory_data/skills/structured-progress-update/SKILL.mdsource content
Structured Progress Update
When reporting on work in progress, use a consistent structure:
Format:
- Done: List completed items concisely.
- In progress: What is currently being worked on and expected completion.
- Blocked: Any items waiting on external input — state exactly what is needed.
- Next: The immediately next action item.
Principles:
- Be specific:
notCompleted API integration for /users endpoint
.worked on API - Surface blockers proactively — don't wait to be asked.
- Keep it scannable: bullets over paragraphs.