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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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]