원클릭으로
plndesign
Design a feature through conversation, producing a structured design doc at specs/[feature]/design.md.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Design a feature through conversation, producing a structured design doc at specs/[feature]/design.md.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Implement a feature step by step from its implementation plan.
Read a design doc and produce a concrete, ordered implementation plan at specs/[feature]/implementation-plan.md.
Commit implementation, write implementation details doc at specs/[feature]/implementation-details.md.
Review implementation details and discuss next steps (read-only).
| name | pln:design |
| description | Design a feature through conversation, producing a structured design doc at specs/[feature]/design.md. |
| argument-hint | ["feature-name"] |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash(mkdir *) |
If no argument is provided, tell the user: /pln:design [feature-name]
specs/[feature]/design.md exists: Read it, give a brief summary of what's in it, and ask the user what they'd like to change or discuss.specs/[feature]/ directoryDo NOT explore the codebase or draft the design doc yet. Wait for the user to explain and for any discussion to resolve.
Once you understand what the user wants:
specs/[feature]/design.md covering:
Use your understanding of the codebase to make the design concrete and specific. Reference actual files, functions, and patterns from the existing code.
Tell the user what you've drafted and ask for feedback. As the user requests changes, update specs/[feature]/design.md accordingly.
When the user is satisfied, suggest they run /clear and then /pln:plan [feature] to continue to implementation planning.