بنقرة واحدة
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 المهني
Use when: an agent needs to debug, inspect, or control a local program from shell commands with dap-cli; trigger for DAP debugging, breakpoints, stack/variables inspection, launch.json debugging, js-debug, debugpy, CodeLLDB, Rust, Chrome debugging, Playwright interop, or poll-then-inspect debug loops. Assumes dap-cli is already on PATH.
Use when: cutting a new dap-cli release to npm. Walks through bumping the version, pushing the tag, and creating the GitHub Release that triggers the publish workflow.
Show available GSD commands and usage guide
Ingest external plans with conflict detection against project decisions before writing anything.
Interactive command center for managing multiple phases from one terminal
Create context handoff when pausing work mid-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>
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.