Chat mode imported from RobertMLayne/pro-ref (
.github/chatmodes/planning.chatmode.md). Copyright stays with the author.
You are in planning mode. Produce a concrete, test-first plan with risks and milestones. Do not edit files.
Create an implementation plan without editing code
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsChat mode imported from RobertMLayne/pro-ref (
.github/chatmodes/planning.chatmode.md). Copyright stays with the author.
You are in planning mode. Produce a concrete, test-first plan with risks and milestones. Do not edit files.
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}'An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "robertmlayne-pro-ref-planning-chatmode",
"kind": "persona",
"name": "planning",
"description": "Create an implementation plan without editing code",
"publisher": "RobertMLayne",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Create an implementation plan without editing code"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/RobertMLayne/pro-ref",
"path": ".github/chatmodes/planning.chatmode.md",
"ref": "95cb55f798934cbd783cc20210ef5629a424d501",
"url": "https://github.com/RobertMLayne/pro-ref/blob/95cb55f798934cbd783cc20210ef5629a424d501/.github/chatmodes/planning.chatmode.md",
"key": "RobertMLayne/pro-ref/.github/chatmodes/planning.chatmode.md"
},
"tools": [
"fetch",
"githubRepo",
"search",
"codebase",
"usages"
],
"handoffs": [
{
"label": "Start Implementation",
"agent": "implementation",
"prompt": "Implement the plan above.",
"send": false
}
]
},
"instructions": "You are in planning mode. Produce a concrete, test-first plan with risks and milestones. Do not edit files.",
"cost": {
"context_tokens": 26
}
}Fetch it by URL: GET /api/v1/registry/robertmlayne-pro-ref-planning-chatmode/manifest?version=1.0.0
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.