classmethod/tsumiki

tsumiki

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

adr-rubber-duck

01

classmethod/tsumiki

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.

974 25d ago A 33 tokens original MIT

auto-debug

02

classmethod/tsumiki

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.

974 25d ago A 56 tokens original MIT

build-fix

03

classmethod/tsumiki

Command

A command workflow for investigating and fixing build failures, including compilation errors, type errors, and missing dependencies.

974 25d ago A 60 tokens original MIT

env-fix

04

classmethod/tsumiki

Command

An automated troubleshooting command for environment problems that stop tests from running.

974 25d ago C 73 tokens original MIT

flaky-fix

05

classmethod/tsumiki

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.

974 25d ago A 50 tokens original MIT

help

06

classmethod/tsumiki

Command

A help command for the Tsumiki development tool, showing command lists, command details, or commands related to a described problem.

974 25d ago A 40 tokens original MIT

orchestrate

07

classmethod/tsumiki

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.

974 25d ago A 42 tokens original MIT

refine-execute

08

classmethod/tsumiki

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.

974 25d ago A 63 tokens original MIT

refine-plan

09

classmethod/tsumiki

Command

A planning command for making small, targeted changes to existing code, documentation, or configuration files.

974 25d ago A 63 tokens original MIT

rev-design

10

classmethod/tsumiki

Command

A command that reads an existing codebase and turns its architecture, data flows, APIs, database schema, and TypeScript types into design documents.

974 25d ago A 64 tokens original MIT

rev-requirements

11

classmethod/tsumiki

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.

974 25d ago A 66 tokens original MIT

rev-specs

12

classmethod/tsumiki

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.

974 25d ago A 70 tokens original MIT

rev-tasks

13

classmethod/tsumiki

Command

A Japanese-language workflow that examines an existing codebase and turns its implemented features into a structured task list.

974 25d ago A 63 tokens original MIT

task-exec

14

classmethod/tsumiki

Command

A task-execution command that plans, carries out, checks, and completes development work using AI agents and supporting agents.

974 25d ago A 9 tokens original MIT

tech-stack

15

classmethod/tsumiki

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.

974 25d ago A 0 tokens original MIT

classmethod/tsumiki

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.

974 25d ago A 26 tokens original MIT

timeout-fix

17

classmethod/tsumiki

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.

974 25d ago A 52 tokens original MIT

direct-setup

18

classmethod/tsumiki

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.

974 25d ago A 44 tokens original MIT

direct-verify

19

classmethod/tsumiki

Command

A verification command for checking whether configuration work from a direct task was applied correctly and behaves as expected.

974 25d ago A 45 tokens original MIT

init-tech-stack

20

classmethod/tsumiki

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.

974 25d ago A 31 tokens original MIT

kairo-design

21

classmethod/tsumiki

Command

A technical-design command that turns an approved requirements document into a software design document. It can cover data flows, TypeScript interfaces, database schemas, and API endpoints.

974 25d ago A 61 tokens original MIT

kairo-loop

22

classmethod/tsumiki

Command

A command that runs a selected range of Kairo tasks in order from start to finish. It includes quality checks, returning to earlier steps when needed, and debugging after all tasks are complete.

974 25d ago A 46 tokens original MIT

kairo-requirements

23

classmethod/tsumiki

Command

A requirements-writing command that turns a feature overview into a detailed specification using EARS, a structured way to describe software requirements and their conditions. It can also define user stories, acceptance criteria, non-functional requirements, and edge cases.

974 25d ago A 48 tokens original MIT

kairo-tasknote

24

classmethod/tsumiki

Command

A context-gathering command for Kairo development work. It collects project rules, technology choices, existing specifications, design documents, and optionally related code into a note file.

974 25d ago A 38 tokens original MIT