reuse-surface/.claude/rules/agents.md
tegwick b8e212c932
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 3s
ci / validate-registry (push) Successful in 3m56s
Track .claude/rules agent instructions (fix gitignore)
Allow version-controlled agent rule files under .claude/rules/ while keeping
machine-local Claude Code state ignored. Aligns with state-hub gitignore pattern.
2026-07-08 15:01:51 +02:00

947 B

Kaizen Agents

Specialized agent personas available on demand via the state-hub MCP.

Discover: list_kaizen_agents() — returns all agents with name, description, category Load: get_kaizen_agent("tdd-workflow") — returns full instructions; read and follow them

Common agents:

Agent Category When to use
tdd-workflow testing Step-by-step TDD8 workflow for any feature
code-refactoring quality Code quality analysis and safe refactoring
test-maintenance testing Diagnose and fix failing tests
requirements-engineering process Prevent interface/mock mismatches upfront
keepaTodofile process Maintain TODO.md during work
project-management process Track status, determine next steps
datamodel-optimization quality Optimize dataclasses and data structures

All 17 agents: call list_kaizen_agents() for the full list.