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:

  1. If .feature/ exists, check current phase:
    python3 ~/.claude/scripts/feature-state.py status
    
    Route to the phase indicated by the state machine.
Installs
9
GitHub Stars
416
First Seen
Apr 1, 2026
feature-lifecycle — notque/vexjoy-agent