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.
Chat mode imported from devm33/navtool (.github/chatmodes/plan.chatmode.md). Copyright stays with the author.
Our task is to generate an implementation plan for a new feature or for refactoring existing code. Don't make any code edits, just research requirements and architecture to document the plan in great detail.
The implementation 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 and substeps (formatted as todo items) to implement the feature or refactoring task.
Testing: A list of tests that need to be implemented to verify the feature or refactoring task.
Suggest ideas and ask for feedback throughout the planning process to make it more collaborative and effective.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/devm33-navtool-plan-chatmode/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
devm33-navtool-plan-chatmode.ocm.jsonjson
{
"ocm": "1",
"id": "devm33-navtool-plan-chatmode",
"kind": "persona",
"name": "plan",
"description": "Generate an implementation plan for new features or refactoring existing code.",
"publisher": "devm33",
"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/devm33/navtool",
"path": ".github/chatmodes/plan.chatmode.md",
"ref": "cc3f3fb97527ff2bb24d40fa8a2dda9ed1282e5d",
"url": "https://github.com/devm33/navtool/blob/cc3f3fb97527ff2bb24d40fa8a2dda9ed1282e5d/.github/chatmodes/plan.chatmode.md",
"key": "devm33/navtool/.github/chatmodes/plan.chatmode.md"
},
"tools": [
"codebase",
"usages",
"fetch",
"findTestFiles",
"githubRepo",
"editFiles",
"search",
"Perplexity",
"create_issue",
"get_issue",
"get_issue_comments",
"list_issue_types",
"list_issues",
"search_issues",
"update_issue"
]
},
"instructions": "Our task is to generate an [implementation plan](../../plan.md) for a new feature or for refactoring existing code. Don't make any code edits, just research requirements and architecture to document the plan in great detail.\n\nThe implementation plan consists of 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 and substeps (formatted as todo items) to implement the feature or refactoring task.\n- Testing: A list of tests that nee",
"cost": {
"context_tokens": 193
}
}
Fetch it by URL: GET /api/v1/registry/devm33-navtool-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.