Files
llm-connect/.claude/rules/agents.md
tegwick 57b346bb8b chore(custodian): add CLAUDE.md and .claude/rules/ orientation files
Registers llm-connect with the Custodian agent system:
- CLAUDE.md: thin @-import index pointing to modular rules
- .claude/rules/session-protocol.md: orient with get_domain_summary("custodian")
- .claude/rules/repo-identity.md: domain=custodian, slug=llm-connect
- .claude/rules/first-session.md, workplan-convention.md, stack-and-commands.md,
  architecture.md, repo-boundary.md, agents.md, scope.md (stubs to fill in)
- session-protocol notes both local (:8000) and CoulombCore bridge (:18000) URLs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-01 23:15:29 +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.