スキル一覧に戻る
arinbalyan

kiro-planning

by arinbalyan

basically my .opencode config folder ( windows 11)

1🍴 0📅 2026年1月13日
GitHubで見るManusで実行

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

  1. Create .opencode/docs/ directory structure
  2. Generate PRD.md with requirements
  3. Create ARCHITECTURE.md with system design
  4. Build TASKS.md with implementable tasks
  5. 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

  1. Use Sequential Thinking

    • Break down complex features
    • Plan before implementing
    • Document decisions
  2. Keep Documents Updated

    • Run /kiro-update after major changes
    • Mark tasks as completed
    • Log blockers immediately
  3. Track Dependencies

    • Note task dependencies
    • Update when requirements change
    • Keep architecture decisions logged

Integration

Works with:

  • context.md - Session context
  • AGENTS.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

レビュー

💬

レビュー機能は近日公開予定です