kairo-tasks
25Command
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.