원클릭으로
plnbuild
Implement a feature step by step from its implementation plan.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Implement a feature step by step from its implementation plan.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
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:build |
| description | Implement a feature step by step from its implementation plan. |
| argument-hint | ["feature-name"] |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash(mkdir *), Bash(bun *) |
If no argument is provided, deduce from context or tell the user: /pln:build [feature-name]
Verify specs/[feature]/implementation-plan.md exists. If not, tell the user and suggest they run /pln:plan [feature] first.
Read both:
specs/[feature]/design.mdspecs/[feature]/implementation-plan.mdUnderstand the full context of what needs to be built.
Work through each step in the implementation plan in order:
After all steps are complete, run a code review as described in the plan. Fix any issues found.
Tell the user implementation is complete and summarize what was built.
Suggest they run /pln:save to commit and document the implementation and then /clear and /pln:iterate [feature] to make further changes.