kiro-spec-quick

Generate software feature specs from briefs into .kiro/specs files.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/ryu-sato/reading-web-supporter --skill kiro-spec-quick-ryu-sato
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-spec-quick
Source: https://github.com/ryu-sato/reading-web-supporter/tree/main/.claude/skills/kiro-spec-quick
Command: npx skills add https://github.com/ryu-sato/reading-web-supporter --skill kiro-spec-quick-ryu-sato

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quick spec generation for software features from briefs and discovery notes, reducing manual drafting time and aligning teams early.

Core Features & Use Cases

  • Interactive and automatic mode selection for spec generation.
  • Generates .kiro/specs/{feature-name}/spec.json and related docs (requirements.md, design.md, tasks.md) using templates.
  • Performs a final lightweight sanity review and outputs a completion summary with an optional recovery path.

Quick Start

Describe your project and run quick spec generation 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 software feature specs from briefs automatically?

Spec generation supports both automatic and interactive modes, allowing you to either fully automate the drafting process from briefs or step through spec creation manually to align teams early on software features.

What is the workflow for automated spec generation?

The automated spec generation workflow orchestrates four phases starting from brief intake, applying local templates to produce spec.json and related docs, and concluding with a lightweight sanity review that outputs a completion summary with an optional recovery path.

Do I need local templates to run spec generation workflows?

Yes, local templates are required to generate the .kiro/specs/{feature-name}/ directory structure and related documents, ensuring the automated spec pipeline commands map your briefs into standardized requirements, design, and task files.

Can I use interactive mode for product specification workflows?

Yes, you can select interactive mode for product specification workflows, which guides you through spec generation step-by-step from briefs and discovery notes instead of running the fully automatic pipeline.

Does spec generation include a sanity review for the output documents?

Yes, the spec pipeline performs a final lightweight sanity review after generating the specification documents, optionally using subagents to validate the output and provide a completion summary with a recovery path if needed.

What files are created when automating spec generation for software features?

Automating spec generation creates a .kiro/specs/{feature-name}/ directory containing spec.json alongside three related markdown documents: requirements.md, design.md, and tasks.md, derived from your initial briefs using local templates.