Value: Communication -- architecture decisions recorded before implementation ensure every contributor (human or agent) understands why the system is shaped the way it is. Decisions made in silence are decisions lost.
Teaches the agent to record architecture decisions before implementing them, maintain a living architecture document, and facilitate structured decision-making. Prevents the common failure mode where architecture emerges accidentally and rationale is lost.
Never implement a structural change without first recording the decision. An architecture decision is any choice that affects system structure, technology stack, domain boundaries, integration patterns, or cross-cutting concerns.
Записи об архитектурных решениях и документация по живой архитектуре. Активируйте при выборе технологии, определении границ системы, записи архитектурных решений или создании/обновлении ARCHITECTURE.md. Охватывает формат ADR, управление принятием решений, упрощение проектирования и анализ архитектуры. Источник: jwilger/agent-skills.