.agents/workflows/tdd.md
Use this workflow when skill invocation is unavailable. The authoritative
companion skill is at skills/tdd/SKILL.md in the source pack.
Use this workflow to move in small, verified behavior slices:
RED -> GREEN -> REFACTOR -> repeat
.agents/bin/test for the repo default, then narrow it using the repo's test framework convention when possible..agents/bin/test or the relevant package test command to capture before and after behavior..agents/bin/validate in addition to the targeted tests used during the loop..agents/bin/validate.The loop is complete when each observable behavior specified in the task or issue has passing test coverage, or documented before-and-after closest-useful verification only when a direct automated regression test is not practical, and the pre-push validation passes clean. Report the behaviors implemented, the tests added, any fallback verification rationale and before/after result, and the result of the pre-push validation.