msbaek/msbaek-claude-plugins

Claude Code TDD Plugin Marketplace

8Stars on the repository
41Mods indexed here, across every type
8d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

msbaek/msbaek-claude-plugins

Agent

A test-building step that turns approved Gherkin scenarios into feature files, runners, and layered acceptance-test code. Acceptance tests check complete behaviour from an outside user's viewpoint, while the layers separate steps, protocol handling, and the system under test.

8 8d ago A 70 tokens

tdd-blue

02

msbaek/msbaek-claude-plugins

Agent

A code-cleanup step based on the Composed Method approach, which arranges a method into clear, smaller parts. It applies a sequence of local edits such as adding guard clauses, reorganising code, naming values, splitting loops, and trimming excess code.

8 8d ago A 66 tokens

tdd-domain-modeler

03

msbaek/msbaek-claude-plugins

Agent

A TDD planning step that drafts domain rules and user stories in a template. Domain rules describe business behaviour, while a user story describes a user's goal; the step also checks that the stories meet the INVEST criteria for useful requirements.

8 8d ago A 87 tokens

msbaek/msbaek-claude-plugins

Agent

A TDD planning step that turns domain rules and user stories into key Gherkin examples. Gherkin is a readable format for describing software behaviour, and the step checks limits involving values, sizes, states, time, and totals.

8 8d ago A 89 tokens

tdd-green

05

msbaek/msbaek-claude-plugins

Agent

A TDD agent handles the Green phase by adding the smallest implementation that makes the current test pass. TDD, or test-driven development, is a write-test, make-it-pass, then improve cycle.

8 8d ago A 46 tokens

tdd-plan-critic

06

msbaek/msbaek-claude-plugins

Agent

A read-only TDD plan critic tries to break a test plan by looking for missing source-of-truth decisions, contradictions, duplicate coverage, and missing boundaries. TDD means test-driven development, where tests guide implementation.

8 8d ago A 87 tokens

tdd-red

07

msbaek/msbaek-claude-plugins

Agent

A TDD agent handles the Red phase by writing only a test that fails. TDD, or test-driven development, uses a cycle of writing a failing test, making it pass, and then improving the code.

8 8d ago A 48 tokens

msbaek/msbaek-claude-plugins

Agent

A TDD step that builds the thinnest working slice through a real HTTP request, application, and database. TDD, or test-driven development, is a way of building software from expected behaviour and tests; this step also settles how database loading and transactions cross application boundaries.

8 8d ago A 76 tokens

tdd-test-list

09

msbaek/msbaek-claude-plugins

Agent

A TDD test-list planner drafts unit tests for detailed branches and internal interactions that are not covered by Gherkin scenarios. TDD, or test-driven development, means writing tests before the implementation.

8 8d ago A 71 tokens