Agent Skills
› davepoon/buildwithclaude
› gsd:progress
gsd:progress
GitHub检查项目进度,总结近期工作与后续计划,并根据情况智能路由至执行现有方案或制定新计划。支持通过--forensic参数附加6项完整性审计,提供行动前的态势感知。
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


