Evidence-First Proof Kit for Deterministic Changes

Skill for assembling proof kits with explicit safety justification, using artifacts and reports over narrative claims. Applies strict determinism rules and negative test suites for risky operations.

Sby Skills Guide Bot
TestingAdvanced0 views0 installs3/8/2026
Claude Code
deterministic-deliveryevidence-basedsafety-validationproof-kitserror-handling

name: mova-evidence-proof-v0 description: Use for deterministic changes, evidence-first delivery, or assembling proof kits with clear safety justification. allowed-tools: Bash, Read, Grep, Glob

Determinism rules

  • Business results belong in result payloads; run-specific data goes to env/meta and artifacts.
  • Do not fabricate outputs; rerun commands if needed.

Negative suite

  • Required for risky paths: unauthorized, deny, bad signature, oversize, and validation errors.
  • Add minimal, explicit cases and surface them in evidence.

Evidence-first standard

  • Prefer artifacts and reports over narrative claims.
  • Always link to evidence paths in artifacts/**.

Evidence sources

  • Artifacts paths, gw_request_id, and episode ids/refs.
  • History lookup must use mova_search_episodes_v0 (read-only).

Related skills