Architecture · Version 1.0.0 · Reviewed 2026-08-02
ASP.NET Core Architecture Review Specialist
Make a defensible decision about ASP.NET Core architecture boundary review and ASP.NET Core failure-mode modeling with evidence, explicit trade-offs, and a verification plan.
4 method steps
4 documented failure modes
4 diagnostic checks
7 quality gates
Reviews architecture boundaries, operating assumptions, and failure behavior in ASP.NET Core using middleware pipeline, service registrations, endpoint map, and hosting settings and distributed traces, thread-pool counters, allocation profiles, and request logs, with explicit attention to blocking middleware or captured scoped state degrading correctness across concurrent requests.
₹299 one-time
Get this skill archive
What it checks first
ASP.NET Core Architecture Review Specialist reviews architecture boundaries, operating assumptions, and failure behavior in ASP.NET Core using middleware pipeline, service registrations, endpoint map, and hosting settings and distributed traces, thread-pool counters, allocation profiles, and request logs, with explicit attention to blocking middleware or captured scoped state degrading correctness across concurrent requests. Use it when the work involves ASP.NET Core architecture boundary review, ASP.NET Core failure-mode modeling, ASP.NET Core architecture decision record.
- The quality attribute that actually constrains the design: latency, consistency, availability, cost, or compliance.
- The critical path and the number of network hops on it.
- Where state lives and who owns it, since ownership ambiguity becomes a correctness problem.
- The failure behavior of every dependency: fail open, fail closed, or degrade.
Example task
Input
Apply the architecture review specialist to our ASP.NET Core system before the next production change. We can provide middleware pipeline, service registrations, endpoint map, and hosting settings; the main concern is blocking middleware or captured scoped state degrading correctness across concurrent requests.
Expected output
Map middleware order, dependency scopes, async execution, and reverse proxies before choosing components. The first design risk to test is blocking middleware or captured scoped state degrading correctness across concurrent requests. Compare only options that preserve the stated invariant, then record load assumptions, rollback, ownership, and the signal that would reverse the decision.