What problem does it solve? Teams often lose track of why technical choices were made, and their architecture documentation drifts out of sync with actual practice. This Skill records every technical decision in a structured, dated file and keeps the project's adoption files as the single source of truth for what the team currently uses. ## Core Features & Use Cases - Decision Classification: Routes each decision to an ADR (architectural) or ADL (non-architectural) file, enforcing that the two are mutually exclusive. - Adoption File Synchronization: Always updates tech-stack.md, architecture.md, way-of-working.md, or other adoption files so they reflect the current state of facts. - Update and Supersede Handling: Detects existing decisions on the same topic, supports update mode, and marks superseded decisions with cross-references. - Use Case: After choosing a date library for a project, invoke the skill with type non-architectural and topic date-library-choice to create a dated ADL entry and automatically record the library in tech-stack.md. ## Quick Start Record a non-architectural decision about our date library choice and update the adoption files accordingly.