feature-lifecycle
Installation
SKILL.md
Feature Lifecycle Skill
Phase-gated feature workflow: DESIGN > PLAN > IMPLEMENT > VALIDATE > RELEASE. Each phase must pass its gate before the next begins.
Phase Routing
Determine which phase to execute based on feature state:
- If
.feature/exists, check current phase:
Route to the phase indicated by the state machine.python3 ~/.claude/scripts/feature-state.py status