Quick Start
This guide will help you install SO1 agents and create your first automation workflow.Prerequisites: You’ll need OpenCode or another compatible AI coding assistant, plus a GitHub account.
Installation
Option 1: OpenCode (Recommended)
Install to your project
Run the installation script to copy agents to your project:Or install globally for all projects:
Option 2: Manual Installation
Copy agent files directly to your project’s agent directory:Your First Agent Interaction
Once installed, activate agents by referencing them in your AI assistant:What Happens Next
When you invoke an agent, it will:- Validate FORGE gate entry conditions - Ensures prerequisites are met
- Reference Veritas prompts - Uses curated prompt fragments
- Generate structured output - Creates schema-compliant deliverables
- Log decisions in ADR format - Documents rationale for choices
- Validate FORGE gate exit conditions - Confirms deliverables are complete
Example Output
Here’s what the Workflow Architect produces for a GitHub webhook:Validation
Validate your agent installation:Next Steps
Concepts
Learn about FORGE stages, Veritas, and agent architecture
Agent Catalog
Explore all 20 agents and their capabilities
Runbooks
Operational guides for using agents effectively
API Reference
Integrate SO1 programmatically