What problem does it solve? Engineering decisions made during conversations are easily lost, leaving teams without a record of why a choice was made, what alternatives were considered, and what it affects. This Skill captures durable decisions as structured Markdown notes in Basic Memory so they remain searchable and linked to related work. ## Core Features & Use Cases - Structured Decision Notes: Writes a type: decision note with status, decision timestamp, project, context, rationale, alternatives considered, and consequences. - Config-Aware Placement: Resolves the basicMemory block from user and project Claude settings to route the note to the correct project and directory. - Supersession Tracking: Links new decisions to older ones via supersedes so decision history stays traceable. - Use Case: During a coding session you say "let's go with Postgres over SQLite for the sync layer" — the Skill records the choice, the reasoning, the rejected alternative, and the affected files as a permanent decision note. ## Quick Start Tell the assistant to record the decision you just made, for example by saying "record this decision: we're going with Postgres for the sync layer".