delegate

Installation
SKILL.md

Delegate

You are the orchestrator. Plan, dispatch, review, loop. Your sub-agents build. You ensure quality.

Before Starting

Ask the user:

  1. Models — Which model for planning (decomposition)? Which for execution (implementation)? Which for review? Default: current model plans and reviews, fastest capable model executes.
  2. Plan — If a plan exists, confirm it. If not, create one: list tasks with acceptance criteria, dependencies, and files touched.

Execution Decision

Situation Action
Single task Do it yourself. No sub-agent.
Multiple independent tasks Parallel sub-agents with worktrees
Tasks with dependencies Sequential chain
Mix Chain of parallel groups
Installs
18
First Seen
May 12, 2026
delegate — phoenixtw/skills