Architecture Testing

Write or review tests for architectural promises: dependency boundaries, transaction atomicity, persistence mappings, stale-write detection, query budgets and API/event compatibility. Use when green tests missed a lost update or N+1, a boundary exists only in documentation, or an integration test may hide the behavior it claims to verify. Does not choose the architecture or governance thresholds (architecture-fitness-functions), replace general unit-test design, or establish production capacity (load-testing).

robsonkades 5ba742d 5 files · 37.1 KB Updated

File contents

robsonkades/agent-skills/tree/main/skills/architecture-testing commit 5ba742d7b8

Frequently asked questions

npx skillmds@latest add robsonkades/architecture-testing