plan
스타16
포크1
업데이트2026년 3월 30일 14:12
Create a plan to implement the provided requirements.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Create a plan to implement the provided requirements.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build a project by implementing the next most important task.
Perform a code review of the project.
Create a requirements specification for a project based on a PRD file.
| name | plan |
| description | Create a plan to implement the provided requirements. |
Output the plan to plans/plan.md add one line per task. Create one specification file per task in the specs folder.
Example plan file:
# Implementation Plan
| Task | Description | Spec | Requirements |
|------|-------------|------|--------------|
| [ ] 01 | Setup project | [task-01-project-setup.md](../specs/task-01-project-setup.md) | REQ-03 |
| [ ] 02 | Create Table | [task-02-create-tables.md](../specs/task-02-create-tables.md) | REQ-02, REQ-11 |
## Dependency Order
01 → 02 → 03 → 04 → 05 → 06 → 07 → 08 → 09 → 10 → 11 → 12 → 13
└──────────┴────┴────┴────┴────┘
(commands can be parallel)
Generate a plan to build this project. Read the requirements and plan the tasks for this project. Plan this project.