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


