بنقرة واحدة
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 ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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
| 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.