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-autonomous - Prompt - OpenSmartRoute
Promptv1.0.0
gsd-autonomous
Run all remaining phases autonomously — discuss→plan→execute per phase
When --converge or --cross-ai is set, reviewer selector flags supported by gsd-plan-review-convergence may be passed through: --codex, --gemini, --claude, --opencode, --ollama, --lm-studio, --llama-cpp, --all, and --max-cycles N.
Project context, phase list, and state are resolved inside the workflow using init commands (gsd-tools query init.milestone-op, gsd-tools query roadmap.analyze). No upfront context loading needed.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
<objective>
Execute all remaining milestone phases autonomously. For each phase: discuss → plan → execute. Pauses only for user decisions (grey area acceptance, blockers, validation requests).
Uses ROADMAP.md phase discovery and Skill() flat invocations for each phase command. After all phases complete: milestone audit → complete → cleanup.
**Creates/Updates:**
- `.planning/STATE.md` — updated after each phase
- `.planning/ROADMAP.md` — progress updated after each phase
- Phase artifacts — CONTEXT.md, PLANs, SUMMARYs per phase
**After:** Milestone is complete and cleaned up.
</objective>
<execution_context>
@/home/ilia/IdeaProjects/mrkekbot/.claude/gsd-core/workflows/autonomous.md
@/home/ilia/IdeaProjects/mrkekbot/.claude/gsd-core/references/ui-brand.md
</execution_context>
<context>
Optional flags:
- `--from N` — start from phase N instead of the first incomplete phase.
- `--to N` — stop after phase N completes (halt instead of advancing to next phase).
- `--only N` — execute only phase N (single-phase mode).
- `--interactive` — run discuss inline with questions (not auto-answered), then dispatch plan→execute as background agents. Keeps the main context lean while preserving user input on decisions.
- `--converge` — run each phase's planning step through `gsd-plan-review-convergence` instead of plain `gsd-plan-phase`. Requires `workflow.plan_review_convergence=true`.
- `--cross-ai` — compatibility alias for `--converge`.
When `--converge` or `--cross-ai` is set, reviewer selector flags supported by `gsd-plan-review-convergence` may be passed through: `--codex`, `--gemini`, `--claude`, `--opencode`, `--ollama`, `--lm-studio`, `--llama-cpp`, `--all`, and `--max-cycles N`.
Project context, phase list, and state are resolved inside the workflow using init commands (`gsd-tools query init.milestone-op`, `gsd-tools query roadmap.analyze`). No upfront context loading needed.
</context>
<process>
Execute end-to-end.
Preserve all workflow gates (phase discovery, per-phase execution, blocker handling, progress display).
</process>
Manifest
The prompt text and its fill-in variables. Copy it or fetch it by URL from your own code.
{
"prompt": "<objective>\nExecute all remaining milestone phases autonomously. For each phase: discuss → plan → execute. Pauses only for user decisions (grey area acceptance, blockers, validation requests).\n\nUses ROADMAP.md phase discovery and Skill() flat invocations for each phase command. After all phases complete: milestone audit → complete → cleanup.\n\n**Creates/Updates:**\n- `.planning/STATE.md` — updated after each phase\n- `.planning/ROADMAP.md` — progress updated after each phase\n- Phase artifacts — CONTEXT.md, PLANs, SUMMARYs per phase\n\n**After:** Milestone is complete and cleaned up.\n</objective>\n\n<execution_context>\n@/home/ilia/IdeaProjects/mrkekbot/.claude/gsd-core/workflows/autonomous.md\n@/home/ilia/IdeaProjects/mrkekbot/.claude/gsd-core/references/ui-brand.md\n</execution_context>\n\n<context>\nOptional flags:\n- `--from N` — start from phase N instead of the first incomplete phase.\n- `--to N` — stop after phase N completes (halt instead of advancing to next phase).\n- `--only N` — execute only phase N (single-phase mode).\n- `--interactive` — run discuss inline with questions (not auto-answered), then dispatch plan→execute as background agents. Keeps the main context lean while preserving user input on decisions.\n- `--converge` — run each phase's planning step through `gsd-plan-review-convergence` instead of plain `gsd-plan-phase`. Requires `workflow.plan_review_convergence=true`.\n- `--cross-ai` — compatibility alias for `--converge`.\n\nWhen `--converge` or `--cross-ai` is set, reviewer selector flags supported by `gsd-plan-review-convergence` may be passed through: `--codex`, `--gemini`, `--claude`, `--opencode`, `--ollama`, `--lm-studio`, `--llama-cpp`, `--all`, and `--max-cycles N`.\n\nProject context, phase list, and state are resolved inside the workflow using init commands (`gsd-tools query init.milestone-op`, `gsd-tools query roadmap.analyze`). No upfront context loading needed.\n</context>\n\n<process>\nExecute end-to-end.\nPreserve all workflow gates (phase discovery, per-phase execution, blocker handling, progress display).\n</process>",
"variables": [],
"notes": "Run all remaining phases autonomously — discuss→plan→execute per phase Tools: Read, Write, Bash, Glob, Grep, AskUserQuestion, Agent. Arguments: [--from N] [--to N] [--only N] [--interactive] [--converge].",
"metadata": {
"source": {
"provider": "github-claude-commands",
"repository": "https://github.com/levil13/mrkekbot",
"path": ".claude/commands/gsd/autonomous.md",
"ref": "88b5c53f5e8e49463aeb1e65d244f344c2a78d1d",
"url": "https://github.com/levil13/mrkekbot/blob/88b5c53f5e8e49463aeb1e65d244f344c2a78d1d/.claude/commands/gsd/autonomous.md",
"key": "levil13/mrkekbot/.claude/commands/gsd/autonomous.md"
}
}
}
Fetch it by URL: GET /api/v1/registry/levil13-mrkekbot-autonomous-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.