Execute plan phase-by-phase following tasklist
# Implement Command
Implement a feature by following the plan and tasklist documents. This command executes an existing plan phase-by-phase, reading the plan for architectural context and the tasklist for sequential execution. Your job is to execute tasks systematically and produce working code. Work proceeds one phase at a time with human review between phases.
## Arguments
**Input**: `$ARGUMENTS`
**Expected format**: `/implement-plan {feature-name} [implementation instructions]`
**Parsing:**
- First token: feature name (must match existing plan)
- Remaining tokens: optional implemen...Execute tasks from `.plans/{{ARGS}}/pending/` through Kanban flow.
Implement technical plans a predefined plan file
Implement approved technical plans phase by phase with automated and manual verification at each step
Architecture advisor and senior-engineer must implement plan and track progress while implementing.
Implement the plan that can be found in .claude/plans/[$1].md, if you can't find the plan, ask the user to provide the plan.