Overview of System Builder Components
mainThe Context-Aware System Builder uses a hierarchical coordination pattern to generate AI systems. The core components are:
- Slash Command (
/build-context-system): The entry point located at.opencode/command/build-context-system.mdthat coordinates the interview. - Main Orchestrator (
system-builder): Located at.opencode/agent/system-builder.md, it manages the end-to-end generation workflow from requirement analysis to system delivery. - Specialized Subagents: A suite of expert agents that handle specific generation tasks:
domain-analyzer: Identifies core concepts and recommended agent specializations.agent-generator: Creates XML-optimized agent files using hierarchical context structures.context-organizer: Generates modular knowledge base files (domain, processes, standards, and templates).workflow-designer: Designs workflow definitions with context dependencies.command-creator: Creates custom slash commands with syntax and examples.
- Template Library: Reusable XML patterns located in
.opencode/context/system-builder-templates/to ensure high-quality generation.