What problem does it solve? Teams often start coding before architecture is designed and validated, leading to coupled modules, lost capabilities, hardcoded configuration, and undocumented decisions that are expensive to fix later. ## Core Features & Use Cases - Architecture-First Workflow: Enforces complete design documentation, multi-agent validation (PO/Architect/User), and zero-coupling checks before any code is written. - Quality Escape Hatch: Permits pragmatic, imperfect implementation only when backed by a defined test plan and strategic logging points. - Validation Tooling: Ships Python scripts to validate architecture documentation completeness, detect cross-module coupling, and verify risk mitigation coverage. - Use Case: When starting a new feature, the skill guides you to map the current system, present A/B/C design options with trade-offs, document the architecture from a template, externalize configuration to YAML, and only then implement with tests. ## Quick Start Ask the AI to apply the architect-first workflow to design and document a new feature before writing any implementation code.