Checklist
- •Document critical user journeys and failure modes.
- •Identify unit, integration, contract, and e2e coverage expectations.
- •Map test ownership, runtime budgets, and pipeline stages.
- •Highlight flaky or brittle areas needing stabilization.
- •Ensure data fixtures and seeding scripts stay de-duplicated.
Prompts
- •"Where are we shipping without automated guards and what is the impact?"
- •"Outline a pragmatic roadmap to introduce missing tests incrementally."
Resources
- •Test matrix template.
- •Guide on writing deterministic integration tests.