kiro-spec-quick

Generate spec.json, requirements.md, design.md, and tasks.md from a project brief.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly produce an actionable project specification from a short description or discovery brief, removing manual steps of scaffolding requirements, design, and implementation tasks so teams can move to implementation faster.

Core Features & Use Cases

  • Initializes a spec directory and populates spec.json and requirements.md from templates, detecting language and ensuring unique feature names.
  • Orchestrates a four-phase workflow: initialize spec, generate requirements, generate design, and generate tasks, with both interactive approval prompts and a fully automatic --auto mode that runs all phases and a final sanity review.
  • Invokes complementary kiro skills for requirements, design, and task generation, and performs lightweight sanity checks to surface contradictions or missing prerequisites before claiming completion.
  • Use Case: Product managers or engineering leads can turn a short feature description into complete requirements, design artifacts, and a task list for sprint planning in minutes.

Quick Start

Run the kiro-spec-quick skill with a brief feature description like "User profile with avatar upload --auto" to generate the spec and associated files automatically.

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 product specifications from a short project brief?

You can generate product specifications by providing a short feature description to automatically scaffold requirements, design, and task files, removing manual steps so teams can move to implementation faster.

What is the fastest way to create requirements, design, and tasks for sprint planning?

The fastest way to create sprint planning artifacts is using an automated four-phase workflow that initializes a spec directory, generates requirements, drafts design, and breaks down tasks sequentially.

Can I automatically generate a full feature spec without manual approval prompts?

Yes, you can automatically generate a full feature spec without manual approval by running the workflow in --auto mode, which executes all phases and performs a final sanity review.

How does automated spec generation handle missing prerequisites or contradictions?

Automated spec generation handles missing prerequisites by running lightweight sanity checks after file generation to surface contradictions or gaps before claiming the specification is complete.

Do I need to manually create spec.json and requirements.md files before generating a design draft?

No, you do not need to manually create spec.json and requirements.md files, because the initialization phase populates them automatically from templates while detecting language and ensuring unique feature names.

What file formats are produced during automated task breakdown and design drafting?

The automated task breakdown and design drafting process produces structured filesystem outputs including spec.json, requirements.md, design.md, and tasks.md for engineering handoff scenarios.