
Cashwu Claude Code Tdd Marketplace
- 5 repo stars
- Updated November 2, 2025
- cashwu/claude-code-tdd-marketplace
cashwu-claude-code-tdd-marketplace is a Claude Code plugin marketplace that offers two TDD approaches—Kent Beck organic and structured Test-First—for test-led implementation.
About
cashwu-claude-code-tdd-marketplace packages two Test-Driven Development approaches for Claude Code: Kent Beck’s organic style, where design emerges naturally through small cycles, and a structured Test-First path that is more plan-driven and documentation-friendly. developers shipping APIs, CLIs, or SaaS backends can install one or both plugins to keep the agent honest about writing failing tests first, implementing the minimum code to pass, and refactoring without skipping verification. The marketplace is narrow by design—two focused plugins rather than a full delivery suite—so it pairs well with your existing editor and CI setup rather than replacing it. Use organic TDD when exploring behavior and letting interfaces evolve; use structured Test-First when you already know acceptance criteria and want explicit test specs up front. Intermediate comfort with unit tests and your project’s test runner is assumed. After registration, invoke the plugin that matches your sprint ritual and let Claude maintain the red-green-refactor loop while you review diffs and keep commits small.
- Two complementary TDD plugins: Kent Beck organic TDD and structured Test-First TDD
- Small iterative cycles with design emerging from tests
- Plan-driven and documentation-oriented structured test-first flow
- Suited to backend and API logic where automated verification pays off quickly
Cashwu Claude Code Tdd Marketplace by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install cashwu-claude-code-tdd-marketplace@cashwu/claude-code-tdd-marketplaceAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 5 |
|---|---|
| Last updated | November 2, 2025 |
| Repository | cashwu/claude-code-tdd-marketplace ↗ |
What it does
Pick Kent Beck organic TDD or structured Test-First TDD plugins so Claude Code enforces red-green-refactor habits while you implement features.
Who is it for?
Best when you're practicing TDD on services, libraries, or prototypes and want Claude Code to follow Beck-style or structured test-first rituals.
Skip if: Skip if you do not write automated tests or only need manual QA checklists without a test runner.
What you get
Installing the marketplace lets you run consistent organic or structured test-first cycles so features grow through verified, iterative red-green-refactor work.
- Test-first implementation sessions guided by the chosen TDD plugin
- Incremental test suites documenting intended behavior
- Refactored production code backed by passing automated tests
By the numbers
- Plugin count: 2
- Repository: cashwu/claude-code-tdd-marketplace
Recommended Plugins
How it compares
TDD methodology plugins, not a generic code generator or MCP integration.
FAQ
Who is Cashwu Claude Code Tdd Marketplace for?
It is for developers who already value automated tests and want Claude Code to follow either organic Kent Beck TDD or a structured Test-First workflow.
When should I use Cashwu Claude Code Tdd Marketplace?
Use it during feature implementation or hardening when every change should start from a failing test and proceed in small verified cycles.
How do I add Cashwu Claude Code Tdd Marketplace to my agent?
Add the marketplace from cashwu/claude-code-tdd-marketplace in Claude Code, then enable the organic TDD or Test-First plugin that matches your process.