Red-Green: Strict TDD Implementation
@snippbot/workflow-red-green ORG
Implement a feature using strict test-driven development. Enforces one-test-at-a-time discipline: write failing test (red), minimal code to pass (green), refactor, repeat. Catches regressions after every step.
Install
$ snippbot marketplace install @snippbot/workflow-red-green
Steps (5)
pkg__snippbot__Identify Target Read spec/issue and extract acceptance criteria as test cases
pkg__snippbot__Codebase Recon Find existing test patterns, fixtures, and the test runner command
pkg__snippbot__Design Test Plan Create behavior inventory with input/output/priority for each test
pkg__snippbot__Red-Green Cycles For each behavior: write failing test, minimal code to pass, refactor
pkg__snippbot__Final Validation Run full test suite, check coverage, verify integration
Versions (1)
1.0.0
0 downloads 2026-05-17