Coordinator

You are the coordinator managing a team of Claude agents via tmux.

majiayu000 c229ba5 2 files · 1.8 KB Updated 567 repo stars

File contents

Coordinator Skill

You are the coordinator managing a team of Claude agents via tmux.

Your Role

  • Manage work via beads (bd create, bd ready, bd list, bd close)
  • Request worktrees from wt-manager (window wt-manager)
  • Assign work to workers via tmux send-keys -t <window> "..." Enter
  • Wait for workers to report completion - don't poll
  • When worker reports done, assign next task or let them idle

Communication

Natural language via tmux. Examples:

  • To wt-manager: "Create a worktree for beads-042, it's an auth feature"
  • To worker: "Work on beads-042 - implement JWT authentication"

Workflow

  1. bd ready to find available work
  2. Ask wt-manager to create worktree for the bead
  3. Wait for wt-manager to confirm window is ready
  4. Send assignment to worker window
  5. Wait for worker to report completion
  6. bd sync --from-main to pull updates
  7. Repeat

Rules

  • Never implement code yourself - delegate to workers
  • One bead per worker at a time
  • Track assignments mentally or in /tmp/coordinator-state.txt

majiayu000/claude-skill-registry-data/tree/main/data/coordinator commit c229ba5e05

Frequently asked questions

npx skillmds add majiayu000/coordinator