tsumiki
01Plugin Claude Code
Plugin marketplace listing 2 plugins: tsumiki, tsumiki-legacy.
Plugin Claude Code
Plugin marketplace listing 2 plugins: tsumiki, tsumiki-legacy.
Plugin Claude Code
AI-driven development toolkit for TDD and SDD workflows, providing comprehensive command templates and agents to enhance developer productivity with Claude Code.
Instructions file
Repository instructions for Tsumiki, an AI-assisted development framework installed as a Claude Code plugin.
Command
A conversational assistant for writing an Architecture Decision Record, or ADR—a document that records an important technical choice, its context, alternatives, reasons, and effects.
Command
An automated process for finding and fixing failed tests. It determines the project’s test command, runs the tests, investigates failures, and applies corrections in stages.
Command
A command workflow for investigating and fixing build failures, including compilation errors, type errors, and missing dependencies.
Command
An automated troubleshooting command for environment problems that stop tests from running.
Command
A command for finding and fixing flaky tests, which are tests that sometimes pass and sometimes fail without a code change. It examines the project context, investigates likely causes, and updates the test code.
Command
A help command for the Tsumiki development tool, showing command lists, command details, or commands related to a described problem.
Command
A command that breaks a complex request into steps, assigns suitable agents, runs the steps, checks their results, and retries failed steps up to five times.
Command
A command that carries out a planned code change from a plan file. It checks the plan and tests, applies the listed implementation or documentation changes, then performs the specified checks.
Command
A planning command for making small, targeted changes to existing code, documentation, or configuration files.
Command
A command that reads an existing codebase and turns its architecture, data flows, APIs, database schema, and TypeScript types into design documents.
Command
A command that reconstructs requirements documentation from an existing codebase. It uses EARS, a structured way to write software requirements, to describe features, constraints, and expected behavior.
Command
A command that reconstructs test cases and test documentation from an existing codebase. It examines implemented logic, APIs, user-interface components, and existing tests.
Command
A Japanese-language workflow that examines an existing codebase and turns its implemented features into a structured task list.
Command
A task-execution command that plans, carries out, checks, and completes development work using AI agents and supporting agents.
Command
A default technology-stack reference for projects that do not have their own stack definition. It lists suggested choices for frontend and backend code, databases, testing, deployment, containers, and related development tools.
Command
A set of patterns for making automated tests run faster. It covers database setup, file and external-service substitutes, test data, asynchronous waits, test size, and running tests at the same time.
Command
A procedure for diagnosing and fixing tests that exceed their time limit by finding causes such as slow processing, hanging network calls, deadlocks, heavy setup, or leaked resources.
Plugin Claude Code
Legacy Tsumiki commands (kairo, tdd, direct workflows) provided as an opt-in plugin for backward compatibility.
Command
A setup command for DIRECT development tasks that follows design documents to configure the environment and project. It can create settings, install dependencies, initialize a database, and prepare services to run.
Command
A verification command for checking whether configuration work from a direct task was applied correctly and behaves as expected.
Command
An interactive project setup command that helps choose a technology stack—the languages, frameworks, databases, and tools used to build a project—and writes the result to docs/tech-stack.md.