원클릭으로
gsd-progress
Check progress, advance workflow, or dispatch freeform intent — the unified GSD situational command
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Check progress, advance workflow, or dispatch freeform intent — the unified GSD situational command
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Generate tests for a completed phase based on UAT criteria and implementation
Generate an AI-SPEC.md design contract for phases that involve building AI systems.
Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit
Audit milestone completion against original intent before archiving
Cross-phase audit of all outstanding UAT and verification items
Run all remaining phases autonomously — discuss→plan→execute per phase
SOC 직업 분류 기준
| name | gsd-progress |
| description | Check progress, advance workflow, or dispatch freeform intent — the unified GSD situational command |
| argument-hint | [--forensic | --next | --do \"task description\"] |
| allowed-tools | Read, Bash, Grep, Glob, SlashCommand, AskUserQuestion |
Three modes:
--force to bypass safety gates.<execution_context> @.github/get-shit-done/workflows/progress.md @.github/get-shit-done/workflows/next.md @.github/get-shit-done/workflows/do.md @.github/get-shit-done/references/ui-brand.md </execution_context>
Parse the first token of $ARGUMENTS: - If it is `--next`: strip the flag, execute the next workflow (passing remaining args e.g. --force). - 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.