What problem does it solve?
Agents typically do not retain lessons from mistakes or user feedback across sessions, leading to repeated errors, ignored preferences, and constant need for users to reissue the same corrections, wasting time and reducing workflow efficiency.
Core Features & Use Cases
- Tiered Persistent Memory: Stores learned patterns in hot (always loaded), warm (on-demand), and cold (archived) tiers to optimize context usage without losing valuable long-term lessons.
- Automated Correction Tracking: Detects user corrections, self-identified output improvements, and repeated patterns, logging them with timestamps and context for accurate future reference.
- Scoped Preference Management: Isolates preferences by namespace (global, domain, project) so project-specific rules do not leak into unrelated work, with built-in conflict resolution for contradictory patterns.
- Use Case: If a user repeatedly corrects an agent to use 2-space indentation for TypeScript code, the skill will log the correction, promote it to a confirmed global rule after 3 occurrences, and apply it automatically to all future code tasks, while also allowing project-specific overrides if needed.
Quick Start
Instruct the agent to record your preference for concise, bullet-point responses as a permanent confirmed rule and apply it to all future communication tasks.