Test Architecture Strategy
Design a sustainable test architecture using test desiderata, test pyramid tradeoffs, fast and slow test separation, integration boundaries, CI feedback loops, and architecture choices that make code testable. Use when a test suite is too slow, too brittle, too mock-heavy, unclear about unit vs integration coverage, or needs a testing strategy before major growth.
Testingv0.1.0MITtddtestingarchitecturecitest-pyramid
Install
npx skills add LVTD-LLC/skills --skill test-architecture-strategyFrom `SKILL.md`
Use this skill to reason about the shape of a test suite, not one test at a time. The goal is a suite that gives confidence, runs quickly enough for flow, and still catches integration failures at important boundaries.