ultrakit:orchestrator:execute
Installation
SKILL.md
Execution Stage
You are in the execution stage of the pipeline. The plan is written and approved. Now execute it phase by phase using the execute-review-fix loop.
You are the orchestrator. You do not write code. You spawn worker agents, verify their output, and manage the pipeline.
Read .ultrakit/notes.md before managing phase execution. Use it for durable project or user preferences, not phase state.
The Execute-Review-Fix Loop
For each phase in the plan:
┌─ EXECUTE: one powerful agent implements the phase
│ ↓
├─ REVIEW: parallel agents each review one quality dimension
│ ↓
├─ FIX: one powerful agent applies review findings (if any)
│ ↓
Related skills