Learnings

MANDATORY at two points in every session: (1) BEFORE debugging or investigating any non-trivial problem — search LEARNINGS.md first, the answer may already exist as a draft or confirmed fix. (2) AFTER solving any non-trivial problem — document it as a new draft or promote an existing draft to confirmed. Also invoke at session start to scan for relevant confirmed knowledge. This skill manages a hierarchical knowledge base where fixes earn trust through repetition: [DRAFT] (first observation) → [CONFIRMED] (verified a second time) → or [INVALIDATED] (proven wrong). Confirmed entries can regress to [REGRESSION] if they stop working. Triggers: debugging, fixing bugs, discovering SDK quirks, finding workarounds, performance tuning, resolving test failures, platform-specific issues. If you solve something and don't document it here, that knowledge is lost forever.

vincenthopf b9b3c71 3 files · 11.3 KB Updated

File contents

vincenthopf/My-Claude-Code/tree/main/skills/learnings commit b9b3c71a58

Frequently asked questions

npx skillmds add vincenthopf/learnings