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.
w-roadmap - Skill - OpenSmartRoute
Skillv1.0.0
w-roadmap
Diff the codebase against GitHub issues and matching docs; do not invent a backlog.
Imported from blockmatic/basilic-skills (skills/w-roadmap/SKILL.md) via skills.sh. Install upstream with npx skills add blockmatic/basilic-skills --skill w-roadmap. Copyright stays with the author.
Compare implementation to GitHub issues and matching MDX/README. Chat only. Do not create PRODUCT.md, ROADMAP.md, or a second backlog.
If this turn has no reconciled exploration, follow council steps 1–3 with angles on issues, matching docs, and code.
Read GitHub issues (open + recently closed) and matching MDX/README/DESIGN.md for named horizons.
Inspect the matching code. Note shipped, partial, and missing items. Every item cites an issue, MDX, or code.
Ask whether they want a docs edit or /w-plan for an already-authorized item.
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.
blockmatic-basilic-skills-w-roadmap.ocm.jsonjson
{
"ocm": "1",
"id": "blockmatic-basilic-skills-w-roadmap",
"kind": "skill",
"name": "w-roadmap",
"description": "Diff the codebase against GitHub issues and matching docs; do not invent a backlog.",
"publisher": "blockmatic",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Diff the codebase against GitHub issues and matching docs; do not invent a backlog."
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/blockmatic/basilic-skills",
"path": "skills/w-roadmap/SKILL.md",
"ref": "HEAD",
"url": "https://www.skills.sh/blockmatic/basilic-skills/w-roadmap",
"key": "blockmatic/basilic-skills/skills/w-roadmap/SKILL.md"
}
},
"instructions": "Compare implementation to GitHub issues and matching MDX/README. Chat only. Do not create `PRODUCT.md`, `ROADMAP.md`, or a second backlog.\n\n1. If this turn has no reconciled exploration, follow [council](../w-council/SKILL.md) steps 1–3 with angles on issues, matching docs, and code.\n2. Read GitHub issues (open + recently closed) and matching MDX/README/`DESIGN.md` for named horizons.\n3. Inspect the matching code. Note shipped, partial, and missing items. Every item cites an issue, MDX, or code.\n4. Ask whether they want a docs edit or `/w-plan` for an already-authorized item.",
"cost": {
"context_tokens": 145
}
}
Fetch it by URL: GET /api/v1/registry/blockmatic-basilic-skills-w-roadmap/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.