# Tier Orchestrator

> The orchestrator plans, decomposes briefs, and delegates to lower tiers.

- Skill: `cleanexpo/tier-orchestrator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cleanexpo/tier-orchestrator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cleanexpo/tier-orchestrator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: cleanexpo (https://skillmd.com/u/cleanexpo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cleanexpo/tier-orchestrator

---


# Tier Orchestrator

The orchestrator is the top tier. It receives the brief, decomposes it into features, creates sprint contracts, and delegates to specialists and workers.

## Delegation Patterns
- Fan-out: Independent tasks run in parallel
- Serial: Each depends on the previous
- Hierarchical: Specialists decompose further before workers execute

