What problem does it solve?
This Skill helps an AI agent stay useful across long sessions by preserving context, learning from interactions, and proactively checking for work that matters.
Core Features & Use Cases
- Persistent memory workflow: Captures decisions, corrections, preferences, and task state in structured workspace files.
- Proactive operation: Supports onboarding, heartbeats, reverse prompting, and recurring check-ins so the agent can act without waiting to be told.
- Safety and recovery: Adds prompt-injection defense, deletion confirmation, verification before reporting done, and compaction recovery when context gets truncated.
- Use case: A long-running assistant can resume after interruption, remember user preferences, audit itself, and continue taking useful next steps without losing thread.
Quick Start
Copy the provided workspace files into your project, then tell the agent to follow the onboarding flow and start maintaining memory and heartbeats.