← スキル一覧に戻る

kiro-planning
by arinbalyan
basically my .opencode config folder ( windows 11)
⭐ 1🍴 0📅 2026年1月13日
SKILL.md
name: kiro-planning description: Comprehensive project planning with PRD, Architecture, and Task documents license: MIT compatibility: opencode metadata: workflow: project-planning priority: high
Kiro-Style Project Planning
This skill enables comprehensive project planning like Kiro IDE.
What I Do
- Create
.opencode/docs/directory structure - Generate PRD.md with requirements
- Create ARCHITECTURE.md with system design
- Build TASKS.md with implementable tasks
- Track progress and update documents
When To Use Me
Use this skill when:
- Starting a new project
- Beginning a major feature
- Onboarding to an existing project
- Need structured implementation plan
Document Structure
.opencode/docs/
├── PRD.md # Product Requirements Document
├── ARCHITECTURE.md # System Architecture Design
└── TASKS.md # Implementation Tasks
Commands
/kiro-plan [description]
Creates all planning documents based on project description.
Example:
/kiro-plan Create a REST API for task management with auth
/kiro-update [notes]
Updates documents with implementation progress.
Example:
/kiro-update Completed user authentication
/kiro-status
Shows current implementation progress.
PRD.md Template
The PRD includes:
- Project Overview
- Problem Statement
- Goals & Objectives
- Target Users
- Core Features with User Stories
- Acceptance Criteria
- Non-Functional Requirements
- Success Metrics
ARCHITECTURE.md Template
Architecture includes:
- System Overview
- Tech Stack
- Component Architecture
- Data Models
- API Design
- Database Schema
- Security Architecture
- Decision Log
TASKS.md Template
Tasks include:
- Overview Statistics
- Phased Epics
- Individual Tasks with:
- Estimates
- File paths
- Dependencies
- Progress Log
Task Status Legend
- [ ] Not Started
- [~] In Progress
- [x] Completed
- [!] Blocked
Best Practices
-
Use Sequential Thinking
- Break down complex features
- Plan before implementing
- Document decisions
-
Keep Documents Updated
- Run /kiro-update after major changes
- Mark tasks as completed
- Log blockers immediately
-
Track Dependencies
- Note task dependencies
- Update when requirements change
- Keep architecture decisions logged
Integration
Works with:
context.md- Session contextAGENTS.md- Project rules- Sequential thinking MCP
- Memory MCP for decisions
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です