Agent Skills
› davepoon/buildwithclaude
› gsd:progress
gsd:progress
GitHub检查项目进度,总结近期工作与后续计划,并智能路由至下一步行动(执行现有计划或创建新计划),提供情境感知。
Trigger Scenarios
需要检查项目当前进展状态
在继续工作前获取情境感知
Install
npx skills add davepoon/buildwithclaude --skill gsd:progress -g -y
SKILL.md
Frontmatter
{
"name": "gsd:progress",
"description": "Check project progress, show context, and route to next action (execute or plan). Use --forensic to append a 6-check integrity audit after the standard report.",
"allowed-tools": [
"Read",
"Bash",
"Grep",
"Glob",
"SlashCommand"
],
"argument-hint": "[--forensic]"
}
Provides situational awareness before continuing work.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/progress.md </execution_context>
Version History
- 502fc01 Current 2026-07-05 15:14


