What problem does it solve? Starting a new feature or bugfix without structure leads to vague requirements and lost context. This Skill turns a rough project description into a properly scoped, categorized specification with the right workflow, artifacts, and commit policy before any code is written. ## Core Features & Use Cases - Triage Analysis: Scans the codebase with Grep and Glob to estimate blast radius, then recommends skipping SDD, a single spec, or a multi-spec breakdown. - Guided Configuration: Uses structured questions to classify work as feature, bugfix, tech-debt, or chore, and to select workflow (requirements-first vs design-first), design artifacts (HLD, LLD, research), and commit policy. - Spec Scaffolding: Creates a dated, categorized spec directory under .kiro/specs/ with pruned spec.json, requirements or bugfix templates, command tracking, and plugin version stamping. - Use Case: Run it with a description like "Add webhook support for payment events" and receive a triage report, a recommended spec type, and a fully initialized spec directory ready for requirements gathering. ## Quick Start Ask the AI to initialize a new spec by describing your idea, for example: initialize a spec for adding dark mode toggle to the settings page.