원클릭으로
viper-execution-rules
Rules and constraints for executing VIPER plans
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Rules and constraints for executing VIPER plans
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
Archive multiple completed changes at once. Use when archiving several parallel changes.
Continue working on an OpenSpec change by creating the next artifact. Use when the user wants to progress their change, create the next artifact, or continue their workflow.
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
Fast-forward through OpenSpec artifact creation. Use when the user wants to quickly create all artifacts needed for implementation without stepping through each one individually.
| bundle | ["viper","facet-design"] |
| name | viper-execution-rules |
| description | Rules and constraints for executing VIPER plans |
This skill describes how to execute plans that follow the VIPER step model. It covers loading plans, creating TODOs, and the step execution protocol.
When executing a plan (from a file or inline):
## Step Types legend — it defines how each step type must be executedCreate exactly ONE TODO item per ### Step <N> - <Type>: <Description> heading in the plan.
<Type>: <Description>CORRECT:
- Explore: Understand the widget registry [in_progress]
- Propose: Add FooWidget to the registry [pending]
- Implement: Add FooWidget to the registry [pending]
- Verify: Lint and test the widget registry [pending]
WRONG:
- Explore + Propose: Widget registry [in_progress]
- Implement and Verify: FooWidget [pending]
Before executing ANY step, check its type prefix and follow the corresponding rules:
mcp_question to ask for explicit approvalIf the user rejects or requests changes, revise the proposal and ask again.
mcp_question to ask for feedback before proceedingIf the user has concerns, address them before moving on.
During execution, enforce these constraints:
If a hard rule violation is detected, notify the user and do not proceed.
Steps MUST be executed in the order they appear in the plan. The general flow is:
Explore → Propose → Implement → Verify
↑ ↓
└── Review ────┘
But the exact sequence depends on the plan. Follow document order.
in_progress when you start it, completed when donein_progress at a time