What problem does it solve? Architecture decisions recorded in free-floating documents rot, are never re-read, and lose their connection to the code they govern. This Skill turns recording a decision into a single step that produces a durable, indexed, code-linked entry. ## Core Features & Use Cases - One-step ADR capture: Scaffolds a structured adr entry with Decision, Context, Options considered, and Consequences sections via fux new adr. - Code and graph linkage: Sets code_refs to the governed code and edges for supersedes/implements relationships, so the decision appears in the index and graph. - Drift detection and recall: Entries are flagged stale by fux check when governed code changes and surfaced by fux recall when relevant. - Use Case: After choosing average-cost basis over FIFO, run the skill to record the decision, link it to the pricing code, deprecate the prior ADR, and have it resurface automatically during future related work. ## Quick Start Ask the assistant to record an architecture decision with /fux adr followed by the decision statement, such as "/fux adr use average-cost basis, not FIFO".