kiro-spec-quick

Generate software specifications by parsing arguments and executing sequential spec phases.

8|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/gaebalai/k-sdd --skill kiro-spec-quick-gaebalai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kiro-spec-quick
Source: https://github.com/gaebalai/k-sdd/tree/main/tools/k-sdd/templates/agents/claude-code-skills/skills/kiro-spec-quick
Command: npx skills add https://github.com/gaebalai/k-sdd --skill kiro-spec-quick-gaebalai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The kiro-spec-quick Skill automates and streamlines the creation of software specifications, significantly reducing the time and effort required to initiate new projects.

Core Features & Use Cases

  • Quick Spec Generation: Generates software specifications quickly in interactive or automatic modes.
  • Interactive or Automatic Mode: Choose automatic execution for continuous loop generation or interactive for step-by-step manual control.
  • Spec Phases: Sequentially executes initialization, requirements generation, design generation, and tasks generation.

Quick Start

To begin the automatic generation of a new spec for 'user-profile-feature', run the following command:

/kiro-spec-quick user-profile-feature --auto

Frequently Asked Questions about kiro-spec-quick

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

FAQPage Schema
How do I automatically generate software specifications for new projects?▼

You can automatically generate software specifications by running a single command with the auto flag, which sequentially executes initialization, requirements, design, and tasks phases without manual input.

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

Automatic spec generation runs a continuous loop through all specification phases, while interactive mode provides step-by-step manual control with user confirmation mechanisms between each phase.

How do I start creating a specification for a specific feature interactively?▼

To create a specification interactively, run the command with your feature name as the argument; the system parses the input and guides you through sequential requirements and design phases.

What phases does the specification generation process include?▼

The specification generation process sequentially executes four phases: initialization, requirements generation, design generation, and tasks generation to produce complete software specifications.

Does spec generation include debugging mechanisms if a phase fails?▼

Yes, the specification generation process includes auto-debug mechanisms alongside user confirmation steps to resolve issues during sequential phase execution.