kiro-skill

Automate user ideas into EARS-formatted feature specifications with design and task documents.

1.6k|244|Updated Jul 18, 2025
One-click install
npx skills add https://github.com/feiskyer/claude-code-settings --skill kiro-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kiro-skill
Source: https://github.com/feiskyer/claude-code-settings/tree/main/plugins/kiro-skill/skills/kiro-skill
Command: npx skills add https://github.com/feiskyer/claude-code-settings --skill kiro-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the entire feature development lifecycle from initial idea to implementation, ensuring structured planning, clear communication, and efficient execution.

Core Features & Use Cases

  • Phased Workflow: Guides you through Requirements, Design, Tasks, and Execution phases, ensuring no step is missed.
  • Structured Documentation: Automatically creates requirements.md, design.md, and tasks.md in a dedicated feature directory.
  • EARS Format: Utilizes Easy Approach to Requirements Syntax for clear, testable acceptance criteria in your requirements.
  • Use Case: Start a new feature development for user authentication. Kiro will guide you through defining requirements, designing the solution, and breaking it into actionable tasks.

Quick Start

Use the kiro-skill to create a new feature spec for user authentication.

Frequently Asked Questions about kiro-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure feature requirements using EARS format?

EARS (Easy Approach to Requirements Syntax) provides a standardized way to write testable acceptance criteria. Kiro automates this by generating requirements.md in EARS format during the requirements phase, ensuring clear, verifiable conditions for each feature.

Can I automate turning a feature idea into actionable tasks?

Yes. Kiro converts feature ideas into a phased workflow that produces structured requirements, design documents, and task breakdowns stored in .kiro/specs/{feature-name}/, eliminating manual planning steps.

What's the best way to organize spec-driven feature development?

Spec-driven development separates concerns into phases: requirements definition, design, task planning, then execution. Kiro guides you through each phase sequentially, storing outputs in dedicated feature directories with kebab-case naming.

How do I ensure requirements and design stay aligned during development?

Kiro links requirements, design, and tasks into a single workflow where design decisions reference requirements and tasks reference both. This traceability keeps documentation synchronized throughout feature development.

Do I need prior design expertise to use this workflow?

No. Kiro structures the feature development process and provides templates for requirements and design phases. You supply the feature idea and domain knowledge; the workflow handles organization and documentation generation.