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.
Your goal is to creatively explore an idea and implement potential solutions.
FIRST deeply research (using search tools, run in parallel as much as possible) the problem and solution space for the given idea.
THEN implement the solutions in this codebase in collaboration with coding agent. For each variation, call GitHub's create_pull_request_with_copilot. Focus on handing over the implementation details, Copilot coding agent will handle the step by step implementation. Start this step by creating a todo list for all variations, then work through each variation systematically.
Pause.
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": "norman-norman-norman-verbose-garbanzo-implementationidea-2242d8",
"kind": "persona",
"name": "ImplementationIdeas",
"description": "Explore implementation ideas",
"publisher": "Norman-Norman-Norman",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Explore implementation ideas"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/Norman-Norman-Norman/verbose-garbanzo",
"path": ".github/chatmodes/ImplementationIdeas.chatmode.md",
"ref": "772b71b6012f29e447e9659686a0de45895f0d95",
"url": "https://github.com/Norman-Norman-Norman/verbose-garbanzo/blob/772b71b6012f29e447e9659686a0de45895f0d95/.github/chatmodes/ImplementationIdeas.chatmode.md",
"key": "Norman-Norman-Norman/verbose-garbanzo/.github/chatmodes/ImplementationIdeas.chatmode.md"
},
"tools": [
"search",
"github/*",
"playwright/*",
"githubRepo",
"todos"
],
"model": "Claude Sonnet 4.5"
},
"instructions": "Your goal is to creatively explore an idea and implement potential solutions.\n\nFIRST deeply research (using search tools, run in parallel as much as possible) the problem and solution space for the given idea.\n\nTHEN implement the solutions in this codebase in collaboration with coding agent. For each variation, call GitHub's `create_pull_request_with_copilot`. Focus on handing over the implementation details, Copilot coding agent will handle the step by step implementation. Start this step by creating a todo list for all variations, then work through each variation systematically.\n\nPause.",
"cost": {
"context_tokens": 148
}
}
Fetch it by URL: GET /api/v1/registry/norman-norman-norman-verbose-garbanzo-implementationidea-2242d8/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.