Agent Skills
› aiming-lab/MetaClaw
› structured-progress-update
structured-progress-update
GitHub用于生成项目或任务的结构化进度报告,包含已完成、进行中、阻塞项及下一步计划,强调具体性和可扫描性。
Trigger Scenarios
被要求提供工作更新时
工作会话结束时
Install
npx skills add aiming-lab/MetaClaw --skill structured-progress-update -g -y
SKILL.md
Frontmatter
{
"name": "structured-progress-update",
"category": "productivity",
"description": "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."
}
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:
Completed API integration for /users endpointnotworked on API. - Surface blockers proactively — don't wait to be asked.
- Keep it scannable: bullets over paragraphs.
Version History
- 922caf3 Current 2026-07-25 11:08


