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


