kiro-spec-quick

Generate complete implementation specs from vague feature ideas.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/shimaMatz/driver-copilot --skill kiro-spec-quick-shimamatz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-spec-quick
Source: https://github.com/shimaMatz/driver-copilot/tree/main/.cursor/skills/kiro-spec-quick
Command: npx skills add https://github.com/shimaMatz/driver-copilot --skill kiro-spec-quick-shimamatz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quick Spec Generator automates turning vague feature ideas into complete, ready-to-iterate specs by driving a structured, multi-phase workflow.

Core Features & Use Cases

  • Supports both Interactive and Automatic modes to generate spec artifacts through a four-phase pipeline: Initialize Spec, Generate Requirements, Generate Design, Generate Tasks, followed by a sanity review.
  • Creates .kiro/specs/{feature} directories from brief context or user description, using templates to produce spec.json and markdown artifacts, and preserves discovery briefs when present.
  • Integrates with KiRo discovery flows and optional sub-agents to perform inline validation and produce a ready-to-implement plan.

Quick Start

Provide a feature description and optionally pass --auto to generate a complete spec automatically.

Frequently Asked Questions about kiro-spec-quick

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate ready-to-implement specs from vague feature ideas?

To generate specs from vague feature ideas, you provide a brief feature description and the tool automates a four-phase workflow to produce complete, ready-to-implement spec JSON and markdown artifacts.

What is the phased workflow for automated spec generation?

Automated spec generation uses a four-phase workflow: Initialize Spec, Generate Requirements, Generate Design, and Generate Tasks, followed by a post-generation sanity review to ensure the plan is ready for implementation.

Can I generate product specs automatically without manual input?

Yes, you can generate product specs automatically by passing the --auto flag with a feature description, which skips interactive prompts to create structured spec files directly.

Does quick spec generation preserve discovery briefs when creating spec directories?

Quick spec generation creates .kiro/specs/{feature} directories from brief context and preserves discovery briefs when present, integrating with KiRo discovery flows and optional sub-agents for inline validation.

What is the difference between interactive and automatic modes for spec generation?

Interactive mode guides users through the spec generation pipeline step-by-step, while automatic mode generates the complete spec artifacts without manual intervention.