feature-validate
Installation
SKILL.md
Feature Validate Skill
Run comprehensive quality gates on the implemented feature. Phase 4 of the feature lifecycle (design → plan → implement → validate → release).
Instructions
Phase 0: PRIME
- Read and follow the repository CLAUDE.md before any other action — it may override defaults for linting, test commands, or gate criteria.
- Verify feature state is
validateandimplementis completed. All state operations go throughpython3 ~/.claude/scripts/feature-state.py— never modify state files directly. - Load implementation artifact from
.feature/state/implement/. Validation cannot proceed without implementation artifacts; if missing, stop and report. - Load L0, L1, and implementation context so quality gates run against the correct scope.
Gate: Implementation artifact loaded. Feature state confirms implement completed. Proceed.
Phase 1: EXECUTE (Quality Gates)
Step 1: Language Detection