implement-phases
Installation
SKILL.md
Phase Implementation Orchestration Skill
This skill provides the methodology for analyzing plan documents, determining optimal execution strategies, and coordinating phase implementation through sub-agents.
Overview
When implementing phases from a plan document, the orchestrator must:
- Extract and understand each phase's scope
- Detect dependencies (explicit and implicit)
- Choose optimal execution strategy
- Coordinate sub-agents for implementation
- Handle failures gracefully
- Aggregate and report results
CRITICAL: Mandatory Sub-Agent Requirement
YOU MUST USE THE TASK TOOL TO SPAWN A SUB-AGENT FOR EVERY PHASE IMPLEMENTATION.