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, searches docs/plans/ for existing plans
  • --phases: Comma-separated list of specific phases to implement (default: all)
  • --strategy: Force execution strategy. Default is auto (analyzed)
Related skills
Installs
5
GitHub Stars
31
First Seen
Feb 28, 2026