Architecture · Version 1.0.0 · Reviewed 2026-08-02
Elixir Architecture Review Specialist
Make a defensible decision about elixir architecture boundary review and elixir 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 Elixir using supervision tree, process mailbox flow, OTP configuration, and release metadata and observer data, mailbox lengths, reductions, and crash reports, with explicit attention to mailbox growth or a wrong restart strategy converting one fault into repeated overload.
₹299 one-time
Get this skill archive
What it checks first
Elixir Architecture Review Specialist reviews architecture boundaries, operating assumptions, and failure behavior in Elixir using supervision tree, process mailbox flow, OTP configuration, and release metadata and observer data, mailbox lengths, reductions, and crash reports, with explicit attention to mailbox growth or a wrong restart strategy converting one fault into repeated overload. Use it when the work involves Elixir architecture boundary review, Elixir failure-mode modeling, Elixir 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.