What problem does it solve?
Architecture decisions often get made in meetings and then lost, making it hard for future engineers to understand the rationale, trade-offs, and constraints behind system design choices.
Core Features & Use Cases
- ADR template generation: Guides you to document an Architectural Decision Record with standardized sections for context, options, decision, trade-offs, and implementation notes.
- Meeting-to-document workflow: Prompts you for problem framing, constraints, options considered, and the final decision so the record reflects what was actually discussed.
- Repository organization for future reuse: Produces an ADR stored under 06-Resources/Architecture_Decisions/ to keep historical decisions discoverable and searchable.
- Use case: When a team is debating a new service architecture (e.g., monolith vs. microservices), it creates a durable record of the chosen direction so onboarding and later refactors don’t repeat past debates.
Quick Start
Ask the assistant: /architecture-decision [topic] to produce a completed ADR describing the context, options considered, chosen decision, and trade-offs, then save it to the Architecture_Decisions folder.