classmethodclassmethodOfficial·15 Agent Skills Included

tsumiki

AI-driven development from requirements to tested, verified code

Guides AI agents through the full software development cycle: requirements definition, task breakdown, test-first implementation, verification, and debugging. Eliminates vague prompts, untested code, and manual test planning with structured workflows and confidence-rated outputs. Includes web UI testing with Playwright, security scanning based on IPA guidelines, UAT test design, and reverse engineering of docs from existing code.
npx skills add classmethod/tsumiki --all -g -y
Available:

Explains to the AI agent how the repository's commands, agents, and plugin configuration are structured and loaded so it can execute the Tsumiki development workflows correctly.

All Skills in This Repository (15)

Pure Emerald Level Indicators
📦 In Repo
classmethodclassmethod

kairo-implement

Implement development tasks using TDD cycles and manage dependencies.

Official
Advanced
📦 In Repo
classmethodclassmethod

dev-webtest-plan

Generates Playwright web test plans from dev-plan outputs and updates them from screen spec diffs.

Official
Advanced
📦 In Repo
classmethodclassmethod

task-breakdown

Decomposes requests into MECE-validated task trees with dependencies and definitions of done.

Official
Intermediate
📦 In Repo
classmethodclassmethod

dev-run

Orchestrates automated implementation, debugging, and verification of planned tasks via sub-agents.

Official
Advanced
📦 In Repo
classmethodclassmethod

dev-debug

Diagnoses and fixes test failures, build errors, and environment issues by error category.

Official
Advanced
📦 In Repo
classmethodclassmethod

dev-screen-spec

Generates and incrementally updates screen specification documents from source code or acceptance criteria.

Official
Advanced
📦 In Repo
classmethodclassmethod

ipa-security-guide

Converts security scan reports into prioritized dev-debug remediation request lists.

Official
Intermediate
📦 In Repo
classmethodclassmethod

dev-verify

Validates plan task completion by running tests, coverage, build, and lint checks into a report.

Official
Intermediate
📦 In Repo
classmethodclassmethod

dev-context

Analyzes project tech stack, test frameworks, and coding conventions to generate a compact context file.

Official
Intermediate
📦 In Repo
classmethodclassmethod

uat-test-design

Generates three-tier UAT and acceptance test item catalogs from repository analysis.

Official
Advanced
📦 In Repo
classmethodclassmethod

ipa-security-check

Statically scan source code for web vulnerabilities based on IPA security guidelines.

Official
Advanced
📦 In Repo
classmethodclassmethod

dev-plan

Decomposes requirements into interface-first designs and testable task files under docs/dev/plans.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install tsumiki?

Run `npx skills add classmethod/tsumiki --all -g -y` in your terminal to install all skills in this suite globally.

What does tsumiki do?

It is an AI-driven development framework that takes you from requirements definition through task breakdown, test-first implementation, verification, and debugging using structured slash commands and skills.

Does tsumiki support test-driven development?

Yes. Skills like dev-impl and the legacy TDD commands enforce a Red-Green-Refactor cycle, writing failing tests before implementation and verifying coverage thresholds.

Can tsumiki test web UIs automatically?

Yes. The dev-webtest and dev-webtest-plan skills generate Playwright test plans from requirements and run visual, accessibility, responsive, and form validation checks.

Does tsumiki work outside Claude Code?

Yes. While built for Claude Code, you can use the rulesync tool to export its commands to other AI coding tools like Cursor, Gemini CLI, and Codex.

Related Repositories in Software Engineering

View All in Software Engineering