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.