Unit Test Planner

Plan test coverage by layer, risk, and behavior. Use when adding features, fixing regressions, or deciding what to test in domain, data, UI, and integration layers.

conectlens fabbccd 4 files · 1.7 KB Updated

File contents

Unit Test Planner

Use when

  • test scope is unclear
  • a bug fix needs regression coverage
  • new behavior spans more than one layer

Workflow

  1. Identify behaviors worth protecting.
  2. Assign them to the cheapest useful test layer.
  3. Output a minimal test plan with priority and rationale.

Load only when needed

  • Layered test strategy
  • Test plan template

conectlens/lenserfight/tree/main/.agents/skills/unit-test-planner commit fabbccd246

Frequently asked questions

npx skillmds@latest add conectlens/unit-test-planner