workflow-implement-phases
Installation
SKILL.md
Implement Phases
Analyzes phases from a plan document and orchestrates implementation using sub-agents with optimal execution strategy.
Usage
/workflow-implement-phases # Search docs/plans/ and pick one
/workflow-implement-phases @path/to/plan.md
/workflow-implement-phases @path/to/plan.md --phases=1,2,3
/workflow-implement-phases @path/to/plan.md --strategy=parallel|sequential|auto
Arguments
plan_file(optional): Path to the plan document. If omitted, searchesdocs/plans/for existing plans--phases: Comma-separated list of specific phases to implement (default: all)--strategy: Force execution strategy. Default isauto(analyzed)