What problem does it solve?
It helps you quickly produce a coherent software architecture design by orchestrating context gathering, specialist architecture work, cross-review conflict checks, and a finalized design document.
Core Features & Use Cases
- Stage-based architecture planning: Loads project constants, research, and existing design artifacts, then delegates backend/frontend/UI design to specialist agents.
- Cross-review for consistency: Runs backend-vs-frontend compatibility checks (data contracts, API alignment, performance concerns) and resolves conflicts with rationale.
- Documentation + optional publishing: Writes a structured architecture document to docs/design and optionally publishes to Confluence when enabled.
- Best fit use case: Planning a new feature or system (e.g., authentication, notification pipeline, or any non-trivial cross-cutting architecture change) where both backend and frontend decisions must match.
Quick Start
Run /design-solution with a feature or system description to generate a reviewed architecture document and supporting ADR candidates.