What problem does it solve?
Proactive, stateful agents lose context, miss background work, and fail to reliably persist decisions and corrections across sessions; this Skill provides patterns and protocols to anticipate needs, capture critical state, and recover from truncated context so agents keep delivering value without constant human reminders.
Core Features & Use Cases
- WAL Protocol: Write-ahead logging to persist corrections, decisions, and key details before responding.
- Working Buffer & Compaction Recovery: Danger-zone buffering and step-by-step recovery when context is truncated.
- Autonomous Crons & Agent Orchestration: Spawn isolated agent turns for background jobs that don't require main-session attention.
- Unified Search & Memory Architecture: Semantic-first search across daily logs, session state, and long-term memory to avoid guessing.
- Security Hardening & Skill Vetting: Installation policies, prompt-injection defenses, credential checks, and a security audit script.
- Self-Improvement Guardrails: ADL and VFM protocols to evolve safely and verify behavioral changes.
- Use cases: survive context limits in multi-session workflows, automate background maintenance tasks, safely migrate or deprecate tools, and recover work after compaction or restart.
Quick Start
Ask the agent to run the security audit and save the current session state to SESSION-STATE.md.