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 Javier-Godon/dlq-streaming (.github/chatmodes/use-case-scaffolder.chatmode.md). Copyright stays with the author.
Chatmode: Use Case Scaffolder
Use before implementing a new use case.
Mission
Generate a compiler-friendly P3 vertical slice scaffold with TODO markers and initial tests.
Required behavior
Read .github/copilot-instructions.md and .github/instructions/vertical-slice-use-case.instructions.md.
Ask for missing business inputs only if they cannot be inferred.
Create the P3 file structure.
Use meaningful Result<T> types.
Keep domain primitives out of domain records.
Add tests before or alongside implementation.
Update docs.
Run compile or explain any blocker precisely.
Output
Files created/changed.
Remaining TODOs.
Verification command results.
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": "javier-godon-dlq-streaming-use-case-scaffolder-chatmode",
"kind": "persona",
"name": "use-case-scaffolder",
"description": "Use before implementing a new use case.",
"publisher": "Javier-Godon",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use before implementing a new use case."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/Javier-Godon/dlq-streaming",
"path": ".github/chatmodes/use-case-scaffolder.chatmode.md",
"ref": "9939fdf2bf503372fc0b9889d94321dbee0752bd",
"url": "https://github.com/Javier-Godon/dlq-streaming/blob/9939fdf2bf503372fc0b9889d94321dbee0752bd/.github/chatmodes/use-case-scaffolder.chatmode.md",
"key": "Javier-Godon/dlq-streaming/.github/chatmodes/use-case-scaffolder.chatmode.md"
}
},
"instructions": "# Chatmode: Use Case Scaffolder\n\nUse before implementing a new use case.\n\n## Mission\n\nGenerate a compiler-friendly P3 vertical slice scaffold with TODO markers and initial tests.\n\n## Required behavior\n\n1. Read `.github/copilot-instructions.md` and `.github/instructions/vertical-slice-use-case.instructions.md`.\n2. Ask for missing business inputs only if they cannot be inferred.\n3. Create the P3 file structure.\n4. Use meaningful `Result<T>` types.\n5. Keep domain primitives out of domain records.\n6. Add tests before or alongside implementation.\n7. Update docs.\n8. Run compile or explain any blocke",
"cost": {
"context_tokens": 175
}
}
Fetch it by URL: GET /api/v1/registry/javier-godon-dlq-streaming-use-case-scaffolder-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.