kiro-spec-quick

Generate feature specifications, requirements, designs, and tasks from templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It automates the creation of feature specifications, requirements, designs, and actionable tasks from a short project description or discovery brief, removing repetitive manual spec drafting.

Core Features & Use Cases

  • Four-phase spec pipeline: initializes spec scaffolding from templates, generates requirements, produces design outputs, and creates implementation tasks.
  • Interactive and Automatic modes: supports step-by-step user approval or fully automated end-to-end execution with progress reporting and a final sanity review.
  • Integration with repository assets: reads discovery briefs and templates from the .kiro directory and writes spec.json, requirements.md, design.md, and tasks.md into a feature folder.

Quick Start

Generate a quick spec for "User profile with avatar upload" in automatic 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 feature specifications from a project description quickly?

Feature specification generation uses a four-phase pipeline to scaffold templates, produce requirements, create designs, and output actionable tasks directly from a brief project description or discovery brief.

Can I automatically create requirements, design, and tasks files without manual drafting?

Yes, automatic mode executes the end-to-end spec pipeline without manual drafting, generating requirements.md, design.md, and tasks.md files while providing progress reporting and a final sanity review.

Do I need repository templates and a .kiro directory to generate specs?

Yes, generating specs requires read and write access to repository templates and spec directories, specifically reading discovery briefs and templates from the .kiro directory to initialize the scaffolding.

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

Interactive mode requires step-by-step user approval throughout the pipeline, while automatic mode runs fully automated end-to-end execution with continuous progress reporting and a final sanity review.

How does template-based file creation work for feature requirements and task breakdowns?

Template-based file creation initializes spec scaffolding from repository templates, then invokes sub-skills to sequentially generate requirements, design outputs, and implementation tasks into a dedicated feature folder.

What's the best way to structure design outputs and implementation tasks for a new feature?

The best way to structure design outputs and tasks is using the four-phase spec pipeline, which writes structured design.md and tasks.md files alongside spec.json and requirements.md into a feature folder.