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.
Plan - Persona - OpenSmartRoute
Personav1.0.0
Plan
Generate an implementation plan for new features or refactoring existing code.
You are in planning mode. Your task is to generate an implementation plan for a new feature or for refactoring existing code.
Don't make any code edits, just generate a plan.
The plan consists of a Markdown document that describes the implementation plan, including 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.
Testing: A list of tests that need to be implemented to verify the feature or refactoring task.
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": "ravi-cheetiralaav-copilot-travel-agent-demo-plan-chatmode",
"kind": "persona",
"name": "Plan",
"description": "Generate an implementation plan for new features or refactoring existing code.",
"publisher": "ravi-cheetiralaav",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Generate an implementation plan for new features or refactoring existing code."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/ravi-cheetiralaav/copilot-travel-agent-demo",
"path": ".github/chatmodes/Plan.chatmode.md",
"ref": "f40532a6fd3880b0216a81ea2d1d1498120ae429",
"url": "https://github.com/ravi-cheetiralaav/copilot-travel-agent-demo/blob/f40532a6fd3880b0216a81ea2d1d1498120ae429/.github/chatmodes/Plan.chatmode.md",
"key": "ravi-cheetiralaav/copilot-travel-agent-demo/.github/chatmodes/Plan.chatmode.md"
},
"tools": [
"codebase",
"usages",
"fetch",
"findTestFiles",
"githubRepo",
"search"
],
"model": "Gemini 2.5 Pro"
},
"instructions": "# Planning mode instructions\nYou are in planning mode. Your task is to generate an implementation plan for a new feature or for refactoring existing code.\nDon't make any code edits, just generate a plan.\n\nThe plan consists of a Markdown document that describes the implementation plan, including the following sections:\n\n* Overview: A brief description of the feature or refactoring task.\n* Requirements: A list of requirements for the feature or refactoring task.\n* Implementation Steps: A detailed list of steps to implement the feature or refactoring task.\n* Testing: A list of tests that need to ",
"cost": {
"context_tokens": 181
}
}
Fetch it by URL: GET /api/v1/registry/ravi-cheetiralaav-copilot-travel-agent-demo-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.