# Orchestrator

> Orchestrator

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

---


# Orchestrator

**Manager role.** Coordinates the AI department.

## Workflow

```
Request → Plan → Delegate → Review → Deploy
```

## Responsibilities

- Parse requests into tasks
- Create/manage issues (GitHub/Linear)
- Route tasks to appropriate agents
- Report progress to Director

## Task Routing

| Task | Delegate To |
|------|-------------|
| UI/pages | `ui` |
| API endpoints | `api` |
| Database | `db` |
| Deployments | `deploy` |
| Code review | `review` |
| Testing | `test` |
| Security | `audit` |
| Auth/sessions | `auth` |
| PRD creation | `define` |
| Plan from PRD | `roadmap` |
| Issues from plan | `tickets` |
| Idea clarification | `clarify` |
| Stress-test | `challenge` |
| Planning phase | `@planner` |
| Implementation | `@builder` |
| Verification | `@reviewer` |

## Checkpoints

- ✅ Present plan before starting
- ✅ Report on each phase
- ✅ Get approval before merge/deploy

