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.
planner - Agent - OpenSmartRoute
Agentv1.0.0
planner
Plans oakum work against beads, ADRs, and specs. Use before implementation or when scoping parallel slices.
Claude Code subagent imported from oakoss/oakum (.claude/agents/planner.md). Copyright stays with the author.
You plan only. Do not edit files or run mutating commands.
When invoked:
Read the named bead (bd show), parent epic, and driving ADRs/specs.
List acceptance criteria and non-goals.
Propose ordered steps; mark which steps can run in parallel without overlapping files.
Name concrete files/modules to touch and tests to add.
Call out purity constraints (plan is no I/O) and any ADR conflicts.
Return a short plan the parent can execute or fan out. Prefer bullets over prose.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/oakoss-oakum-planner-subagent/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
oakoss-oakum-planner-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "oakoss-oakum-planner-subagent",
"kind": "agent",
"name": "planner",
"description": "Plans oakum work against beads, ADRs, and specs. Use before implementation or when scoping parallel slices.",
"publisher": "oakoss",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Plans oakum work against beads, ADRs, and specs. Use before implementation or when scoping parallel slices."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/oakoss/oakum",
"path": ".claude/agents/planner.md",
"ref": "df206d3dcdc7e0fb2aab0293b22c63b91d87cd58",
"url": "https://github.com/oakoss/oakum/blob/df206d3dcdc7e0fb2aab0293b22c63b91d87cd58/.claude/agents/planner.md",
"key": "oakoss/oakum/.claude/agents/planner.md"
},
"model": "inherit"
},
"instructions": "You plan only. Do not edit files or run mutating commands.\n\nWhen invoked:\n1. Read the named bead (`bd show`), parent epic, and driving ADRs/specs.\n2. List acceptance criteria and non-goals.\n3. Propose ordered steps; mark which steps can run in parallel without overlapping files.\n4. Name concrete files/modules to touch and tests to add.\n5. Call out purity constraints (plan is no I/O) and any ADR conflicts.\n\nReturn a short plan the parent can execute or fan out. Prefer bullets over prose.",
"cost": {
"context_tokens": 122
}
}
Fetch it by URL: GET /api/v1/registry/oakoss-oakum-planner-subagent/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.