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.
speckit-tasks - Skill - OpenSmartRoute
Skillv1.0.0
speckit-tasks
Break the active CRM spec and plan into tasks.md. Use when the user says tasks or the plan touches more than a few files.
Imported from AbdallahFahmyAnis/CustomerSupportCrm (.cursor/skills/speckit-tasks/SKILL.md). Install upstream with npx skills add AbdallahFahmyAnis/CustomerSupportCrm --skill speckit-tasks. Copyright stays with the author.
Tasks
Steps
Read spec.md and plan.md in the active feature directory.
Copy .specify/templates/tasks-template.md to tasks.md.
One checkbox per file-level change. Tag [USn] and [P] when parallel-safe.
Foundation (schema/endpoints) before UI. Seed must not brick service startup.
Last tasks: smoke the success criteria on http://localhost:5000, then stage related files only.
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": "abdallahfahmyanis-customersupportcrm-speckit-tasks",
"kind": "skill",
"name": "speckit-tasks",
"description": "Break the active CRM spec and plan into tasks.md. Use when the user says tasks or the plan touches more than a few files.",
"publisher": "AbdallahFahmyAnis",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Break the active CRM spec and plan into tasks.md. Use when the user says tasks or the plan touches more than a few files."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/AbdallahFahmyAnis/CustomerSupportCrm",
"path": ".cursor/skills/speckit-tasks/SKILL.md",
"ref": "6d7ef2ad080c89ace69b47c87c911e8311cc5199",
"url": "https://github.com/AbdallahFahmyAnis/CustomerSupportCrm/blob/6d7ef2ad080c89ace69b47c87c911e8311cc5199/.cursor/skills/speckit-tasks/SKILL.md",
"key": "AbdallahFahmyAnis/CustomerSupportCrm/.cursor/skills/speckit-tasks/SKILL.md"
}
},
"instructions": "# Tasks\n\n## Steps\n\n1. Read `spec.md` and `plan.md` in the active feature directory.\n2. Copy `.specify/templates/tasks-template.md` to `tasks.md`.\n3. One checkbox per file-level change. Tag `[USn]` and `[P]` when parallel-safe.\n4. Foundation (schema/endpoints) before UI. Seed must not brick service startup.\n5. Last tasks: smoke the success criteria on `http://localhost:5000`, then stage related files only.",
"cost": {
"context_tokens": 102
}
}
Fetch it by URL: GET /api/v1/registry/abdallahfahmyanis-customersupportcrm-speckit-tasks/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.