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.