Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-progress
gsd-progress
GitHubGSD工作流进度检查与智能路由工具。支持查看项目进展、自动推进下一步任务、分发自然语言意图至对应命令,以及执行完整性审计,提供情境感知以指导后续开发行动。
Trigger Scenarios
需要检查项目当前进度和状态
希望自动推进到下一个逻辑开发步骤
通过自然语言描述意图并分发给特定工作流
Install
npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-progress -g -y
SKILL.md
Frontmatter
{
"name": "gsd-progress",
"description": "Check progress, advance workflow, or dispatch freeform intent — the unified GSD situational command",
"allowed-tools": [
"Read",
"Bash",
"Grep",
"Glob",
"SlashCommand",
"AskUserQuestion"
],
"argument-hint": "[--forensic | --next | --do \\\"task description\\\"]"
}
Three modes:
- default: Show progress report + intelligently route to the next action (execute or plan). Provides situational awareness before continuing work.
- --next: Automatically advance to the next logical step without manual route selection. Reads STATE.md, ROADMAP.md, and phase directories. Supports
--forceto bypass safety gates. - --do "task description": Analyze freeform natural language and dispatch to the most appropriate GSD command. Never does the work itself — matches intent, confirms, hands off.
- --forensic: Append a 6-check integrity audit after the standard progress report.
<execution_context> @$HOME/.claude/get-shit-done/workflows/progress.md @$HOME/.claude/get-shit-done/workflows/next.md @$HOME/.claude/get-shit-done/workflows/do.md @$HOME/.claude/get-shit-done/references/ui-brand.md </execution_context>
Preserve all routing logic from the target workflow.
Version History
- 581d130 Current 2026-07-19 09:10


