Complete System Prompts for Kiro IDE by Amazon
npx skills add https://github.com/jasonkneen/kiro --skill spec-driven-developmentCLI を使用してこのスキルをインストールし、ワークスペースで SKILL.md ワークフローの使用を開始します。
A comprehensive guide to systematic feature development using the three-phase spec process: Requirements → Design → Tasks.
New to spec-driven development? → Start with Methodology Overview
Ready to create your first spec? → Jump to Process Guide
Looking for examples? → Browse Examples & Case Studies
Need templates? → Get Ready-to-Use Templates
Working with AI? → Learn Prompting Strategies
📍 Need detailed navigation? → See Complete Navigation Index - Find content by role, problem, or learning style
Learn the foundational concepts and philosophy behind spec-driven development
Step-by-step walkthrough of the three-phase workflow
Insights into decision-making frameworks and thought processes
Effective communication techniques for AI collaboration
Practical guidance for implementing features from specs
Curated references and learning materials
Real-world case studies and complete spec examples
Ready-to-use templates and checklists
New to spec-driven development? Start here:
The Kiro MCP Server exposes Kiro's system prompts and instructions through the Model Context Protocol (MCP), allowing other AI assistants and tools to access Kiro's best practices.
Install and configure the MCP server:
# Using uvx (recommended)
uvx kiro-mcp-server
# Or install with pip
pip install kiro-mcp-server
Add to your MCP client configuration (e.g., ~/.kiro/settings/mcp.json):
{
"mcpServers": {
"kiro-prompts": {
"command": "uvx",
"args": ["kiro-mcp-server"],
"disabled": false
}
}
}
For more details, see the MCP Server Documentation.
Kiro is available as an installable Claude Code plugin with 7 skills following the agentskills.io specification.
# In Claude Code
/plugin marketplace add https://github.com/jasonkneen/kiro
/plugin install kiro-spec-driven@kiro-marketplace
Once installed, Claude automatically uses these skills when relevant:
| Skill | Description | Use When |
|---|---|---|
| spec-driven-development | Master methodology | "create a spec for..." |
| requirements-engineering | EARS format | "write requirements for..." |
| design-documentation | Technical architecture | "design the architecture..." |
| task-breakdown | Implementation planning | "break down into tasks..." |
| ai-prompting | AI communication | "how to prompt better..." |
| quality-assurance | Testing strategies | "testing strategy for..." |
| troubleshooting | Problem resolution | "debug this issue..." |
| create-steering-documents | Project guidelines | "create steering documents..." |
# User scope (available everywhere)
/plugin install kiro-spec-driven@kiro-marketplace
# Project scope (shared via git)
/plugin install kiro-spec-driven@kiro-marketplace --scope project
./scripts/validate-skills.sh
For more details, see the Plugin Documentation and Skills Documentation.
This guide is designed to be both a learning resource and a reference manual. Jump to any section based on your current needs, or read through sequentially for comprehensive understanding.
📍 For detailed navigation by role, problem, or learning style, see the Complete Navigation Index