SuguruOoki/claude-agent-org-tools
Organization-theory based tools for Claude Code Agent Teams
Organization-theory based tools for Claude Code Agent Teams.
4 tools derived from manufacturing and software engineering organizational patterns:
| Tool | Origin | Purpose | |------|--------|---------| | Andon Signal | Toyota Production System | Emergency stop that blocks all agent writes | | Team Topology Protocol | Team Topologies (Skelton & Pais) | Enforce file ownership boundaries | | RACI Auto-Router | RACI Matrix | Route task completion notifications by role | | Organizational Memory | Agile Retrospective | Auto-generate session retrospectives |
cd your-project
# npm
npx claude-agent-org-tools init
# pnpm
pnpm dlx claude-agent-org-tools init
# yarn
yarn dlx claude-agent-org-tools init
# bun
bunx claude-agent-org-tools initThis single command:
.claude/hooks/org-tools.mjs.claude/org-tools/config.json with defaults.claude/settings.json (safely, without breaking existing hooks)| Tool | Default | Why | |------|---------|-----| | Andon Signal | ON | Zero config needed. No andon files = no effect | | Organizational Memory | ON | Zero config needed. Generates retrospectives on session end | | Team Topology | OFF | Requires topology.json with agent ownership map | | RACI Auto-Router | OFF | Requires raci.json with routing matrix |
claude-org init # Initialize in current project
claude-org status # Show tool status
claude-org enable <tool> # Enable: andon|topology|raci|orgMemory
claude-org disable <tool> # Disable a tool
claude-org andon <team> "reason" # Trigger emergency stop
claude-org andon <team> --release # Release emergency stop
claude-org andon <team> "reason" --severity warning # Warning only (no block)
Loading reviews...