grace-verification

Installation
SKILL.md

Design verification that autonomous agents can trust: deterministic where possible, observable and traceable where equality checks alone are not enough.

Prerequisites

  • docs/development-plan.xml must exist with planned modules or module contracts
  • docs/verification-plan.xml should exist; if it does not, create it from the GRACE init template before proceeding
  • if docs/operational-packets.xml exists, use its FailurePacket shape for failure handoff output
  • Read the relevant MODULE_CONTRACT, function contracts, semantic blocks, and existing tests first
  • If no contract exists yet, route through $grace-plan before building verification

Goal

Verification in GRACE is not just "did the final value match?"

It must answer:

  • did the system produce the correct result?
  • did it follow an acceptable execution path?
  • can another agent debug the failure from the evidence left behind?
  • is the module safe enough to hand to a longer autonomous run without relying on hidden model reasoning?
Related skills
Installs
27
GitHub Stars
160
First Seen
Mar 14, 2026