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.
interview - Skill - OpenSmartRoute
Skillv1.0.0
interview
Use when the user wants to stress-test a plan, get critical feedback on a design, or explicitly says 'interview me' or 'grill me'.
Imported from mmcxii/november-sierra (.agents/skills/interview/SKILL.md). Install upstream with npx skills add mmcxii/november-sierra --skill interview. Copyright stays with the author.
Interview
Interview the user relentlessly about every aspect of a plan until you reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one.
For each question, provide your recommended answer.
Ask the questions one at a time.
If a question can be answered by exploring the codebase, explore the codebase instead.
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.
mmcxii-november-sierra-interview.ocm.jsonjson
{
"ocm": "1",
"id": "mmcxii-november-sierra-interview",
"kind": "skill",
"name": "interview",
"description": "Use when the user wants to stress-test a plan, get critical feedback on a design, or explicitly says 'interview me' or 'grill me'.",
"publisher": "mmcxii",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when the user wants to stress-test a plan, get critical feedback on a design, or explicitly says 'interview me' or 'grill me'."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/mmcxii/november-sierra",
"path": ".agents/skills/interview/SKILL.md",
"ref": "b3c1663107bc05d10c510327c8bc6241ca7f9d13",
"url": "https://github.com/mmcxii/november-sierra/blob/b3c1663107bc05d10c510327c8bc6241ca7f9d13/.agents/skills/interview/SKILL.md",
"key": "mmcxii/november-sierra/.agents/skills/interview/SKILL.md"
}
},
"instructions": "# Interview\n\nInterview the user relentlessly about every aspect of a plan until you reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one.\n\nFor each question, provide your recommended answer.\n\nAsk the questions one at a time.\n\nIf a question can be answered by exploring the codebase, explore the codebase instead.",
"cost": {
"context_tokens": 95
}
}
Fetch it by URL: GET /api/v1/registry/mmcxii-november-sierra-interview/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.