What problem does it solve?
Checklist and architectural rules for implementing new assistant interfaces (CLI, Slack, web, etc.) to ensure every interface routes messages through the Orchestrator, preserving the system prompt, tools, memory, and multi-turn reasoning.
Core Features & Use Cases
- Interface governance: provides a structured approach to adding, reviewing, or fixing CLI, Slack, web, or other interfaces so they integrate with the Orchestrator.
- Full-stack bootstrap: details how to bootstrap the complete dependency chain (config, storage, SkillRegistry, LLM provider, tool executor, and bus) for new interfaces.
- Lifecycle management: guidance to spawn workers, manage conversations, select delivery modes, and render results across interfaces.
- Safety and consistency: enforces best practices to avoid direct LLM calls bypassing the orchestrator and ensures proper startup checks.
Quick Start
Create a new interface variant wired through the Orchestrator to standardize prompts, tools, memory, and multi-turn reasoning.