Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-progress
gsd-progress
GitHubGSD统一情境命令,用于检查项目进度、总结近期工作及规划后续行动。支持默认路由、自动推进下一步(--next)、自由意图分发(--do)及完整性审计(--forensic),智能调度至相应工作流。
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


