gsd-progress
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese<objective>
Check project progress, summarize recent work and what's ahead, then intelligently route to the next action.
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 to bypass safety gates.
--force - --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. </objective>
<execution_context>
@/.claude/gsd-core/workflows/progress.md
@/.claude/gsd-core/workflows/next.md
@/.claude/gsd-core/workflows/do.md
@/.claude/gsd-core/references/ui-brand.md
</execution_context>
<process>
Arguments provided: "$ARGUMENTS"
Parse the first token from the provided arguments:
- If it is `--next`: strip the flag, execute the next workflow (passing remaining args e.g. --force, --auto).
- If it is `--do`: strip the flag, pass remainder as freeform intent to the do workflow.
- Otherwise: execute the progress workflow end-to-end (pass --forensic through if present).
Preserve all routing logic from the target workflow.
</process>
<objective>
检查项目进度,总结近期工作及后续安排,然后智能路由至下一步操作。
三种模式:
- default:显示进度报告 + 智能路由至下一步操作(执行或规划)。在继续工作前提供情境感知。
- --next:无需手动选择路由,自动推进至下一个逻辑步骤。读取STATE.md、ROADMAP.md和阶段目录。支持参数绕过安全校验。
--force - --do "task description":分析自由格式自然语言,并分派至最合适的GSD命令。本身不执行任务——仅匹配意图、确认后移交。
- --forensic:在标准进度报告后附加一项6项检查的完整性审计。 </objective>
<execution_context>
@/.claude/gsd-core/workflows/progress.md
@/.claude/gsd-core/workflows/next.md
@/.claude/gsd-core/workflows/do.md
@/.claude/gsd-core/references/ui-brand.md
</execution_context>
<process>
提供的参数:"$ARGUMENTS"
从提供的参数中解析第一个标记:
- 如果是`--next`:移除该参数,执行下一步工作流(传递剩余参数,如--force、--auto)。
- 如果是`--do`:移除该参数,将剩余内容作为自由格式意图传递至do工作流。
- 否则:完整执行进度工作流(如果存在--forensic则一并传递)。
保留目标工作流的所有路由逻辑。
</process>