kiro-spec-quick

Generate feature specs through four phases and a sanity review.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/miyamo2/braider --skill kiro-spec-quick-miyamo2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-spec-quick
Source: https://github.com/miyamo2/braider/tree/main/.gemini/skills/kiro-spec-quick
Command: npx skills add https://github.com/miyamo2/braider --skill kiro-spec-quick-miyamo2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly generate structured feature specifications (requirements, design, and tasks) using a guided, repeatable workflow that reduces manual planning and ensures consistency across projects.

Core Features & Use Cases

  • Orchestrates four phases (Initialize Spec, Requirements, Design, Tasks) plus a final sanity review to produce ready-to-use specs.
  • Supports Automatic Mode (execute all phases without prompts) and Interactive Mode (prompt between phases).
  • Produces spec artifacts under .kiro/specs/{feature-name} using templates and writes files like spec.json, requirements.md, design.md, and tasks.md.

Quick Start

Run the kiro-spec-quick tool to initialize and generate a feature spec in either automatic or interactive mode.

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 structured feature specifications automatically from a basic idea?

To generate feature specifications automatically, use a tool that orchestrates requirements, design, and tasks phases without manual prompts. This produces structured markdown and JSON artifacts under a dedicated specs directory, ensuring consistent project planning with minimal manual effort.

What is the best way to create consistent requirements, design, and tasks documents for a new feature?

The best way to create consistent feature documents is using a templated spec generation workflow. It enforces a repeatable structure by writing standardized requirements, design, and tasks markdown files, reducing manual planning overhead and ensuring uniformity across different projects.

Can I run interactive spec generation to review requirements and design between phases?

Yes, interactive spec generation prompts you between the initialize, requirements, design, and tasks phases. This guided approach lets you validate each step before proceeding to the final sanity review and artifact creation.

How does the sanity review phase work in feature spec generation?

The sanity review phase works as a final validation step in spec generation, checking the accumulated requirements, design, and tasks outputs for completeness and coherence. It ensures the generated artifacts align logically before finalizing the spec directory contents.

Do I need any specific dependencies or frameworks to use automated spec generation tools?

No specific dependencies or frameworks are required to use this automated spec generation tool. It operates independently to parse arguments, create the spec directory, and write spec.json and markdown files from built-in templates.

What files and directory structure are produced when generating feature specs?

Generating feature specs produces a dedicated directory under .kiro/specs/{feature-name} containing spec.json, requirements.md, design.md, and tasks.md. These files are written from templates to provide a ready-to-use structured specification for your feature.