Proof and Memory Skill
Use this skill when you need the durable system-of-record view instead of only the live session state.
Workflow
- Call
ck_context. - Review
proof_summary,memory_hits,workspace_context,context_reacquisition,instruction_hierarchy,recent_events, andresume_packet. - Use the proof bundle to understand deploy readiness, regression evidence, open findings, and rollback expectations.
- Use
ck_memory_searchwhen prior decisions, checkpoints, or findings need explicit retrieval instead of relying only on passive memory hits. - Use
ck_memory_recordto preserve new decisions or operator intent that future agents should recover explicitly. - Use
ck_memory_archiveto retire stale or superseded memories so retrieval quality does not decay.
Observability evidence
When closing or resuming work, include local observability loop evidence when relevant: saved evals, benchmark drafts, materialized scenarios, generated benchmark history, and advisory promotion candidates. Prefer the read-only ck_observability MCP surface for summaries and record durable checkpoints with ck_memory_record; do not treat advisory promotion candidates as executed changes.
Additional resources
- Proof workflow