Epic: Multi-Agent Development Infrastructure
Everything that makes multiple AI agents collaborate efficiently on this codebase without colliding, losing context, or duplicating work.
What this epic delivers
- Git worktree-based agent isolation
- Session check-in/checkout/claim/release system
- Shared MEMORY.md for cross-session context
- GitHub Projects board with proper Kanban columns
- GitHub Actions CI pipeline on agent branches
- Agent briefing script for minimal-token onboarding
- Issue context script for per-issue focused context
- Orchestrator agent protocol (Claude Opus tier)
- Project-level MCP server for agent tooling
Sub-issues
Status
Phase 1 (claim/release + labels + milestones) — in progress
Phase 2 (brief + issue-context + CI + orchestrator) — pending
Phase 3 (project MCP server) — pending (after M2)
Epic: Multi-Agent Development Infrastructure
Everything that makes multiple AI agents collaborate efficiently on this codebase without colliding, losing context, or duplicating work.
What this epic delivers
Sub-issues
scripts/agent-checkin.sh— session registration + worktree creationscripts/agent-checkout.sh— session completion + worktree cleanupscripts/agent-status.sh— active session viewscripts/agent-claim.sh— GitHub issue mutex claimscripts/agent-release.sh— release claim with statusscripts/setup-labels.sh— one-time GitHub label creationscripts/setup-milestones.sh— one-time GitHub milestone creationMEMORY.md— structured shared project memoryWORKFLOW.md— full agent protocol documentationscripts/agent-brief.sh— minimal-token context briefing scriptscripts/issue-context.sh— per-issue focused context generator.github/workflows/agent-ci.yml— CI onagent/*branches.github/workflows/session-linker.yml— auto-comment on issues from commit trailersscripts/orchestrate.sh— Orchestrator agent invocation (Claude Opus)get_project_state,claim_issue,get_issue_brief.claude/settings.json— session start hook runningagent-brief.shStatus
Phase 1 (claim/release + labels + milestones) — in progress
Phase 2 (brief + issue-context + CI + orchestrator) — pending
Phase 3 (project MCP server) — pending (after M2)