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]