Developer Builds 6 Claude AI Agents to Manage 15 Side Projects

A developer has implemented a system using six specialized Claude AI agents to manage 15 side projects while maintaining a full-time engineering job. The setup operates without a custom platform, relying on Claude Code, markdown files, and git worktrees.
Agent Roles and Responsibilities
- Maya (Chief of Staff): Handles daily reviews, inbox triage, and task routing.
- Viktor (CTO): Manages code review, pull requests, and architecture decisions.
- Luna (Content): Creates blog posts and social media content.
- Marco (Strategy): Conducts business analysis and hypothesis validation.
- Sage (Coach): Focuses on life balance and personal development.
- Kai (Community): Handles CRM, networking, and follow-ups.
The developer acts as "Commander," responsible for strategic decisions, being the public face, building relationships, and validating ideas while delegating other tasks to the agents.
Technical Implementation
The system runs on Claude Code with markdown files and git worktrees. No custom platform was developed for this setup. The developer has shared a 7-minute walkthrough presented from an Apple Vision Pro, available on YouTube.
This approach demonstrates how AI agents can be organized into specialized roles to handle complex project management tasks, particularly useful for developers managing multiple projects alongside primary employment.
📖 Read the full source: r/ClaudeAI
👀 See Also

Practical Cowork Use Cases: From Bulk Image Metadata to API Workarounds
A user details specific Cowork applications including automating banner uploads with CSV generation, reverse-engineering UI APIs for data pushes, and creating self-improving skills for repetitive tasks.

Decoupling Narrative from State Tracking Fixes AI Text Adventure Amnesia
A developer built a stateful simulation engine where PostgreSQL tracks game state and LLMs only generate narrative text after state changes, preventing inventory hallucinations and plot loss.

State Machine Approach for Coordinating Multiple AI Agents
The team at ultrathink.art found that coordinating multiple AI agents requires explicit state transitions, heartbeat timeouts, retry limits, and task chaining rather than traditional message queues. They implemented mandatory quality gates between agent handoffs to prevent garbage output.

SeatBee.app Uses Claude AI for Wedding Seating Arrangements
SeatBee.app was built using Claude Code with Claude AI via OpenRouter to solve wedding seating chart problems. The AI handles constraint satisfaction for 150 guests with 20 rules, generates optimal seating in seconds, and understands social dynamics like creating buffer zones between people with messy breakups.