بنقرة واحدة
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 المهني
| 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.
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).