What problem does it solve? Teams lose track of why decisions were made, use inconsistent terminology across code and docs, and forget temporary workarounds whose root causes stay open. This Skill preserves that knowledge in durable project files so future sessions reuse the same language and never re-litigate settled trade-offs. ## Core Features & Use Cases - Glossary management: Resolve ambiguous or conflicting project terms and maintain canonical definitions in GLOSSARY.md with avoided synonyms. - Decision contracts: Record settled, reusable, non-obvious decisions as single-subject files in docs/decisions/ with rationale, boundaries, and reconsideration conditions. - Follow-up tracking: Capture temporary workarounds and out-of-scope defects with evidence in docs/follow-ups/ so later sessions can act without the original conversation. - Use Case: During planning you settle on Stripe over Paddle for payments. The Skill writes a decision contract preserving the rejected alternative and its reason, so the next session never reopens the same evaluation. ## Quick Start Ask the assistant to record the decision you just confirmed, resolve a conflicting project term, or log a workaround whose root cause is still open.