Skip to content

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

  1. Initialize site-nine in your project: s9 init
  2. Summon a persona directly: s9 summon operator (or any role)
  3. Talk to your personas naturally - they handle tasks, write code, run tests, and coordinate with each other
  4. Run multiple personas in parallel terminals for complex workflows

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