Create plan
今いるリポジトリのアプリケーションの改修を行うための実装計画(PLAN.md)を作成・更新するためのスキルFrom its SKILL.md
npx -y skills add dsk52/skills --skill create-planAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.7 KB, 543 tokens by cl100k_base, as published. Nobody here has run it
目的
現在いるリポジトリで変更を実装する前に、assets/PLAN.template.md を使ってリポジトリ直下の PLAN.md を作成または更新する。
使うタイミング
- アプリケーションの新規実装や既存実装を変更する場合
ワークフロー(必須)
- 依頼内容から以下を特定:
- 目的(1〜2 行)
- 影響範囲
- 環境(stg/prod)と制約
- リポジトリ構成を確認し、関連パスを把握:
- まずはリポジトリルートや変更対象の近くにある
README.mdを参照する - 関連するパスを走査する
- まずはリポジトリルートや変更対象の近くにある
assets/PLAN.template.mdを使ってPLAN.mdを作成/更新する。- 計画は簡潔かつ実行可能に保つ:
- ステップは順序付きで行動可能にする。
- リポジトリのスクリプトに合わせた「Verification」コマンドと手動チェックを入れる。
- 不明点がある場合:
- 仮定と質問を
PLAN.mdに記載する。 - 影響範囲を最小化する安全なデフォルトで進める。
- 仮定と質問を
PLAN.md作成後:- 曖昧さが大きい場合は積極的に確認する。
出力ルール
- 計画は必ずリポジトリ直下の
PLAN.mdに書く。 - チャットだけに出さず、必ずファイルに残す。
- 環境に配慮した手順(staging 先行)を優先する。
What ships with it: 1 file
4.2 KB alongside SKILL.md
assets/
- PLAN.template.md4.2 KB