What problem does it solve?
Feature requirements often arrive as vague ideas, scattered notes, or half-formed user stories, which causes rework, misaligned expectations, and slow development cycles. This Skill turns those inputs into a complete, testable feature specification that developers can implement confidently.
Core Features & Use Cases
- Structured discovery interview: Guides you to capture the feature name, user story, acceptance criteria, priority, size, and technical/UI/authorization details.
- Gherkin-based, testable output: Produces acceptance scenarios and edge cases that are directly usable for TDD-style development.
- Implementation-ready PR breakdown: Generates an incremental PR plan (for Medium+ features) with clear objectives that keep changes small and reviewable.
Quick Start
Use the feature-spec skill to create a complete feature specification by answering the guided interview for your new Rails feature, including Gherkin scenarios, edge cases, validation rules, and an authorization matrix.