一键导入
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.