원클릭으로
plnplan
Read a design doc and produce a concrete, ordered implementation plan at specs/[feature]/implementation-plan.md.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read a design doc and produce a concrete, ordered implementation plan at specs/[feature]/implementation-plan.md.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Implement a feature step by step from its implementation plan.
Commit implementation, write implementation details doc at specs/[feature]/implementation-details.md.
Design a feature through conversation, producing a structured design doc at specs/[feature]/design.md.
Review implementation details and discuss next steps (read-only).
| name | pln:plan |
| description | Read a design doc and produce a concrete, ordered implementation plan at specs/[feature]/implementation-plan.md. |
| argument-hint | ["feature-name"] |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash(mkdir *) |
If no argument is provided, deduce from context or tell the user: /pln:plan [feature-name]
Resolve the design doc at specs/[feature]/design.md where [feature] is the argument.
If the file doesn't exist, tell the user and suggest they run /pln:design [feature] first.
Read the design doc thoroughly. Understand the feature, its architecture, data flow, and any open questions.
Explore the codebase to understand:
Create specs/[feature]/implementation-plan.md with the following sections:
bun test src/foo.test.ts and confirm it passes", not "verify it works")Tell the user what you've planned and ask for feedback. As the user requests changes, update specs/[feature]/implementation-plan.md accordingly.
When the user is satisfied, suggest they run /clear and then /pln:build [feature] to start implementation.