← ClaudeAtlas

continuous-learninglisted

Route user requests to the smallest relevant memory scope, protect memory quality, and convert verified delivery evidence into reviewed reusable learning. Use when a coding/development session may benefit from identity/preferences, project reference, current execution state, or prior engineering lessons; after verified non-trivial work when a reusable lesson should be captured; and before promoting a memory candidate or evolving reusable methodology into a skill. Never treat memory as repository truth and never auto-promote unverified session narration.
ongkipro/dotfiles · ★ 0 · Code & Development · score 53
Install: claude install-skill ongkipro/dotfiles
# Continuous Learning ## Core contract Treat repository contracts, executable behavior, and `.delivery` evidence as authority. Treat memory as advisory context. Treat skills as reusable methodology. ## Before execution 1. Decide whether memory is materially needed. Do not load memory for self-contained tasks. 2. Run `ai-memory-access "<request>" --repo <repo> --json` when a repository exists; omit `--repo` otherwise. This delegates selection to `ai-memory-route`. Device-local usage telemetry stores a timestamp, the routed project, and each selected durable-memory path, scope, and byte count; it stores no query text, query hash, or memory content. 3. Load only returned files and respect the retrieval budget. Never persist raw user prompts or memory contents in usage telemetry. 4. For resume/current status/next blocker, prefer `STATUS.md`, `TASKS.md`, `.delivery/current.json`, and current code over cross-session memory. 5. If memory conflicts with repository/evidence, use repository/evidence and treat the memory as stale. ## After verified work Capture a learning signal only when the result is non-trivial, reusable, and machine-verified. 1. Complete verification and finish the delivery run with `PASS`. 2. Record a structured immutable learning signal with `delivery-learning record --repo <repo> --run <RUN-ID> ...`. 3. Choose the narrowest scope: - `project`: stable project/domain constraint or recurring project-specific lesson; - `shared`: durable cross-project pre