← all publishers

sbradl

@sbradl source repo

5 published skills

  1. Tdd Red · sbradl
    Red 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.
    0 installs
  2. Tdd Loop · sbradl
    Runs 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.
    0 installs
  3. Tdd Green · sbradl
    Green 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.
    0 installs
  4. Craft Review · sbradl bundle
    Deep 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.
    0 installs
  5. Tdd Refactor · sbradl
    Refactor 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.
    0 installs