Run test-driven development cycle
tdd-cycleworkflowsetup L3★1
KemonoNeco/Straitjacket ↗What it does
Run consolidated test-first development cycle
Best for
Testing TDD workflows when you need automated red/green/mutation gates without interactive review stops.
Inputs
- · spec (inline specification text)
- · stack (rust|csharp|both)
- · repoRoot (absolute path)
- · maxRounds (iteration cap)
Outputs
- · locked contracts
- · surfaced bugs
- · surviving mutants
- · ready_to_commit verdict
Requires
- · gate-runner agent
- · Straitjacket CLI
- · cargo-mutants
Preconditions
Repo must have test + stub authoring capability; gate-runner must be deployed.
Failure modes
Red gate fails (tests do not fail as expected); green gate fails (implementation does not pass); mutation team skipped by quick flag.