tsumiki
AI-driven development from requirements to tested, verified code
All Skills in This Repository (15)
Pure Emerald Level Indicatorskairo-implement
Implement development tasks using TDD cycles and manage dependencies.
dev-webtest-plan
Generates Playwright web test plans from dev-plan outputs and updates them from screen spec diffs.
task-breakdown
Decomposes requests into MECE-validated task trees with dependencies and definitions of done.
dev-run
Orchestrates automated implementation, debugging, and verification of planned tasks via sub-agents.
dev-debug
Diagnoses and fixes test failures, build errors, and environment issues by error category.
dev-screen-spec
Generates and incrementally updates screen specification documents from source code or acceptance criteria.
ipa-security-guide
Converts security scan reports into prioritized dev-debug remediation request lists.
dev-verify
Validates plan task completion by running tests, coverage, build, and lint checks into a report.
dev-context
Analyzes project tech stack, test frameworks, and coding conventions to generate a compact context file.
uat-test-design
Generates three-tier UAT and acceptance test item catalogs from repository analysis.
ipa-security-check
Statically scan source code for web vulnerabilities based on IPA security guidelines.
dev-plan
Decomposes requirements into interface-first designs and testable task files under docs/dev/plans.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core