plan
Plan project structure and implementation strategy from vision.md and spec.md
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Plan project structure and implementation strategy from vision.md and spec.md
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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
| 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]