tdd-skills
01Plugin Claude Code
Plugin marketplace listing 10 plugins: tdd-core, tdd-php, tdd-python, tdd-js, tdd-hugo.
Plugin Claude Code
Plugin marketplace listing 10 plugins: tdd-core, tdd-php, tdd-python, tdd-js, tdd-hugo.
Instructions file
Instructions for morodomi/tdd-skills, covering claudeskills, tech stack, project structure, tdd workflow and tdd philosophy (ai-optimized).
Plugin Claude Code
TDD 7-phase workflow skills. Language-agnostic test-driven development: INIT → PLAN → RED → GREEN → REFACTOR → REVIEW → COMMIT.
Agent
A planning agent for the design stage of a software task. TDD, or test-driven development, is an approach that plans tests before implementation.
Agent
A code-review agent that checks the structure and design of a software system. It examines how parts fit together, whether design patterns are used appropriately, and whether layers keep separate responsibilities.
Agent
A code-review agent that checks whether code behaves correctly. It looks for logic mistakes, edge cases such as empty or invalid input, and missing or unsafe error handling.
Agent
Agent "green-worker" from morodomi/tdd-skills, covering green worker, input, example input, output and context retrieval protocol.
Agent
A code-review agent that checks whether code follows project rules. It reviews coding style, naming, comments, documentation, and docstrings.
Agent
A review agent that looks for code likely to waste time or memory, including inefficient algorithms, repeated database or API calls, and leaks.
Agent
A review agent that examines a product's proposed design or implementation from the user's and business's point of view.
Agent
A test-writing worker for the RED phase of test-driven development (TDD), a method where tests are written before the code they check. It reads a cycle document and creates tests that should fail at first.
Agent
Agent "refactorer" from morodomi/tdd-skills, covering refactorer, input, example input, output and workflow.
Agent
A design-risk review agent for software changes. It examines what existing behavior may be affected, whether the change breaks compatibility, and how the system could be restored.
Agent
A review agent that checks whether a proposed change is limited to a clear, manageable set of files and dependencies.
Agent
A code-review agent focused on security risks such as bad input handling, missing access checks, SQL injection, cross-site scripting, and exposed passwords or API keys. It returns findings with severity, location, confidence, and a suggested fix.
Agent
A resident adviser that challenges product-management decisions by raising objections and presenting alternatives. It is an adviser, not a code reviewer, so it does not judge code quality or make the final decision.
Agent
An automated reviewer that examines a product’s user experience, visual interface, accessibility, user flows, errors, and loading or empty states.
Skill Claude CodeCodex
A review step for the PLAN phase of test-driven development that checks a proposed design from five specialist viewpoints.
Skill Claude CodeCodex
A code-review step that checks changes from six specialist viewpoints, including security, testing, and usability, then assigns a confidence score.
Skill Claude CodeCodex
A skill for finishing a test-driven development cycle by checking changes and creating a Git commit. Git is a tool for recording and reviewing changes to a codebase.
Skill Claude CodeCodex
Skill "tdd-diagnose" from morodomi/tdd-skills, covering tdd diagnose phase, progress checklist, workflow, step 1: バグ情報収集 and step 2: 仮説生成.
Skill Claude CodeCodex
The GREEN phase of test-driven development: writing the smallest implementation that makes the existing tests pass.
Skill Claude CodeCodex
Start a new TDD cycle and create a Cycle doc. Triggers on "new feature", "start TDD", "add feature".
Skill Claude CodeCodex
A setup guide for adding test-driven development (TDD) practices to an existing project. TDD means writing tests before the code they check, then using those tests to guide implementation.