Autonomous Verification Loop

Create prove-before-apply gates for migrations, indexes, rewrites, SLOs, replay, and rollback evidence.

rweisssieker-xp ba60edc 602 B Updated

File contents

Autonomous Verification Loop

Use this skill before applying write-like database changes.

Run:

node runtime/runTool.js autonomous_verification_loop '{"tool":"create_index","engine":"postgres","database":"analytics","schema":"public","table":"events","proposedSql":"CREATE INDEX ix_events_email ON events(user_email)"}'

The tool returns gates for policy, explain, replay, SLO, and rollback evidence, plus a release decision.

rweisssieker-xp/sqlserver-postgres-plugin/tree/main/plugins/sqlserver-postgres-performance-advisor/skills/autonomous-verification-loop commit ba60edc253

Frequently asked questions

npx skillmds@latest add rweisssieker-xp/autonomous-verification-loop