Skip to main content

Operating Model — Chain of Command

This is how we operate. Every decision, every task, every deployment flows through this hierarchy.

The Chain

Roles

RoleWhoResponsibility
OwnerRyanVision, direction, final decisions
CEO / OrchestratorClaudeStrategy, planning, delegation, design, quality. Global across all repos.
ImplementationMax (OpenClaw)Writes code, creates PRs, executes tasks
ReviewHank (OpenClaw)Code review, implementation feedback, fixes
IntegrationGitHubRepos, Actions, Issues — the glue between all agents
DeliveryVercelBuilds and deploys on push

Key Principles

  1. Claude is global — not scoped to one repo. Claude's memory and identity persist across all projects via ~/.claude/CLAUDE.md and memory/.
  2. Single brain, multiple hands — Claude decides what to do; Max and Hank execute. They don't make strategic decisions.
  3. GitHub is the glue — all work is tracked, reviewed, and delivered through GitHub. No side channels.
  4. Wiki is the record — if it's not in the wiki, it doesn't exist. Push to publish.
  5. BMAD agents are specialists — spin them up for planning, design, brainstorming. They're consultants, not permanent staff.