MightyOpen Mighty
Back to Skills
✦

agent-self-governance

What can you do with this Skill?β–Ύ

Self-governance protocol for autonomous agents: WAL (Write-Ahead Log), VBR (Verify Before Reporting), ADL (Anti-Divergence Limit), VFM (Value-For-Money), and IKL (Infrastructure Knowledge Logging). Use when: (1) receiving a user correction β€” log it before responding, (2) making an important decision or analysis β€” log it before continuing, (3) pre-compaction memory flush β€” flush the working buffer to WAL, (4) session start β€” replay unapplied WAL entries to restore lost context, (5) any time you want to ensure something survives compaction, (6) before claiming a task is done β€” verify it, (7) periodic self-check β€” am I drifting from my persona? (8) cost tracking β€” was that expensive operation worth it? (9) discovering infrastructure β€” log hardware/service specs immediately.