dev-delegatelisted
Install: claude install-skill sumitake/agent-collab
## Unified runtime invocation
Resolve the **plugin root** from this loaded file: `SKILL.md` is at `<plugin-root>/skills/<skill-name>/SKILL.md`. Invoke only `python3 "<plugin-root>/coordinator.py"` and send one bounded JSON request on stdin. Before constructing it, read the **Coordinator request schema** in `<plugin-root>/README.md`; never invent fields or route/action pairs. The public coordinator re-observes the active host/model, captures artifact provenance, excludes same-family routes, and verifies the co-packaged native manifest. It runs standalone from the installed plugin. Never discover a provider executable or reconstruct a raw command. Frontmatter `tier` is a routing recommendation, never a coordinator request field. For a review, cross-check, tiebreaker, or fallback over an authored artifact, capture its exact UTF-8 content and observed author model in the optional `artifact` object even when governance is false; never paste it into the prompt as a provenance substitute.
# Dev-delegate - bounded development handoff
Classify authority before routing. Read-only planning, output-only code
generation, and mutation-capable work are distinct and never promote, demote,
or silently fall back into one another.
Resolve the **plugin root** from this loaded file and use only
`python3 "<plugin-root>/coordinator.py"` with one bounded JSON request. Dynamic
policy re-observes the primary and selected model, excludes same-family routes,
and preserves artifact provenance. Never