Home

The headquarters for AI agent orchestration
Overview¶
site-nine is an orchestration framework designed to work with OpenCode for AI-assisted software development. Work naturally with specialized AI personas through conversation, while site-nine handles project coordination behind the scenes.
site-nine provides:
- Mission Management - Track which AI personas are working on what, with specialized roles (Engineer, Tester, Architect, etc.)
- Task Management System - SQLite-based project management with priorities and dependencies
- Persona System - 145+ mythology-based persona names
- Multi-Persona Workflows - Run multiple specialized personas in parallel OpenCode terminals
- Dashboard - Real-time project overview
How It Works¶
- Initialize site-nine in your project:
s9 init - Summon a persona directly:
s9 summon operator(or any role) - Talk to your personas naturally - they handle tasks, write code, run tests, and coordinate with each other
- Run multiple personas in parallel terminals for complex workflows
Quick Links¶
- Quickstart Guide - Get started in 5 minutes
- Working with Agents - Learn about the agent system
- Advanced Topics - Multi-persona workflows and patterns
- CLI Reference - Complete command documentation
- GitHub Repository
Requirements¶
- Python 3.12 or later
- OpenCode - AI coding assistant
- Modern terminal with Unicode support (for rich output)
License¶
MIT License - See LICENSE.md for details