An interactive AI system generator that creates complete .opencode architectures tailored to your domain.
Input: Your requirements (via interview)
Output: Complete AI system with agents, context, workflows, and commands
# Install Advanced profile (includes system builder)
curl -fsSL https://raw.githubusercontent.com/darrenhinde/opencode-agents/main/install.sh | bash -s advanced
What you get:
Already have developer or full profile? Add system builder:
# Run advanced profile
curl -fsSL https://raw.githubusercontent.com/darrenhinde/opencode-agents/main/install.sh | bash -s advanced
# When prompted about collisions:
# Choose: 1) Skip existing
# Result: Only system-builder components added
/build-context-system
Phase 1: Domain & Purpose
Phase 2: Use Cases
Phase 3: Complexity & Scale
Phase 4: Integrations
Phase 5: Review & Confirm
Generated structure:
.opencode/
├── agent/
│ ├── {your-domain}-orchestrator.md # Main coordinator
│ └── subagents/
│ ├── {specialist-1}.md
│ ├── {specialist-2}.md
│ └── {specialist-3}.md
├── context/
│ ├── domain/ # Your domain knowledge
│ ├── processes/ # Your workflows
│ ├── standards/ # Quality rules
│ └── templates/ # Reusable patterns
├── workflows/
│ ├── {workflow-1}.md
│ └── {workflow-2}.md
├── command/
│ ├── /{custom-command-1}.md
│ └── /{custom-command-2}.md
└── README.md # Usage guide
/build-context-system
Domain: Software Development
Purpose: Automate code review and testing
Result: Custom dev workflow system
/build-context-system
Domain: Customer Support
Purpose: Automate ticket routing and responses
Result: Custom support automation system
/build-context-system
Domain: Data Engineering
Purpose: Automate ETL pipelines and validation
Result: Custom data pipeline system
/build-context-system
Domain: Content Marketing
Purpose: Generate and schedule content
Result: Custom content workflow system
When you install advanced profile, you get:
System Builder Components:
system-builder (agent) - Main orchestratordomain-analyzer (subagent) - Analyzes domainsagent-generator (subagent) - Creates agentscontext-organizer (subagent) - Organizes contextworkflow-designer (subagent) - Designs workflowscommand-creator (subagent) - Creates commandsbuild-context-system (command) - Interactive interfacePlus all development tools:
.opencode/agent/system-builder.md.opencode/command/build-context-system.mdInstallation:
curl -fsSL https://raw.githubusercontent.com/darrenhinde/opencode-agents/main/install.sh | bash -s advanced
Usage:
/build-context-system
Result: Complete custom AI system tailored to your domain! 🎉
Ready to build your own AI system? Install advanced profile and run /build-context-system!