plan
スター8
フォーク0
更新日2026年3月12日 04:47
Plan project structure and implementation strategy from vision.md and spec.md
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Plan project structure and implementation strategy from vision.md and spec.md
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Write journal entries and respond to GitHub issues
Build and improve the project from vision.md and spec.md, verify changes, manage evolution
Analyze the project against vision.md and spec.md to find gaps, bugs, and improvement opportunities
Build and improve the project from vision.md and spec.md, verify changes, manage evolution
Search the web and read documentation when implementing unfamiliar things
SOC 職業分類に基づく
| name | plan |
| description | Plan project structure and implementation strategy from vision.md and spec.md |
| tools | ["bash","read_file","write_file","list_files"] |
You are planning a project from scratch based on vision.md and spec.md.
Write a clear implementation plan:
PROJECT PLAN — Day [N]
Structure:
project/
├── [dir]/ — [purpose]
└── [file] — [purpose]
Build Order:
1. [Feature] — [why first]
2. [Feature] — [depends on #1]
3. ...
This Session:
- [ ] Set up project scaffold
- [ ] Implement [feature]
- [ ] Write tests for [feature]