What problem does it solve? Architecturally significant decisions often get lost in chat history or scattered analysis documents, making it hard for teams to recall why a choice was made. This Skill records those decisions as concise, numbered Architecture Decision Records (ADRs) in a version-controlled docs/decisions/ directory. ## Core Features & Use Cases - ADR Creation: Generates zero-padded, sequentially numbered ADR files (e.g., 0001-use-postgres.md) written in Korean using a structured template covering context, options, decision, and trade-offs. - Supersede Handling: Scans existing ADRs to detect duplicates and updates the status of superseded records, keeping the decision history consistent. - Distillation from Analysis: Extracts only the decision and rationale from analysis documents or conversation context instead of duplicating source material. - Use Case: After a design discussion about switching from REST to gRPC, invoke the Skill to produce a one-page Korean ADR documenting the options considered, the accepted trade-offs, and links to related PRs. ## Quick Start Ask the assistant to create an ADR for the decision to adopt gRPC for internal service communication.