Architecture and Contracts
Overview
Read .forge/prd.md and produce three artifacts: a system architecture document, precise interface contracts per module boundary, and ADRs for non-obvious decisions. Contracts must be specific enough that two engineers can implement different modules independently and integrate without surprises.
When to Use
.forge/prd.mdexists and is complete- System has 2+ modules that need to interact
- Team will work in parallel — contracts prevent integ
[Description truncada. Veja o README completo no GitHub.]