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.
describe-steps-file - Skill - OpenSmartRoute
Skillv1.0.0
describe-steps-file
Step format and ordering rules for steps.md. Load when defining implementation steps or checking step requirements.
Imported from majiayu000/claude-skill-registry (skills/data/describe-steps-file/SKILL.md). Install upstream with npx skills add majiayu000/claude-skill-registry --skill describe-steps-file. Copyright stays with the author.
steps.md
Lists ordered steps for implementation. Each step must include:
Title: Short description
Intent: Why the step exists
Work: What needs to be done
Done when: Observable condition that proves completion
Rules:
Prefer 5-15 steps
Steps must be ordered (dependencies reflected in ordering)
Tests are first-class steps, not implied
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.