What problem does it solve?
DO NOT invoke directly - loaded automatically by ALL agents via frontmatter in cc10x-router workflows. MANDATORY skill loaded at start and updated at end of EVERY workflow. Persists context, learnings, decisions, and progress to .claude/cc10x/ folder. Without this, context is lost on compaction.
Agents are invoked through cc10x-router workflows (BUILD/REVIEW/DEBUG/PLAN) - do not invoke agents or this skill directly.
Core Features & Use Cases
- Memory load at start: Reads activeContext.md, patterns.md, and progress.md before decisions.
- Memory update at end: Writes learnings, decisions, and next steps after workflow completion.
- Persistent storage: Stores data under .claude/cc10x/ to survive compaction and restarts.
- Use Case: Long-running tasks that require continuity across multiple interactions.
Quick Start
Memory is loaded automatically at workflow start and saved at the end; no manual steps are required.