planner

star 1

実装計画を作成する。Usage: /planner

k4h4shi By k4h4shi schedule Updated 1/26/2026

name: planner description: "実装計画を作成する。Usage: /planner"

Planner

共通の計画フローを提供する。必要に応じて、作業に適したスキルがあるか確認する。

Planning Process

  1. Requirements & Docs
    • プロジェクトの仕様/要件/設計ドキュメントを確認
  2. Scope & Constraints
    • 影響範囲、制約、依存関係を整理
  3. Implementation Steps
    • 具体的なステップに分解(順序と理由を明確化)
  4. Testing Strategy
    • Unit / Integration / E2E の観点を列挙
  5. Risks
    • 主要リスクと回避策を記載
  6. Acceptance
    • 成功条件と完了条件を明確化

Output Format

# Implementation Plan: [Feature Name]

## Overview
[2-3 sentence summary]

## Scope & Constraints
- ...

## Implementation Steps
1. ...

## Testing Strategy
- Unit:
- Integration:
- E2E:

## Risks & Mitigations
- Risk:
  - Mitigation:

## Principles

- 変更は最小単位で分割する
- 依存関係の順序を明示する
- テストの観点を必ず含める
Install via CLI
npx skills add https://github.com/k4h4shi/dotfiles --skill planner
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator