kiro-spec-quick

Convert project briefs into spec.json, requirements.md, design.md, and tasks.md.

Updated Feb 25, 2024
One-click install
npx skills add https://github.com/ryowatanabe/iidx-dp-unofficial-difficulty-scraper --skill kiro-spec-quick-ryowatanabe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-spec-quick
Source: https://github.com/ryowatanabe/iidx-dp-unofficial-difficulty-scraper/tree/main/.claude/skills/kiro-spec-quick
Command: npx skills add https://github.com/ryowatanabe/iidx-dp-unofficial-difficulty-scraper --skill kiro-spec-quick-ryowatanabe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates turning a project brief into structured, implementation-ready specifications.

Core Features & Use Cases

  • Supports both interactive and automatic modes to generate requirements, design, and tasks.
  • Uses templates and a four-phase workflow (initialize, generate requirements, generate design, generate tasks) with a final sanity review.
  • Produces artifacts (spec.json, requirements.md, design.md, tasks.md) to guide implementation in real projects.

Quick Start

Provide a project description and optionally add --auto to generate a complete spec workflow 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 implementation-ready specifications from a project brief?

You can generate implementation-ready specifications by providing a project brief and running an automated four-phase workflow that produces requirements, design, and task documents.

What files are produced when generating design and task specs for software projects?

Generating software design and task specs produces a spec.json file alongside three markdown files: requirements.md, design.md, and tasks.md to guide implementation.

Can I automatically generate requirements and design documents without manual interaction?

Yes, you can automatically generate requirements and design documents by adding an auto flag to your project description input.

How does the spec generation workflow validate requirements before implementation?

The spec generation workflow validates requirements by performing a final sanity review after generating design and tasks.

What is the best way to structure software project requirements and tasks for AI assistants?

The best way to structure requirements and tasks for AI assistants is using a four-phase workflow that generates requirements, design, and tasks documents with a final sanity review.