classmethod/tsumiki

tsumiki

974Stars on the repository
59Mods indexed here, across every type
26d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

kairo-tasks

25

classmethod/tsumiki

Command

A task-planning command that breaks an approved technical design into individual implementation tasks and groups them into phases. It considers task dependencies and can optionally register tasks for Claude Code.

974 26d ago A 66 tokens original MIT

tdd-green

26

classmethod/tsumiki

Command

The implementation stage of test-driven development known as the Green phase. It changes the code until the tests written in the earlier Red phase pass.

974 26d ago A 39 tokens original MIT

tdd-red

27

classmethod/tsumiki

Command

A TDD Red-phase command that creates tests expected to fail before the feature is implemented. The Red phase is the first TDD step, where tests define the behavior that the code must later satisfy.

974 26d ago A 37 tokens original MIT

tdd-refactor

28

classmethod/tsumiki

Command

A command for the refactor stage of test-driven development (TDD), a method where tests guide implementation. It improves code after the tests are passing, using project notes and earlier implementation documents.

974 26d ago A 39 tokens original MIT

tdd-requirements

29

classmethod/tsumiki

Command

A requirements-planning command for test-driven development, or TDD, where tests are written before the implementation. It gathers project context and creates a requirements document with reliability ratings.

974 26d ago A 38 tokens original MIT

tdd-tasknote

30

classmethod/tsumiki

Command

A TDD preparation command that gathers a feature's technical context and records it in a note. TDD, or test-driven development, is a method of writing tests before the implementation.

974 26d ago A 38 tokens original MIT

tdd-testcases

31

classmethod/tsumiki

Command

A command for identifying test cases during test-driven development (TDD), where tests are planned before or alongside implementation. It uses documented requirements to create and organize test cases.

974 26d ago A 37 tokens original MIT

tdd-todo

32

classmethod/tsumiki

Command

A command that turns task files and design documents into a structured, implementation-ready TODO list. TDD means test-driven development, where tests guide the implementation.

974 26d ago A 40 tokens original MIT

tdd-verify-complete

33

classmethod/tsumiki

Command

A TDD completion-check command that verifies whether a feature's planned test cases and implementation are finished. It reviews the earlier development records and checks that the tests pass.

974 26d ago A 46 tokens copy · 86% MIT