Autonomous AI-Powered Executive Team
Mission Control is an autonomous AI-powered executive team that works FOR you, not just responds TO you. Built on the Claude Agent SDK with BMAD Method patterns, it provides structured accountability, ad-hoc strategic thinking, proactive intelligence, and persistent memory.
Key Differentiator: Autonomous agents that monitor, analyze, and surface insights without being asked—like having a real executive team that works while you sleep.
- 🤖 Autonomous Operation - Agents proactively monitor goals, detect patterns, and surface insights
- 💾 Persistent Memory - Context builds across sessions; agents learn your preferences
- 📊 Proactive Intelligence - Get insights without asking
- 📅 Scheduled Operations - Daily briefings, weekly reviews, quarterly planning
- 🎯 Specialist Agents - Delegate to experts (Strategist, Planner, Operator, Analyst)
- 🔧 Extensible - Create custom agents, workflows, and integrations
# Clone with submodules
git clone --recursive https://github.com/memyselfmike/mission-control.git
cd mission-control/mission-control
# Install dependencies
uv sync
# Configure
cp .env.example .env
# Edit .env with your ANTHROPIC_API_KEY
# Run
python main.pyMission Control uses a parent + submodule architecture:
Purpose: Documentation, planning, and project management
mission-control/ # This repo
├── README.md # This file
├── PRODUCT-BACKLOG.md # Product backlog and epic planning
├── CLAUDE.md # Engineering rules and standards
├── docs/ # All documentation
│ ├── epics.md # Epic definitions
│ ├── PRD.md # Product requirements
│ ├── solution-architecture.md # Architecture documentation
│ └── bmm-workflow-status.md # Current sprint status
├── docs/stories/ # User story specifications
└── docs/archive/ # Sprint summaries, QA reports, retrospectives
Purpose: All application code and tests URL: https://github.com/memyselfmike/gao-mission-control
mission-control/ # Submodule
├── src/ # Application source code
├── tests/ # Test suite
├── main.py # Application entry point
└── README.md # Developer documentation
See the application repository for code and development documentation.
- Product Backlog - Feature roadmap and epic planning
- Architecture - System design and technical overview
- Application README - Developer setup and code documentation
- Engineering Rules - Code standards and best practices
- Epic Definitions - High-level feature specifications
- User Stories - Detailed implementation specifications
- BMM Workflow Status - Current sprint and story status
- Sprint Archives - Sprint planning and retrospectives
Your primary interface. Maintains context, routes to specialists, works proactively.
Capabilities:
- Daily check-ins and planning
- Strategic discussions (ad-hoc or scheduled)
- Goal tracking and monitoring
- Executive orchestration
Domain: Daily execution and productivity
- Daily planning (Eisenhower Matrix, time blocking)
- Weekly prep and review workflows
- Task pattern learning (types, productivity trends)
- Autonomous task reminders
Domain: Quarterly planning and goal tracking
- 90-day objectives (Rocks framework)
- Progress tracking and milestones
- Goal health monitoring
- Quarterly reviews
Domain: Long-term vision and strategic clarity
- 10-year vision, 3-year picture, 1-year goals
- Core values definition
- Strategic opportunity evaluation
Domain: Business intelligence and metrics
- Metrics tracking and dashboards
- Trend analysis and insights
- Performance reporting
Domain: Deep research and documentation
- Comprehensive research on topics
- Competitive analysis
- Market research with citations
Current Status: Post-MVP (183/318-388 story points delivered - 47-58% complete)
- ✅ EPIC-1: Autonomous Agent Framework (40 points)
- ✅ EPIC-2: Persistent Memory System (16 points)
- ✅ EPIC-3: Operator Agent (44 points)
- ✅ EPIC-5R: Architectural Refactoring (83 points)
- 🔄 None - Awaiting next epic selection
- 🔜 EPIC-4: Planner Agent (35-45 points)
- 🔜 EPIC-5: Strategist Agent (30-40 points)
- 🔜 EPIC-6: Analyst Agent (25-35 points)
- 🔜 EPIC-7: Agent Designer (30-40 points)
See PRODUCT-BACKLOG.md for complete roadmap.
Mission Control uses Hexagonal/Clean Architecture:
┌─────────────────────────────────────┐
│ USER (CEO/Entrepreneur) │
└────────────┬────────────────────────┘
│
↓
┌─────────────────────────────────────┐
│ Chief of Staff (Main Agent) │
│ - Persistent conversation │
│ - Delegates to specialists │
│ - Autonomous behaviors │
└────┬────┬────┬────┬────┬────────────┘
│ │ │ │ │
↓ ↓ ↓ ↓ ↓
┌──────────────────────────────────────┐
│ Specialist Subagents │
│ Operator Planner Strategist │
│ Analyst Researcher [Custom] │
└──────────────────────────────────────┘
Technology Stack:
- Claude Agent SDK - Autonomous behaviors, subagent spawning, MCP integration
- BMAD Method Patterns - Structured workflows and templates
- Python 3.13+ - Modern async/await patterns
- Hexagonal Architecture - Clean separation of concerns
- Repository Pattern - All storage access abstracted
- Rich - Beautiful CLI interface
You: Morning Alex, what's on deck?
Alex: Good morning! You have 3 meetings today. Based on your Q4 Rock "Launch website"
(due in 3 weeks, 45% complete), I suggest blocking 10-12 for focused work on that.
Want me to bring in Taylor (Operator) for detailed planning?
You: I'm thinking about hiring a VP of Sales. Thoughts?
Alex: That's significant. Few questions: What's driving this need? Have you defined
what "right" looks like? Timeline?
This feels like a good candidate for a deeper strategy session. Want me to bring in
our Strategist to work through the role definition?
You: How am I tracking on Q4 goals?
Alex: [Reads goals data]
You have 5 Rocks:
✅ Website launch - 45% (ON TRACK)
⚠️ Enterprise deals - 30% (OFF TRACK - only 3/10 closed)
✅ V2.0 features - 70% (AHEAD!)
Concern: Enterprise deals Rock needs attention. Want to analyze pipeline with our Analyst?
- 100% Local Storage - All data stored on your machine
- No Cloud Sync - No telemetry or external tracking
- API Calls Only for AI - Only Claude API for inference
- Human-Readable Formats - JSON/JSONL for all data
- You Own Your Data - Export, backup, delete anytime
We welcome contributions! Here's how:
- Fork the application repository (the submodule)
- Follow engineering standards in CLAUDE.md
- Write tests (85%+ coverage required)
- Submit a pull request
See the application repository README for development setup.
Mission Control uses the BMAD Method for development:
- EPICs - High-level features (defined in docs/epics.md)
- Stories - Detailed specifications (in docs/stories/)
- Sprints - 1-2 week iterations
- Workflow Status - Tracked in docs/bmm-workflow-status.md
All project artifacts are stored in this parent repository for visibility and historical record.
- Claude Agent SDK integration
- Core autonomous behaviors
- Operator Agent (daily execution)
- Persistent memory system
- Planner Agent (quarterly goals)
- Strategist Agent (vision & strategy)
- Advanced workflows
- Analyst Agent (business metrics)
- Researcher Agent (deep research)
- Pattern recognition enhancements
- Agent Designer (create custom agents)
- Workflow marketplace
- Integration ecosystem
- Documentation: docs/
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Application Code: Submodule Repository
[To be determined]
- Claude Agent SDK by Anthropic - Foundation for autonomous agents
- BMAD Method by sij-ai - Workflow patterns and organizational wisdom
- Community Contributors - Everyone who helps build and improve Mission Control
Built with ❤️ using Claude Agent SDK