원클릭으로
plnsave
Commit implementation, write implementation details doc at specs/[feature]/implementation-details.md.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Commit implementation, write implementation details doc at specs/[feature]/implementation-details.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.
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:save |
| description | Commit implementation, write implementation details doc at specs/[feature]/implementation-details.md. |
| argument-hint | ["feature-name"] |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash(mkdir *), Bash(git *) |
If no argument is provided, deduce from context or tell the user: /pln:save [feature-name]
Verify specs/[feature]/ directory exists. If not, ask the user for the correct feature name.
Read specs/[feature]/design.md and specs/[feature]/implementation-plan.md to understand what was intended.
Explore the codebase to understand what was actually built:
Stage all implementation files (not the specs) and commit with the message: Implement [feature]
Create specs/[feature]/implementation-details.md with the following sections:
Be specific and reference actual files, functions, and code patterns.
Tell the user what you've written and ask for feedback. As the user requests changes, update specs/[feature]/implementation-details.md accordingly.
When the user is satisfied, suggest they run /clear and then /pln:iterate [feature] to review and plan next steps.