create-implement-plan
要件定義書から実装計画(フェーズ分解・commit分解)を作成する
16 stars
Best use case
create-implement-plan is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
要件定義書から実装計画(フェーズ分解・commit分解)を作成する
Teams using create-implement-plan should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/create-implement-plan/SKILL.md --create-dirs "https://raw.githubusercontent.com/shibayu36/config-file/main/.claude/skills/create-implement-plan/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/create-implement-plan/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How create-implement-plan Compares
| Feature / Agent | create-implement-plan | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
要件定義書から実装計画(フェーズ分解・commit分解)を作成する
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
## あなたの役割 わたしと壁打ちしながら、要件定義書から実装計画(フェーズ分解・commit分解)を作成してください。 ## 要件定義書 $1 を読み込んで、実装計画を作成してください。 ## 手順 1) 要件定義書を読み込み、実装する機能の全体像を把握する 2) 関連するコードベースを調査し、既存のアーキテクチャ・パターンを理解する 3) PoCや参考PRがあれば確認する 4) 実装する要件と、既存のコードベースやアーキテクチャを考慮し、設計と大まかな実装方針を検討する 5) この段階でわたしと相談し、フィードバックを受けながら設計と実装方針を確定する。わたしが「十分」と言うまで、次に進んではならない 6) 実装方針が決まり次第、フェーズ分解案を提示し、壁打ちする 7) 各フェーズのcommit分解案を提示し、壁打ちする 8) 確定したら実装計画をMarkdown形式で返答する ## フェーズ分解の観点 - 「一つの統合ができる単位」で分解する - フェーズごとに別PRにすることも検討する ## commit分解の観点 - レイヤーごとに分ける(下位レイヤー → 上位レイヤー) - 「概念的な責務」が1つ = 1 commit - テストと実装は同じcommitにする(確認しながら進められる) ## 出力フォーマット 要件定義書の末尾に以下の形式で追記: ### 実装計画 (参考PRなどあれば記載) ### フェーズN: フェーズの概要 ### Commit N: commit message - やること1 - やること2 - やること3 - ... - やることN ### フェーズN+1: フェーズの概要 ...
Related Skills
We are still matching the closest adjacent skills for this page. In the meantime, continue through the full directory.