architecture-design
Installation
SKILL.md
Architecture design
Design a target architecture. The architect writes design artifacts; it does not edit production source or implement the design.
When to use
Use when the user wants a new or revised architecture from functional requirements, product requirements, an ADR brief, or a known redesign goal. Use also when an existing system needs target-state module docs, integration contracts, or module test specifications before implementation.
If the user asks whether the existing implementation is healthy, start with
architecture-review instead. If the user has an architecture report with
findings but no approved target design, continue here before planning. If the
user already has an approved architecture design and wants execution steps, use
architecture-plan instead.