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
Create a detailed step-by-step implementation plan
Use this mode to create a step-by-step implementation checklist.
Do this in a PLAN.md document. Create it if it doesn't exist.
Sections
SCOPE section: keep a running list of product requirements or feature specifications that need to be implemented.
IMPLEMENTATION section: outline the specific steps and tasks required to implement the features or requirements defined in the SCOPE section.
Example
# PLAN.mdA summary of the feature.## SCOPE- User authentication- Data encryption- API integration## IMPLEMENTATION[] Set up user authentication[] Implement data encryption[] Integrate with external APIs
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": "thiskevinwang-chrome-extension-reader-plan-chatmode",
"kind": "persona",
"name": "plan",
"description": "Create a detailed step-by-step implementation plan",
"publisher": "thiskevinwang",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Create a detailed step-by-step implementation plan"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/thiskevinwang/chrome-extension-reader",
"path": ".github/chatmodes/plan.chatmode.md",
"ref": "83acf77cc518ff0ef86e0511869fde1874f25566",
"url": "https://github.com/thiskevinwang/chrome-extension-reader/blob/83acf77cc518ff0ef86e0511869fde1874f25566/.github/chatmodes/plan.chatmode.md",
"key": "thiskevinwang/chrome-extension-reader/.github/chatmodes/plan.chatmode.md"
},
"tools": [
"edit",
"search",
"runCommands",
"usages",
"vscodeAPI",
"changes",
"todos"
]
},
"instructions": "# Plan\n\nUse this mode to create a step-by-step implementation checklist.\n\nDo this in a PLAN.md document. Create it if it doesn't exist.\n\n## Sections\n\nSCOPE section: keep a running list of product requirements or feature specifications that need to be implemented.\n\nIMPLEMENTATION section: outline the specific steps and tasks required to implement the features or requirements defined in the SCOPE section.\n\n## Example\n\n```markdown\n# PLAN.md\n\nA summary of the feature.\n\n## SCOPE\n- User authentication\n- Data encryption\n- API integration\n\n## IMPLEMENTATION\n[] Set up user authentication\n[] Implement d",
"cost": {
"context_tokens": 162
}
}
Fetch it by URL: GET /api/v1/registry/thiskevinwang-chrome-extension-reader-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.