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