sbradl
- 5 skills
- 0 followers
- 8 hours ago last updated
- ▌ Tdd Red · sbradlRed phase of TDD — one failing test, proven to fail for the right reason. Use when the user wants a failing test first, or when tdd-loop needs the red phase.
- ▌ Tdd Loop · sbradlRuns the test-driven loop — drives tdd-red and tdd-green one slice at a time and, at each batch boundary, a craft-review-fed tdd-refactor pass. Use when the user wants to build a feature or fix a bug test-first, or says red-green-refactor.
- ▌ Tdd Green · sbradlGreen phase of TDD — the smallest source change that makes a failing test pass. Use when the user has a red test and wants it green, or when tdd-loop needs the green phase.
- ▌ Craft Review · sbradl bundleDeep code-craft review of a diff across five lenses — domain-driven design, code smells, Clean Code, Pragmatic Programmer, and Philosophy of Software Design — each run in its own parallel sub-agent, then aggregated without cross-lens reranking.
- ▌ Tdd Refactor · sbradlRefactor phase of TDD — improve green code's design without changing behaviour or any assertion. Use when the user asks to refactor, names a smell, or acts on a review finding, or when tdd-loop needs the refactor phase.