morodomi

135 mods across 3 repositories, 11 stars between them.

tdd-skills

01

morodomi/tdd-skills

Plugin Claude Code

Plugin marketplace listing 10 plugins: tdd-core, tdd-php, tdd-python, tdd-js, tdd-hugo.

8 6mo ago A tokens not measured original MIT

morodomi/tdd-skills

Instructions file

Instructions for morodomi/tdd-skills, covering claudeskills, tech stack, project structure, tdd workflow and tdd philosophy (ai-optimized).

8 6mo ago A 1,405 tokens original MIT

tdd-core

03

morodomi/tdd-skills

Plugin Claude Code

TDD 7-phase workflow skills. Language-agnostic test-driven development: INIT → PLAN → RED → GREEN → REFACTOR → REVIEW → COMMIT.

8 6mo ago A tokens not measured original MIT

architect

04

morodomi/tdd-skills

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.

8 6mo ago A 42 tokens original MIT

morodomi/tdd-skills

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.

8 6mo ago A 30 tokens original MIT

morodomi/tdd-skills

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.

8 6mo ago A 28 tokens original MIT

green-worker

07

morodomi/tdd-skills

Agent

Agent "green-worker" from morodomi/tdd-skills, covering green worker, input, example input, output and context retrieval protocol.

8 6mo ago A 40 tokens original MIT

guidelines-reviewer

08

morodomi/tdd-skills

Agent

A code-review agent that checks whether code follows project rules. It reviews coding style, naming, comments, documentation, and docstrings.

8 6mo ago A 32 tokens original MIT

morodomi/tdd-skills

Agent

A review agent that looks for code likely to waste time or memory, including inefficient algorithms, repeated database or API calls, and leaks.

8 6mo ago A 30 tokens original MIT

product-reviewer

10

morodomi/tdd-skills

Agent

A review agent that examines a product's proposed design or implementation from the user's and business's point of view.

8 6mo ago A 31 tokens original MIT

red-worker

11

morodomi/tdd-skills

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.

8 6mo ago A 44 tokens original MIT

refactorer

12

morodomi/tdd-skills

Agent

Agent "refactorer" from morodomi/tdd-skills, covering refactorer, input, example input, output and workflow.

8 6mo ago A 47 tokens original MIT

risk-reviewer

13

morodomi/tdd-skills

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.

8 6mo ago A 29 tokens original MIT

scope-reviewer

14

morodomi/tdd-skills

Agent

A review agent that checks whether a proposed change is limited to a clear, manageable set of files and dependencies.

8 6mo ago A 29 tokens original MIT

security-reviewer

15

morodomi/tdd-skills

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.

8 6mo ago A 33 tokens original MIT

socrates

16

morodomi/tdd-skills

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.

8 6mo ago A 53 tokens original MIT

usability-reviewer

17

morodomi/tdd-skills

Agent

An automated reviewer that examines a product’s user experience, visual interface, accessibility, user flows, errors, and loading or empty states.

8 6mo ago A 33 tokens original MIT

plan-review

18

morodomi/tdd-skills

Skill Claude CodeCodex

A review step for the PLAN phase of test-driven development that checks a proposed design from five specialist viewpoints.

8 6mo ago A 28 tokens original MIT

quality-gate

19

morodomi/tdd-skills

Skill Claude CodeCodex

A code-review step that checks changes from six specialist viewpoints, including security, testing, and usability, then assigns a confidence score.

8 6mo ago A 34 tokens original MIT

tdd-commit

20

morodomi/tdd-skills

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.

8 6mo ago A 37 tokens original MIT

tdd-diagnose

21

morodomi/tdd-skills

Skill Claude CodeCodex

Skill "tdd-diagnose" from morodomi/tdd-skills, covering tdd diagnose phase, progress checklist, workflow, step 1: バグ情報収集 and step 2: 仮説生成.

8 6mo ago A 45 tokens original MIT

tdd-green

22

morodomi/tdd-skills

Skill Claude CodeCodex

The GREEN phase of test-driven development: writing the smallest implementation that makes the existing tests pass.

8 6mo ago A 36 tokens original MIT

tdd-init

23

morodomi/tdd-skills

Skill Claude CodeCodex

Start a new TDD cycle and create a Cycle doc. Triggers on "new feature", "start TDD", "add feature".

8 6mo ago A 32 tokens original MIT

tdd-onboard

24

morodomi/tdd-skills

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.

8 6mo ago B 62 tokens original MIT