Architecture review
You have a system, or a plan for one, and want to know where it breaks before you commit to building it. We read the code and the constraints, then write down what we found.
StartsA call, then read-only access to the repository and whatever design notes exist.
What you get
- A written architecture assessment: boundaries, data flow, failure modes
- A decision log with the tradeoff each choice accepts, stated explicitly
- A prioritised list of what would break first, and what it would cost to fix