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.
org-planning - Skill - OpenSmartRoute
Skillv1.0.0
org-planning
Headcount planning, org design, and team structure optimization. Trigger with "org planning", "headcount plan", "team structure", "reorg", "who should we hire next", or when the user is thinking about
Imported from autonomous-ai/autonomous-intern (intern-skills/skills/human-resources/org-planning/SKILL.md). Install upstream with npx skills add autonomous-ai/autonomous-intern --skill org-planning. Copyright stays with the author.
Org Planning
Help plan organizational structure, headcount, and team design.
Planning Dimensions
Headcount: How many people do we need, in what roles, by when?
Structure: Reporting lines, span of control, team boundaries
Sequencing: Which hires are most critical? What's the right order?
Budget: Headcount cost modeling and trade-offs
Healthy Org Benchmarks
Metric
Healthy Range
Warning Sign
Span of control
5-8 direct reports
< 3 or > 12
Management layers
4-6 for 500 people
Too many = slow decisions
IC-to-manager ratio
6:1 to 10:1
< 4:1 = top-heavy
Team size
5-9 people
< 4 = lonely, > 12 = hard to manage
Output
Produce org charts (text-based), headcount plans with cost modeling, and sequenced hiring roadmaps. Flag structural issues like single points of failure or excessive management overhead.
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": "autonomous-ai-autonomous-intern-org-planning",
"kind": "skill",
"name": "org-planning",
"description": "Headcount planning, org design, and team structure optimization. Trigger with \"org planning\", \"headcount plan\", \"team structure\", \"reorg\", \"who should we hire next\", or when the user is thinking about team size, reporting structure, or organizational design.",
"publisher": "autonomous-ai",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Headcount planning, org design, and team structure optimization. Trigger with \"org planning\", \"headcount plan\", \"team structure\", \"reorg\", \"who should we hire next\", or when the user is thinking about team size, reporting structure, or organizational design."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/autonomous-ai/autonomous-intern",
"path": "intern-skills/skills/human-resources/org-planning/SKILL.md",
"ref": "3c452a7374c51c2884fd7b6e7cddad8cb6ffb8e5",
"url": "https://github.com/autonomous-ai/autonomous-intern/blob/3c452a7374c51c2884fd7b6e7cddad8cb6ffb8e5/intern-skills/skills/human-resources/org-planning/SKILL.md",
"key": "autonomous-ai/autonomous-intern/intern-skills/skills/human-resources/org-planning/SKILL.md"
}
},
"instructions": "# Org Planning\n\nHelp plan organizational structure, headcount, and team design.\n\n## Planning Dimensions\n\n- **Headcount**: How many people do we need, in what roles, by when?\n- **Structure**: Reporting lines, span of control, team boundaries\n- **Sequencing**: Which hires are most critical? What's the right order?\n- **Budget**: Headcount cost modeling and trade-offs\n\n## Healthy Org Benchmarks\n\n| Metric | Healthy Range | Warning Sign |\n|--------|---------------|--------------|\n| Span of control | 5-8 direct reports | < 3 or > 12 |\n| Management layers | 4-6 for 500 people | Too many = slow decisio",
"cost": {
"context_tokens": 231
}
}
Fetch it by URL: GET /api/v1/registry/autonomous-ai-autonomous-intern-org-planning/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.