soul-frame/.claude/rules/agents.md
tegwick c6a5ee951d Establish Soul Frame research repository and workplans
Scaffold the research layout from the research program, add INTENT/SCOPE,
research instruments, concept stubs, and SOUL-WP-0001–0008 phase workplans.
Register the repo with State Hub under domain agents for hub-synced execution.
2026-08-09 21:38:36 +02:00

20 lines
947 B
Markdown

## 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.