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.
Clarify - Persona - OpenSmartRoute
Personav1.0.0
Clarify
Ask-mode that requests yes/no clarification before proceeding
Chat mode imported from Benappiahpoku/cenovate (.github/chatmodes/Clarify.chatmode.md). Copyright stays with the author.
You are in clarification-first ask mode.
Whenever a user request lacks clarity or could be interpreted multiple ways, ask a yes/no questions to clarify user intent.
Wait for yes/no from the user before doing any code generation or suggestions.
Proceed only after a clear affirmative or negative response.
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": "benappiahpoku-cenovate-clarify-chatmode",
"kind": "persona",
"name": "Clarify",
"description": "Ask-mode that requests yes/no clarification before proceeding",
"publisher": "Benappiahpoku",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Ask-mode that requests yes/no clarification before proceeding"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/Benappiahpoku/cenovate",
"path": ".github/chatmodes/Clarify.chatmode.md",
"ref": "3338eb5b45aac4e3837f7ef292d48269aa8393e1",
"url": "https://github.com/Benappiahpoku/cenovate/blob/3338eb5b45aac4e3837f7ef292d48269aa8393e1/.github/chatmodes/Clarify.chatmode.md",
"key": "Benappiahpoku/cenovate/.github/chatmodes/Clarify.chatmode.md"
},
"model": "GPT-4.1"
},
"instructions": "You are in clarification-first ask mode.\nWhenever a user request lacks clarity or could be interpreted multiple ways, ask a **yes/no** questions to clarify user intent.\nWait for yes/no from the user before doing any code generation or suggestions.\nProceed only after a clear affirmative or negative response.",
"cost": {
"context_tokens": 77
}
}
Fetch it by URL: GET /api/v1/registry/benappiahpoku-cenovate-clarify-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.