What problem does it solve?
This Skill prevents architecture decisions from moving forward without challenging assumptions, assessing user impact, and checking system-level risks before implementation.
Core Features & Use Cases
- Multi-agent ADR consultation: Dispatches three specialized reviewers (contrarian, user-advocate, and meta-process) to evaluate an ADR and produce lens-specific verdicts.
- File-based, reproducible synthesis: Writes each reviewer’s output to disk and then synthesizes a unified PROCEED or BLOCKED verdict from the persisted artifacts.
- Hard gate on blocking concerns: Enforces that any
severity: blocking issue results in a BLOCKED verdict, preventing rationalization-driven “skip” behavior.
- Use Case: Before implementing a Medium+ architecture change (e.g., new subsystem or major decision), consult on the ADR to reduce costly post-implementation rework.
Quick Start
Run the adr-consultation Skill with your intent like “consult on ADR <name or path> before implementing this architecture change.”