What problem does it solve?
When teams face multiple plausible implementation approaches in Unity, decisions can be forgotten, argued, or re-made inconsistently; this Skill helps capture concise architecture decision records to preserve rationale, trade-offs, and revisit triggers for future maintainers.
Core Features & Use Cases
- Structured ADR template: Produces Decision, Context, Options considered, Chosen option, Why this option won, Consequences, and Revisit triggers.
- Options comparison: Helps compare trade-offs like Coroutine vs UniTask, direct references vs event-driven communication, ScriptableObject config vs in-scene authoring, and asmdef strategies.
- Team-ready output: Keeps ADRs short and focused so they can be included in project documentation without blocking development.
Quick Start
Create an ADR that compares Coroutine and UniTask approaches and recommends one with a short explanation of trade-offs and consequences.