cyberneticlibrary

Write and validate test suites

worker-testersubagentsetup L20
michael-herwig/grimoire
What it does

Write and validate tests against implementation specs

Best for

When you need TDD validation: write tests that match spec, then verify implementation passes them.

Inputs
  • · spec document
  • · implemented code
  • · test framework (Rust/pytest)
Outputs
  • · passing test suite
  • · 100% coverage report
  • · validation results
Requires
  • · Read
  • · Write
  • · Edit
  • · Bash
  • · Glob
  • · Grep
Preconditions

Code implementation complete; spec requirements clear; test framework installed

Failure modes

Coverage below 100%; test brittleness; missing edge case coverage; async test race conditions

Trust signals
  • · Mandates 100% code coverage
  • · Supports both Rust unit and pytest acceptance tests
  • · Contract-first validation