Architecture · Version 1.0.0 · Reviewed 2026-08-02
MongoDB Architecture Review Specialist
Make a defensible decision about MongoDB architecture boundary review and MongoDB 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 MongoDB using document model, indexes, query shapes, shard keys, and replica configuration and explain plans, profiler output, working-set metrics, and replication lag, with explicit attention to an unbounded document or low-cardinality shard key concentrating writes and migrations.
₹299 one-time
Get this skill archive
What it checks first
MongoDB Architecture Review Specialist reviews architecture boundaries, operating assumptions, and failure behavior in MongoDB using document model, indexes, query shapes, shard keys, and replica configuration and explain plans, profiler output, working-set metrics, and replication lag, with explicit attention to an unbounded document or low-cardinality shard key concentrating writes and migrations. Use it when the work involves MongoDB architecture boundary review, MongoDB failure-mode modeling, MongoDB 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 MongoDB system before the next production change. We can provide document model, indexes, query shapes, shard keys, and replica configuration; the main concern is an unbounded document or low-cardinality shard key concentrating writes and migrations.
Expected output
Map document atomicity, shard routing, memory, and replica consistency before choosing components. The first design risk to test is an unbounded document or low-cardinality shard key concentrating writes and migrations. Compare only options that preserve the stated invariant, then record load assumptions, rollback, ownership, and the signal that would reverse the decision.