Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
gsd:progress - Prompt - OpenSmartRoute
Promptv1.0.0
gsd:progress
Check progress, advance workflow, or dispatch freeform intent — the unified GSD situational command
Prompt file imported from cl0q/MusicLibraryManager (.claude/commands/gsd/progress.md). Fill in {{arguments}} before use. Copyright stays with the author.
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 --force to 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.
Preserve all routing logic from the target workflow.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
<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 `--force` to 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.
</objective>
<flags>
- **--next**: Detect current project state and automatically invoke the next logical GSD workflow step. Scans all prior phases for incomplete work before routing. `--next --force` bypasses safety gates.
- **--do "..."**: Smart dispatcher — match freeform intent to the best GSD command using routing rules, confirm the match, then hand off.
- **--forensic**: Run 6-check integrity audit after the standard progress report.
- **(no flag)**: Standard progress check + intelligent routing (Routes A through F).
</flags>
<execution_context>
@C:/Users/T15341A/dev/p/MLM/.claude/get-shit-done/workflows/progress.md
@C:/Users/T15341A/dev/p/MLM/.claude/get-shit-done/workflows/next.md
@C:/Users/T15341A/dev/p/MLM/.claude/get-shit-done/workflows/do.md
@C:/Users/T15341A/dev/p/MLM/.claude/get-shit-done/references/ui-brand.md
</execution_context>
<process>
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.
</process>
Manifest
The prompt text and its fill-in variables. Copy it or fetch it by URL from your own code.
{
"prompt": "<objective>\nCheck project progress, summarize recent work and what's ahead, then intelligently route to the next action.\n\nThree modes:\n- **default**: Show progress report + intelligently route to the next action (execute or plan). Provides situational awareness before continuing work.\n- **--next**: Automatically advance to the next logical step without manual route selection. Reads STATE.md, ROADMAP.md, and phase directories. Supports `--force` to bypass safety gates.\n- **--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.\n- **--forensic**: Append a 6-check integrity audit after the standard progress report.\n</objective>\n\n<flags>\n- **--next**: Detect current project state and automatically invoke the next logical GSD workflow step. Scans all prior phases for incomplete work before routing. `--next --force` bypasses safety gates.\n- **--do \"...\"**: Smart dispatcher — match freeform intent to the best GSD command using routing rules, confirm the match, then hand off.\n- **--forensic**: Run 6-check integrity audit after the standard progress report.\n- **(no flag)**: Standard progress check + intelligent routing (Routes A through F).\n</flags>\n\n<execution_context>\n@C:/Users/T15341A/dev/p/MLM/.claude/get-shit-done/workflows/progress.md\n@C:/Users/T15341A/dev/p/MLM/.claude/get-shit-done/workflows/next.md\n@C:/Users/T15341A/dev/p/MLM/.claude/get-shit-done/workflows/do.md\n@C:/Users/T15341A/dev/p/MLM/.claude/get-shit-done/references/ui-brand.md\n</execution_context>\n\n<process>\nParse the first token of {{arguments}}:\n- If it is `--next`: strip the flag, execute the next workflow (passing remaining args e.g. --force).\n- If it is `--do`: strip the flag, pass remainder as freeform intent to the do workflow.\n- Otherwise: execute the progress workflow end-to-end (pass --forensic through if present).\n\nPreserve all routing logic from the target workflow.\n</process>",
"variables": [
"arguments"
],
"notes": "Check progress, advance workflow, or dispatch freeform intent — the unified GSD situational command Tools: Read, Bash, Grep, Glob, SlashCommand, AskUserQuestion. Arguments: [--forensic | --next | --do \"task description\"].",
"metadata": {
"source": {
"provider": "github-claude-commands",
"repository": "https://github.com/cl0q/MusicLibraryManager",
"path": ".claude/commands/gsd/progress.md",
"ref": "b2ba1031d55d0a89b9a313d305a501c7f4b268ec",
"url": "https://github.com/cl0q/MusicLibraryManager/blob/b2ba1031d55d0a89b9a313d305a501c7f4b268ec/.claude/commands/gsd/progress.md",
"key": "cl0q/MusicLibraryManager/.claude/commands/gsd/progress.md"
}
}
}
Fetch it by URL: GET /api/v1/registry/cl0q-musiclibrarymanager-progress-command/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.