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:ultraplan-phase - Skill - OpenSmartRoute
Skillv1.0.0
gsd:ultraplan-phase
[BETA] Offload plan phase to Claude Code's ultraplan cloud — drafts remotely while terminal stays free, review in browser with inline comments, import back via /gsd:import. Claude Code only.
Imported from davepoon/buildwithclaude (plugins/gsd/skills/ultraplan-phase/SKILL.md). Install upstream with npx skills add davepoon/buildwithclaude --skill ultraplan-phase. Copyright stays with the author.
Ultraplan drafts the plan in a remote cloud session while your terminal stays free.
Review and comment on the plan in your browser, then import it back via /gsd:import --from.
⚠ BETA: ultraplan is in research preview. Use /gsd:plan-phase for stable local planning.
Requirements: Claude Code v2.1.91+, claude.ai account, GitHub repository.
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "davepoon-buildwithclaude-ultraplan-phase",
"kind": "skill",
"name": "gsd:ultraplan-phase",
"description": "[BETA] Offload plan phase to Claude Code's ultraplan cloud — drafts remotely while terminal stays free, review in browser with inline comments, import back via /gsd:import. Claude Code only.",
"publisher": "davepoon",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"[BETA] Offload plan phase to Claude Code's ultraplan cloud — drafts remotely while terminal stays free, review in browser with inline comments, import back via /gsd:import. Claude Code only."
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/davepoon/buildwithclaude",
"path": "plugins/gsd/skills/ultraplan-phase/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/davepoon/buildwithclaude/blob/HEAD/plugins/gsd/skills/ultraplan-phase/SKILL.md",
"key": "davepoon/buildwithclaude/plugins/gsd/skills/ultraplan-phase/SKILL.md"
},
"allowed_tools": [
"Read",
"Bash",
"Glob",
"Grep"
]
},
"instructions": "<objective>\nOffload GSD's plan phase to Claude Code's ultraplan cloud infrastructure.\n\nUltraplan drafts the plan in a remote cloud session while your terminal stays free.\nReview and comment on the plan in your browser, then import it back via /gsd:import --from.\n\n⚠ BETA: ultraplan is in research preview. Use /gsd:plan-phase for stable local planning.\nRequirements: Claude Code v2.1.91+, claude.ai account, GitHub repository.\n</objective>\n\n<execution_context>\n@${CLAUDE_PLUGIN_ROOT}/workflows/ultraplan-phase.md\n@${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md\n</execution_context>\n\n<context>\n$ARGUMENT",
"cost": {
"context_tokens": 170
}
}
Fetch it by URL: GET /api/v1/registry/davepoon-buildwithclaude-ultraplan-phase/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.