skills/test-plan/SKILL.md
Decide WHAT to test before writing tests. Output: golden / edge / error / won't-test. Feeds tdd.
npx skillsauth add the-own-lab/Claude-company-of-one test-planInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Pre-code step in /dev. Partition the coverage space into four buckets so tdd
knows which tests to write. "Won't test" is mandatory — the explicit boundary
prevents both overtesting and silent gaps.
BRIEF.md ## Current Contract, ### Requirements Summary,
### Design Summary, ### TODO In Scope, and ## Human-Owned Core
(already populated by explain-60-40 earlier in /dev).BRIEF.md:## Test Plan
### Golden path
- ...
### Edge cases
- ...
### Error paths
- ...
### Won't test (and why)
- ...
clarify.it_sends_email_on_signup.Won't test → incomplete plan. Boundary must be explicit.spec-writing before continuing.tdd).verify).tdd's RED step; planning a test is not writing it.documentation
Update BRIEF.md sections during a command run. Any skill that produces a brief-persisted artifact calls this to write it back.
development
Post-code check: run tests + confirm TODO acceptance items map to passing tests; applies a security lens but is not a separate scan.
documentation
Command post-step: write CHANGELOG + TODO once per command run. One call, not per-skill doc writes.
content-media
Author REQUIREMENTS.md + DESIGN.md + TODO.md for a feature. The three files are one contract; they ship together.