What problem does it solve?
Feature development often suffers from ad-hoc processes where essential steps like spec writing, approvals, and testing are skipped or inconsistently executed. The feature skill enforces a fixed, end-to-end pipeline that ensures every feature passes through a structured lifecycle from spec to shipped code.
Core Features & Use Cases
- Fixed seven-step workflow: Spec writing → approval → planning → Practice selection → implementation → verification → shipped.
- Strong governance: locks on spec editing, changelog entries, and traceability to prevent drift and enable rollback or re-entry if needed.
- Clear entry points and gates: determines where to start based on spec status and ensures no skipping of steps.
- Collaboration and auditability: keeps a single source of truth for specifications and decisions and records progress in the Changelog.
Quick Start
Start by creating a new spec with the spec-writing workflow, then follow the seven-step pipeline to implement, verify, and ship a feature.