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.
grilling - Skill - OpenSmartRoute
Skillv1.0.0
grilling
Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or asks to be grilled about a plan, design, or approach.
Imported from FerdinandNathaniel/agent_resources (skills/grilling/SKILL.md). Install upstream with npx skills add FerdinandNathaniel/agent_resources --skill grilling. Copyright stays with the author.
Grilling
Interview me relentlessly about every aspect of this plan until we 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, waiting for feedback on each question before continuing. Asking multiple questions at once is bewildering.
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.
{
"ocm": "1",
"id": "ferdinandnathaniel-agent-resources-grilling",
"kind": "skill",
"name": "grilling",
"description": "Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or asks to be grilled about a plan, design, or approach.",
"publisher": "FerdinandNathaniel",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or asks to be grilled about a plan, design, or approach."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/FerdinandNathaniel/agent_resources",
"path": "skills/grilling/SKILL.md",
"ref": "fec4080de86b248d29df682ec2eed41f7a8d7009",
"url": "https://github.com/FerdinandNathaniel/agent_resources/blob/fec4080de86b248d29df682ec2eed41f7a8d7009/skills/grilling/SKILL.md",
"key": "FerdinandNathaniel/agent_resources/skills/grilling/SKILL.md"
}
},
"instructions": "# Grilling\n\nInterview me relentlessly about every aspect of this plan until we 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.\n\nAsk the questions **one at a time**, waiting for feedback on each question before continuing. Asking multiple questions at once is bewildering.\n\nIf a question can be answered by exploring the codebase, explore the codebase instead.",
"cost": {
"context_tokens": 122
}
}
Fetch it by URL: GET /api/v1/registry/ferdinandnathaniel-agent-resources-grilling/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.