kiro-spec-quick

Generate structured feature specs from natural language via a four-phase workflow.

2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/snicmakino/kolt --skill kiro-spec-quick-snicmakino
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-spec-quick
Source: https://github.com/snicmakino/kolt/tree/main/.claude/skills/kiro-spec-quick
Command: npx skills add https://github.com/snicmakino/kolt --skill kiro-spec-quick-snicmakino

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quick Spec Generator helps product and engineering teams convert vague feature ideas into structured, implementation-ready specs, reducing ambiguity and handoff delays.

Core Features & Use Cases

  • Four-phase workflow (Initialize, Requirements, Design, Tasks) with optional sanity review to ensure completeness.
  • Supports both Interactive and Automatic modes with progress tracking and clear prompts or automation.
  • Generates a standardized spec bundle under .kiro/specs/{feature-name}, including spec.json and requirements/design/tasks documents.

Quick Start

Describe your feature and run kiro-spec-quick to generate a complete 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 convert a feature idea into a structured spec from natural language?

To convert a feature idea into a structured spec from natural language, use a guided four-phase workflow that initializes templates and orchestrates requirements, design, and tasks generation. This process outputs an implementation-ready spec bundle including spec.json and related documents.

What is the best way to automate feature spec generation for product discovery?

The best way to automate feature spec generation is to run the automatic mode using the --auto argument. This automates the initialization, requirements, design, and tasks phases to rapidly produce a standardized spec bundle without manual interactive prompts.

Does the spec generation workflow support interactive mode for product management?

Yes, the spec generation workflow supports interactive mode for product management. It provides clear prompts and progress tracking, allowing engineering teams to actively guide the initialization, requirements gathering, and design phases instead of running fully automated.

What files and documents are generated when creating implementation-ready specs?

Creating implementation-ready specs generates a standardized spec bundle under the .kiro/specs/{feature-name} directory. This bundle includes a spec.json file alongside structured requirements, design, and tasks documents to reduce ambiguity and handoff delays.

Can I review the generated feature spec for completeness before finalizing it?

Yes, you can review the generated feature spec for completeness before finalizing it. The workflow includes an optional sanity review phase that checks the generated requirements, design, and tasks documents to ensure the final spec bundle is complete and implementation-ready.

How do I structure requirements and design tasks for engineering handoff?

To structure requirements and design tasks for engineering handoff, apply a four-phase workflow that parses arguments and invokes subtools for each section. This method reduces ambiguity by producing standardized requirements, design, and tasks documents from your initial feature description.