What problem does it solve? Writing a full requirements-design-tasks spec for a three-line fix wastes effort, while skipping specs entirely for risky changes invites defects. This Skill classifies each change and generates exactly as much spec as it needs, so small fixes get a one-pass minimal spec and real features get the full pipeline. ## Core Features & Use Cases - Adaptive depth tiers: MINIMAL writes spec.json, requirements.md (or bugfix.md), and tasks.md inline in about one model turn; STANDARD runs requirements, conditional design, tasks, and a sanity review. - Redline protection: money, auth, security, data-migration, concurrency, and cross-service changes are always forced into the STANDARD pipeline with design, and no flag can override this. - Spec type routing: classifies work as feature, bugfix, tech-debt, or chore and files artifacts under categorized dated paths, honoring discovery briefs and --bug/--chore flags. - Use Case: A developer runs the command with "Add retryCount to PaymentConfig, default 3" and receives a ready-to-implement minimal spec, while "Build notification system" triggers the full requirements-to-tasks pipeline. ## Quick Start Ask the AI to run /kiro-spec-quick with a short description of your change, optionally adding --minimal, --standard, --bug, or --auto flags.