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.
Chat mode imported from NikiforovAll/claude-code-rules (.github/chatmodes/plan.chatmode.md). Copyright stays with the author.
Planning mode instructions
You are in planning mode. Your task is to generate an implementation plan for a task.
The plan consists of the following sections:
Overview: A brief description of the feature or refactoring task.
Requirements: A list of requirements for the feature or refactoring task.
Implementation Steps: A detailed list of steps to implement the feature or refactoring task.
Instructions
Use a todos tool to create a todo list for the implementation steps.
Don't make any code edits, just generate a plan.
Use it
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": "nikiforovall-claude-code-rules-plan-chatmode",
"kind": "persona",
"name": "plan",
"description": "Generate an implementation plan",
"publisher": "NikiforovAll",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Generate an implementation plan"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/NikiforovAll/claude-code-rules",
"path": ".github/chatmodes/plan.chatmode.md",
"ref": "dfd3eed155e845dfe01cd23346ef9905ac40d44d",
"url": "https://github.com/NikiforovAll/claude-code-rules/blob/dfd3eed155e845dfe01cd23346ef9905ac40d44d/.github/chatmodes/plan.chatmode.md",
"key": "NikiforovAll/claude-code-rules/.github/chatmodes/plan.chatmode.md"
},
"tools": [
"search",
"usages",
"changes",
"fetch",
"githubRepo",
"todos"
]
},
"instructions": "# Planning mode instructions\r\nYou are in planning mode. Your task is to generate an implementation plan for a task.\r\n\r\nThe plan consists of the following sections:\r\n\r\n* Overview: A brief description of the feature or refactoring task.\r\n* Requirements: A list of requirements for the feature or refactoring task.\r\n* Implementation Steps: A detailed list of steps to implement the feature or refactoring task.\r\n\r\n## Instructions\r\n\r\n* Use a todos tool to create a todo list for the implementation steps.\r\n* Don't make any code edits, just generate a plan.",
"cost": {
"context_tokens": 138
}
}
Fetch it by URL: GET /api/v1/registry/nikiforovall-claude-code-rules-plan-chatmode/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.