t1/tdder

8 stars · Last commit 2026-04-26

A Claude Code plugin that guides AI agents through disciplined Test-Driven Development and Clean Code practices.

README preview

# tdd'er

A plugin for Claude Code and OpenCode that guides AI agents through disciplined Test-Driven Development
and Clean Code practices.

## Features

- **TDD discipline**: Strict Red-Green-Refactor cycles with baby steps and guessing game
- **Clean Code review**: Automated code review during refactor phases via subagent
- **APP mass calculations**: Objective code complexity measurement
- **Language-agnostic core**: TDD and Clean Code principles work with any language
- **Extensible**: Add language skills (Java, TypeScript, ...) and build-system skills (Maven, npm, ...)
- **Unfolding Architecture**: Progressive architectural decisions — start simple, add complexity only when it reduces
  complexity
- **Configurable human-in-the-loop**: Control how often the AI pauses for your input

## Skills

Language-agnostic core skills work with any language. Language and build-system skills complement them automatically
when matching files are detected.

View full repository on GitHub →