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.
agency-decline-templates - Skill - OpenSmartRoute
Skillv1.0.0
agency-decline-templates
See `content/06-decision-tree.xml`. The tree maps observable input fields to one of the rules in `content/01-core-rules.xml`. Use it before drafting the artefact: it decides apply-vs-skip, the verdict
Imported from faionfaion/faion-network (skills/faion/knowledge/marketing/agency-decline-templates/AGENTS.md). Install upstream with npx skills add faionfaion/faion-network --skill agency-decline-templates. Copyright stays with the author.
Agency Decline Templates
Summary
One-sentence: Generates a graceful 'no' template pack — bad-fit, capacity, price, scope, timeline — so an indie consultant declines work in minutes while protecting positioning and seeding referrals.
One-paragraph: Generates a graceful 'no' template pack — bad-fit, capacity, price, scope, timeline — so an indie consultant declines work in minutes while protecting positioning and seeding referrals.
Ефективно для:
Solo consultant getting bad-fit leads weekly.
Pre-launch positioning where decline emails shape the brand.
Capacity-throttled period where every 'no' must seed a referral.
Applies If (ALL must hold)
Operator receives ≥2 bad-fit leads / week.
Brand voice is documented.
Operator wants to maintain referral network with declined leads.
Decline volume justifies templates (>5/month).
Skip If (ANY kills it)
First decline ever — write freeform, extract a template after.
One-off bespoke ask — template constrains the wrong axes.
Local cultural norms not encoded — start from local norms.
Maps observable inputs to rule ids in 01-core-rules.xml
500
Task Routing
Sub-task
Model
Rationale
draft-agency-decline-templates
opus
High-stakes synthesis — sets the artefact baseline.
validate-agency-decline-templates
sonnet
Bounded structural check against the output contract.
review-agency-decline-templates
sonnet
Per-section critique against rules + failure modes.
Templates
File
Purpose
templates/agency-decline-templates.md.j2
Markdown skeleton with required fields.
templates/agency-decline-templates.md
Markdown skeleton with required fields. Generated from templates/agency-decline-templates.md.j2 by tpl-jinja --migrate; do not hand-edit.
Scripts
File
Purpose
When to call
scripts/validate-agency-decline-templates.py
Validate Agency Decline Templates output JSON against the schema.
After subagent returns, before downstream consumer reads.
Related
[[brand-voice-consistency-system]]
Decision tree
See content/06-decision-tree.xml. The tree maps observable input fields to one of the rules in content/01-core-rules.xml. Use it before drafting the artefact: it decides apply-vs-skip, the verdict label, and which template variant to fill.
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": "faionfaion-faion-network-agency-decline-templates",
"kind": "skill",
"name": "agency-decline-templates",
"description": "See `content/06-decision-tree.xml`. The tree maps observable input fields to one of the rules in `content/01-core-rules.xml`. Use it before drafting the artefact: it decides apply-vs-skip, the verdict label, and which template variant to fill.",
"publisher": "faionfaion",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"See `content/06-decision-tree.xml`. The tree maps observable input fields to one of the rules in `content/01-core-rules.xml`. Use it before drafting the artefact: it decides apply-vs-skip, the verdict label, and which template variant to fill."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/faionfaion/faion-network",
"path": "skills/faion/knowledge/marketing/agency-decline-templates/AGENTS.md",
"ref": "16aa79dd877eb65c40df1ecdc9af26521124f69d",
"url": "https://github.com/faionfaion/faion-network/blob/16aa79dd877eb65c40df1ecdc9af26521124f69d/skills/faion/knowledge/marketing/agency-decline-templates/AGENTS.md",
"key": "faionfaion/faion-network/skills/faion/knowledge/marketing/agency-decline-templates/AGENTS.md"
}
},
"instructions": "# Agency Decline Templates\n\n## Summary\n\n**One-sentence:** Generates a graceful 'no' template pack — bad-fit, capacity, price, scope, timeline — so an indie consultant declines work in minutes while protecting positioning and seeding referrals.\n\n**One-paragraph:** Generates a graceful 'no' template pack — bad-fit, capacity, price, scope, timeline — so an indie consultant declines work in minutes while protecting positioning and seeding referrals.\n\n**Ефективно для:**\n\n- Solo consultant getting bad-fit leads weekly.\n- Pre-launch positioning where decline emails shape the brand.\n- Capacity-throttl",
"cost": {
"context_tokens": 916
}
}
Fetch it by URL: GET /api/v1/registry/faionfaion-faion-network-agency-decline-templates/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.