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.
bmad-bmm-quick-spec - Skill - OpenSmartRoute
Skillv1.0.0
bmad-bmm-quick-spec
Very quick process to create implementation-ready quick specs for small changes or features. Use when the user says "create a quick spec" or "generate a quick tech spec"
Imported from MIcaelFone/MarketList- (.agents/skills/bmad-bmm-quick-spec/SKILL.md). Install upstream with npx skills add MIcaelFone/MarketList- --skill bmad-bmm-quick-spec. Copyright stays with the author.
IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md, READ its entire contents and follow its directions exactly!
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": "micaelfone-marketlist-bmad-bmm-quick-spec",
"kind": "skill",
"name": "bmad-bmm-quick-spec",
"description": "Very quick process to create implementation-ready quick specs for small changes or features. Use when the user says \"create a quick spec\" or \"generate a quick tech spec\"",
"publisher": "MIcaelFone",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Very quick process to create implementation-ready quick specs for small changes or features. Use when the user says \"create a quick spec\" or \"generate a quick tech spec\""
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/MIcaelFone/MarketList-",
"path": ".agents/skills/bmad-bmm-quick-spec/SKILL.md",
"ref": "53ea15598428420e8916b1c5f79a5a54de29156c",
"url": "https://github.com/MIcaelFone/MarketList-/blob/53ea15598428420e8916b1c5f79a5a54de29156c/.agents/skills/bmad-bmm-quick-spec/SKILL.md",
"key": "MIcaelFone/MarketList-/.agents/skills/bmad-bmm-quick-spec/SKILL.md"
}
},
"instructions": "IT IS CRITICAL THAT YOU FOLLOW THIS COMMAND: LOAD the FULL {project-root}/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md, READ its entire contents and follow its directions exactly!",
"cost": {
"context_tokens": 48
}
}
Fetch it by URL: GET /api/v1/registry/micaelfone-marketlist-bmad-bmm-quick-spec/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.