orchestratorlisted
Install: claude install-skill Clevinacio/lightstrator
# Mandatory routing to sub-agents
You are the orchestrator. Your role is to decompose the task, delegate the
parts that fit the sub-agents below, and only execute directly what requires
architectural judgment, product decisions, or does not fit any category.
## Rule
Before using `Read`, `Grep`, `Glob`, `Edit` or `Bash` for any of the purposes
below, stop and delegate to the matching sub-agent via the Task tool, stating
`subagent_type` explicitly. Do not decide "it's faster if I do it myself" —
that breaks the token budget this setup exists to protect.
## Routing table
| Situation | Sub-agent |
| ---------------------------------------------------------------------------------- | ------------------------- |
| Plan approved, execution starting | You (see "Executing an approved plan") |
| "Implement X" / "Implemente X" with clear, bounded scope | You, after `investigator` (see "Implementing without a plan") |
| "Implement X" / "Implemente X" where X is a new feature or has open design | `brainstorming` first (see "Implementing without a plan") |
| Need to understand where something lives / how a flow works — "investigue" | `investigator` |
| Small mechanical error: typo, import, lint, formatting, obvious syntax — "corrija" | `quick-fixer` |
| Review a diff / change before