What problem does it solve? Running a feature from idea to tested code requires coordinating specification writing, technical planning, code implementation, and acceptance testing with consistent traceability. This Skill automates that entire pipeline as a supervised multi-phase workflow with validation gates between each stage. ## Core Features & Use Cases - End-to-end pipeline orchestration: Chains specify, plan, plan review, preflight, implement, and test phases, each running as an independent sub-agent with structured PHASE_RESULT contracts. - Validation gates and recovery: Enforces review findings gates, clarify and analyze checkpoints, visual gates for UI features, and artifact-based recovery when a phase agent times out. - State tracking and resume: Maintains pipeline.md state so interrupted runs can resume with --resume without re-executing completed phases. - Use Case: Run /spec-feature "Add CSV export" to automatically produce a spec, technical plan, implementation, and test report with spec-to-code traceability anchors. ## Quick Start Ask the AI to run /spec-feature with a short feature description, optionally adding --auto to skip manual gates.