What problem does it solve? Before starting a new architecture decision, teams often re-litigate choices that were already settled. This Skill answers "did we already decide this?" by reading the project's ADR library, preventing duplicate or conflicting decisions. ## Core Features & Use Cases - Browse and Search ADRs: List all ADRs grouped by category, or run full-text search across titles and bodies to find prior decisions on a topic. - Inspect Individual Records: Print any ADR in full by ID, slug, or filename, and view per-category statistics with an optional JSON output. - Use Case: Before drafting a new authentication design, run a search for "auth" to surface the existing ADR mandating OAuth 2 + PKCE, so the new work builds on the settled decision instead of reopening it. ## Quick Start Ask the assistant to search the project's ADR library for any prior decisions about your topic, for example "search ADRs for authentication".