/verification-planning
Verification planning for non-trivial coding work. Use before implementing a feature, bug fix, refactor, cross-system change, or high-confidence behavior change that needs a credible project-specific evidence path.
$ npx -y skills add alvinunreal/oh-my-opencode-slim --skill verification-planning --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/verification-planning
Context preview
The summary Claude sees to decide when to auto-load this skill.
Verification planning for non-trivial coding work. Use before implementing a feature, bug fix, refactor, cross-system change, or high-confidence behavior change that needs a credible project-specific evidence path.
SKILL.md
verification-planning.SKILL.mdname: verification-planning
description: Verification planning for non-trivial coding work. Use before implementing a feature, bug fix, refactor, cross-system change, or high-confidence behavior change that needs a credible project-specific evidence path.
Verification Planning
Build an evidence path
Before changing a non-trivial system, build an **evidence path**: a project-specific route from the claim being made to evidence that can establish, limit, or refute it.
The purpose is not to select a familiar technique. The purpose is to decide how this system can reveal the truth of this particular change.
1. Frame the claim
State the behavior that needs to become true and the conditions that could make a confident conclusion wrong.
Consider what must change, what must remain true, where the behavior crosses a boundary, and which failure would matter most.
**Complete when:** the claim, its meaningful uncertainty, and its important failure modes are concrete enough to investigate.
2. Design the evidence path
Derive possible evidence paths from the system itself: its controllable inputs, observable effects, state transitions, invariants, boundaries, artifacts, and ability to repeat or reverse a scenario.
Generate alternatives before choosing. Prefer the path that produces a trustworthy conclusion with proportionate cost, safety, and effort.
**Complete when:** there is a preferred path, its limitations are understood, and a weaker or stronger alternative is available if circumstances change.
Set a verification budget
At the final state, state the distinct claims, assign one owner to establish or refute each, and choose the minimum non-duplicative evidence that covers the claims and important boundaries. Reuse evidence only while its relevant code, inputs, environment, and state remain valid. Required repository and release checks still apply; broaden or repeat verification only when a stated condition justifies it.
3. Create a verification affordance when needed
When the existing system leaves the decisive truth too indirect or ambiguous, extend the evidence path with a **verification affordance**: the smallest capability that makes the relevant state controllable, observable, repeatable, and diagnosable for an agent.
Ask what capability would let an agent establish the claim directly, repeat the scenario from a known state, and explain a failure without inference. Prefer an affordance that strengthens directness, determinism, agent-legibility, isolation, resetability, or future reuse.
Treat the affordance as part of the evidence path, not an automatic product feature. Decide deliberately whether it is temporary or durable before building it.
**Complete when:** the chosen path can establish the claim directly enough for its stakes, and any needed affordance has a defined lifecycle.
4. Research when the path is unknown
When the right evidence path depends on an unfamiliar dependency, framework, external service, or rapidly changing capability, ask `@librarian` for focused research before committing to an approach.
Ask for official or project-specific facilities, constraints, and trade-offs that affect this exact verification problem. Use existing project evidence directly when it already resolves the choice.
**Complete when:** the chosen path rests on known capabilities and real constraints rather than assumption.
5. Make the path runnable
Prepare only the support needed to follow the evidence path reliably. Keep the support narrow, repeatable, and safe to inspect.
Decide whether that support has recurring value or exists only to resolve the current uncertainty. Retain durable value deliberately; remove temporary support once it has served its purpose.
Ask before introducing dependencies, persistent diagnostic surfaces, or structural changes whose sole purpose is evidence gathering.
**Complete when:** the path can be followed without guessing about setup, state, or interpretation.
6. Close the evidence path
After implementation, follow the planned path and interpret the resulting evidence against the original claim.
Report whether the claim was established, limited, or refuted; distinguish known facts from remaining uncertainty.
**Complete when:** a future reader can see what supports the conclusion and what remains outside its reach.
Scope
Use this skill proportionately. Small mechanical changes can follow ordinary project checks directly. For larger multi-phase work, let this skill establish the evidence path that later work follows.
Read more
name: verification-planning description: Verification planning for non-trivial coding work. Use before implementing a feature, bug fix, refactor, cross-system change, or high-confidence behavior change that needs a credible project-specific evidence path.
Verification Planning
Build an evidence path
Before changing a non-trivial system, build an **evidence path**: a project-specific route from the claim being made to evidence that can establish, limit, or refute it.
The purpose is not to select a familiar technique. The purpose is to decide how this system can reveal the truth of this particular change.
1. Frame the claim
State the behavior that needs to become true and the conditions that could make a confident conclusion wrong.
Consider what must change, what must remain true, where the behavior crosses a boundary, and which failure would matter most.
**Complete when:** the claim, its meaningful uncertainty, and its important failure modes are concrete enough to investigate.
2. Design the evidence path
Derive possible evidence paths from the system itself: its controllable inputs, observable effects, state transitions, invariants, boundaries, artifacts, and ability to repeat or reverse a scenario.
Generate alternatives before choosing. Prefer the path that produces a trustworthy conclusion with proportionate cost, safety, and effort.
**Complete when:** there is a preferred path, its limitations are understood, and a weaker or stronger alternative is available if circumstances change.
Set a verification budget
At the final state, state the distinct claims, assign one owner to establish or refute each, and choose the minimum non-duplicative evidence that covers the claims and important boundaries. Reuse evidence only while its relevant code, inputs, environment, and state remain valid. Required repository and release checks still apply; broaden or repeat verification only when a stated condition justifies it.
3. Create a verification affordance when needed
When the existing system leaves the decisive truth too indirect or ambiguous, extend the evidence path with a **verification affordance**: the smallest capability that makes the relevant state controllable, observable, repeatable, and diagnosable for an agent.
Ask what capability would let an agent establish the claim directly, repeat the scenario from a known state, and explain a failure without inference. Prefer an affordance that strengthens directness, determinism, agent-legibility, isolation, resetability, or future reuse.
Treat the affordance as part of the evidence path, not an automatic product feature. Decide deliberately whether it is temporary or durable before building it.
**Complete when:** the chosen path can establish the claim directly enough for its stakes, and any needed affordance has a defined lifecycle.
4. Research when the path is unknown
When the right evidence path depends on an unfamiliar dependency, framework, external service, or rapidly changing capability, ask `@librarian` for focused research before committing to an approach.
Ask for official or project-specific facilities, constraints, and trade-offs that affect this exact verification problem. Use existing project evidence directly when it already resolves the choice.
**Complete when:** the chosen path rests on known capabilities and real constraints rather than assumption.
5. Make the path runnable
Prepare only the support needed to follow the evidence path reliably. Keep the support narrow, repeatable, and safe to inspect.
Decide whether that support has recurring value or exists only to resolve the current uncertainty. Retain durable value deliberately; remove temporary support once it has served its purpose.
Ask before introducing dependencies, persistent diagnostic surfaces, or structural changes whose sole purpose is evidence gathering.
**Complete when:** the path can be followed without guessing about setup, state, or interpretation.
6. Close the evidence path
After implementation, follow the planned path and interpret the resulting evidence against the original claim.
Report whether the claim was established, limited, or refuted; distinguish known facts from remaining uncertainty.
**Complete when:** a future reader can see what supports the conclusion and what remains outside its reach.
Scope
Use this skill proportionately. Small mechanical changes can follow ordinary project checks directly. For larger multi-phase work, let this skill establish the evidence path that later work follows.
Lean, fine tuned Opencode multi agent suite · Mix any models · Auto delegate tasks
Repo: alvinunreal/oh-my-opencode-slim
Other skills on oh-my-opencode-slim.
- /clonedeps
Clone important project dependency source code into an ignored local workspace so OpenCode can inspect library internals. Use when the user asks to clone dependencies, inspect dependency/source internals, understand SDK/framework behavior from source, debug library
Open skill - /codemap
Generate comprehensive hierarchical codemaps for UNFAMILIAR repositories. Expensive operation - only use when explicitly asked for codebase documentation or initial repository mapping
Open skill - /deepwork
High-cost orchestrator workflow for large, high-risk, multi-phase coding efforts with meaningful dependencies and review gates. Do not activate for routine multi-file changes.
Open skill - /loop-engineering
Loop engineering runtime Grill + Monitor
Open skill - /oh-my-opencode-slim
Configure and improve oh-my-opencode-slim for the current user. Use when users want to tune agents, models, prompts, custom agents, skills, MCPs, presets, or plugin behavior. Also use when recurring workflow friction suggests a safe config or prompt improvement.
Open skill - /reflect
Review recent work, find repeated workflow patterns, and suggest reusable skills, agents, commands, config changes, or playbooks. Use when the user asks to learn from past sessions, improve recurring workflows, or identify what should be turned into reusable agent instructions.
Open skill

