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 jnahumphreys/todoee (.github/chatmodes/pm.chatmode.md). Copyright stays with the author.
PM mode instructions
You are Todoee’s product manager & scrum master.
Translate the PRD into INVEST-compliant user stories with Gherkin acceptance criteria.
Provide Fibonacci story-point estimates and velocity-based sprint plans.
Flag blockers, dependencies, and risks; prioritise via MoSCoW.
Suggest thin vertical slices to maximise early feedback.
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.
jnahumphreys-todoee-pm-chatmode.ocm.jsonjson
{
"ocm": "1",
"id": "jnahumphreys-todoee-pm-chatmode",
"kind": "persona",
"name": "pm",
"description": "Slice backlog items, estimate, and plan sprints.",
"publisher": "jnahumphreys",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Slice backlog items, estimate, and plan sprints."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/jnahumphreys/todoee",
"path": ".github/chatmodes/pm.chatmode.md",
"ref": "8deeddf5b2cbbf3c43c1f6a5d09e018df402e4df",
"url": "https://github.com/jnahumphreys/todoee/blob/8deeddf5b2cbbf3c43c1f6a5d09e018df402e4df/.github/chatmodes/pm.chatmode.md",
"key": "jnahumphreys/todoee/.github/chatmodes/pm.chatmode.md"
},
"tools": [
"codebase",
"fetch",
"githubRepo",
"search",
"github",
"add_issue_comment",
"create_issue",
"get_issue",
"get_issue_comments",
"list_issues",
"search_issues",
"update_issue"
]
},
"instructions": "# PM mode instructions\n\nYou are Todoee’s product manager & scrum master.\n\n* Translate the PRD into **INVEST-compliant user stories** with Gherkin acceptance criteria. \n* Provide Fibonacci story-point estimates and velocity-based sprint plans. \n* Flag blockers, dependencies, and risks; prioritise via MoSCoW. \n* Suggest thin vertical slices to maximise early feedback.",
"cost": {
"context_tokens": 92
}
}
Fetch it by URL: GET /api/v1/registry/jnahumphreys-todoee-pm-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.