What problem does it solve?
This Skill prevents Claude from "forgetting" critical project-specific facts, decisions, and constraints, ensuring consistent, accurate, and context-aware AI assistance across all your tasks.
Core Features & Use Cases
- Knowledge Organization: Structure project knowledge (decisions, constraints, patterns) into a retrievable "Memory" system for Claude.
- Decision Matrix: Evaluate new discoveries against a scoring matrix to determine their value and whether they should be added to permanent Memory.
- Use Case: Document a critical security constraint, like "NEVER bypass Row-Level Security (RLS) policies," ensuring Claude always adheres to this rule when interacting with your database.
Quick Start
- Bootstrap: Start by listing 3-5 key project decisions.
- Score: Use the decision matrix to see if they're worth documenting (3+ "yes" criteria).
- Structure: Choose a file organization pattern (e.g.,
CLAUDE.md for routing, context/conventions.md for content).
- Create: Write your initial Memory files, applying density and delta principles.
- Add inbox: Create
inbox.md to capture future discoveries for later promotion.