Multi-language support: TypeScript β’ Python β’ Go β’ Rust
Features: Automatic testing β’ Code review β’ Validation
π Quick Start β’ π Documentation β’ π₯ Demo Video β’ π¬ Community
I've spent 14+ years shipping production software. I've watched AI agents burn through thousands of tokens generating code that doesn't match your project, doesn't follow your patterns, and doesn't actually work without heavy refactoring.
The problem: Most AI agents are like hiring a developer who doesn't know your codebase. They write generic code. You spend hours rewriting, refactoring, and fixing inconsistencies. Tokens burned. Time wasted. No actual work done.
This system solves that: AOC teaches agents your patterns upfront. They understand your coding standards, your architecture, your security requirements. They propose plans before implementing. They execute incrementally with validation. The result: code that actually ships to production without heavy rework.
This isn't a gimmick project. I use this every day to ship real production code. It works because it respects two things:
- Your time - Agents propose plans, you approve before execution
- Your patterns - Agents follow your standards automatically
The result: Production-ready code, not throwaway prototypes. No rework. No refactoring. Just ship.
Full-stack development: AOC handles both frontend and backend work. No need for separate developersβthe agents coordinate to build complete features from UI to database.
AOC is a framework for AI-assisted development that combines:
- Plan-first workflows - Agents propose plans before implementing
- Context-aware execution - Agents follow YOUR coding standards
- Incremental validation - Step-by-step implementation with quality checks
Think of it as having a senior developer who understands your project's patterns and asks for approval before making changes.
Key insight: The context system (your coding standards) is the secret weapon. Agents automatically load and follow your patterns, so code is consistent without manual configuration.
- New here? β What Is AOC? β Get Started
- Want to understand the system? β How It Works β Context System
- Ready to install? β Installation
- Building something? β Example Workflows
- β Multi-language support - Works with TypeScript, Python, Go, Rust, and more
- β Plan-first workflow - Agents propose plans before implementing
- β Incremental execution - Step-by-step implementation with validation
- β Quality built-in - Automatic testing, type checking, and code review
- β Your patterns - Agents follow your coding standards from context files
One command. That's it.
# Quick install (developer profile)
curl -fsSL https://raw.githubusercontent.com/darrenhinde/OpenAgentsControl/main/install.sh | bash -s developerOr use interactive installer:
# Download the installer
curl -fsSL https://raw.githubusercontent.com/darrenhinde/OpenAgentsControl/main/install.sh -o install.sh
# Run interactively
bash install.shThen start building:
opencode --agent OpenAgent
> "Create a user authentication system"What happens:
- Analyzes your request
- Proposes a plan (you approve)
- Executes step-by-step with validation
- Delegates to specialists when needed
- Ships production-ready code
That's the entire workflow. No complex setup. No configuration. Just ship code.
Start with OpenAgent - a lightweight, versatile agent perfect for getting started. It handles multiple task types and is ideal for learning the system.
opencode --agent OpenAgent
> "Create a user authentication system" # Building features
> "How do I implement authentication in Next.js?" # Questions
> "Create a README for this project" # Documentation
> "Explain the architecture of this codebase" # AnalysisOpenAgent is a streamlined version that can handle most tasks while you learn the workflow. It automatically delegates to specialists when needed.
Ready for advanced workflows? Upgrade to OpenCoder:
opencode --agent OpenCoder
> "Create a user authentication system" # Full-stack features
> "Refactor this codebase to use dependency injection" # Multi-file refactoring
> "Add real-time notifications with WebSockets" # Complex implementationsOpenCoder is the full-featured development agent with rigorous workflows: Discover context β Propose plan β Get approval β Execute incrementally β Validate β Ship. It provides deeper context management, session tracking, and more sophisticated delegation to specialists (TaskManager, TestEngineer, CodeReviewer).
Learn more:
- OpenAgent Guide - Lightweight, versatile agent for getting started
- OpenCoder Guide - Advanced development workflows
- OpenCode CLI - Install here
- Bash 3.2+ (macOS default works)
- Git (for cloning)
Recommended: One-line install
curl -fsSL https://raw.githubusercontent.com/darrenhinde/OpenAgentsControl/main/install.sh | bash -s developerAlternative: Interactive installer
curl -fsSL https://raw.githubusercontent.com/darrenhinde/OpenAgentsControl/main/install.sh -o install.sh
bash install.shManual install
git clone https://github.com/darrenhinde/OpenAgentsControl.git
cd OpenAgentsControl
mkdir -p ~/.opencode
cp -r .opencode/agent ~/.opencode/
cp -r .opencode/command ~/.opencode/
cp -r .opencode/context ~/.opencode/opencode --agent OpenAgent
> "Create a user authentication system"Join the community and stay updated with the latest AI development workflows!
πΊ Tutorials & Demos β’ π¬ Join Waitlist β’ π¦ Latest Updates β’ β Support Development
Your support helps keep this project free and open-source!
Q: Does this work on Windows?
A: Yes! Use Git Bash (recommended) or WSL. See Platform Compatibility Guide for details.
Q: What bash version do I need?
A: Bash 3.2+ (works on macOS default bash). Run bash scripts/tests/test-compatibility.sh to check your system.
Q: Do I need to install plugins/tools?
A: No, they're optional. Only install if you want Telegram notifications or Gemini AI features.
Q: Where should I install - globally or per-project?
A: Global (~/.opencode/) works for most. Project-specific (.opencode/) if you need different configs per project.
Q: How do I add my own coding patterns?
A: Edit ~/.opencode/context/project/project-context.md - agents automatically load this file.
Q: What languages are supported?
A: The agents work with any language (TypeScript, Python, Go, Rust, etc.) and adapt based on your project files.
User Request
β
βββββββββββββββββββββββββββββββββββββββββ
β Main Agents (User-Facing) β
βββββββββββββββββββββββββββββββββββββββββ€
β openagent β General tasks β
β opencoder β Complex coding β
β system-builderβ AI system generation β
βββββββββββββββββββββββββββββββββββββββββ
β
βββββββββββββββββββββββββββββββββββββββββ
β Specialized Subagents β
βββββββββββββββββββββββββββββββββββββββββ€
β Core: task-manager, docs β
β Code: coder, tester, reviewerβ
β Utils: image-specialist β
β Meta: domain-analyzer, etc. β
βββββββββββββββββββββββββββββββββββββββββ
The workflow:
- You describe what you want to build
- Agent plans the implementation steps
- You approve the plan
- Agent implements incrementally with validation
- Quality checks run automatically (tests, types, linting)
- Subagents handle specialized tasks (testing, review, docs)
Context-aware: Agents automatically load patterns from .opencode/context/ to follow your coding standards.
Smart discovery: ContextScout finds relevant standards, ExternalScout fetches current library docs (preventing outdated training data issues). ExternalScout supports 18+ libraries including Drizzle, Better Auth, Next.js, TanStack, Cloudflare Workers, AWS Lambda, and more.
Context files are your project's coding standards and patterns. They tell agents how you write code, what libraries you use, your security requirements, and your design system.
Think of it as a style guide for AI agents.
Your Request
β
Agent receives request
β
ContextScout discovers relevant context files
β
Agent loads context files
β
Agent follows patterns from context
β
Code matches your standards automatically
Without context: You ask for a component β Agent creates it in its own style β Doesn't match your project β
With context: You ask for a component β Agent loads your patterns β Creates component matching your style β Perfectly matches your project β
- Add your patterns to
~/.opencode/context/project/project-context.md - Include examples of your API endpoints, components, naming conventions
- Agents automatically use these patterns in all code they generate
For a complete guide including real-world examples and best practices, see The Context System Guide.
- OpenCoder - Specialized development agent for production-ready code (start here for building)
- OpenAgent - Universal coordinator for general tasks, questions, and workflows
- SystemBuilder - Interactive tool for generating complete custom AI systems
- task-manager - Breaks complex features into atomic subtasks
- coder-agent - Focused code implementations
- tester - Test authoring and TDD
- reviewer - Code review and security analysis
- build-agent - Type checking and build validation
- documentation - Documentation generation
- Plus category specialists: frontend, devops, copywriter, technical-writer, data-analyst
/commit- Smart git commits with conventional format/test- Testing workflows/optimize- Code optimization/context- Context management- And 7+ more productivity commands
Your coding standards automatically loaded by agents:
- Code quality and security patterns
- UI/design system standards
- Task management workflows
- External library integration guides
- Your project-specific patterns
opencode --agent OpenCoder
> "Create a user dashboard with authentication and profile settings"
# OpenCoder will:
# 1. Discover context (loads your auth patterns, code standards)
# 2. Propose detailed implementation plan
# 3. Wait for your approval
# 4. Initialize session and persist context
# 5. Delegate to task-manager (creates atomic task breakdown)
# - task-manager identifies UI and backend tasks
# - Suggests frontend-specialist for UI work
# - Includes design standards in context
# 6. Frontend specialist executes 4-stage workflow:
# - Stage 1: Layout (ASCII wireframe, responsive structure)
# - Stage 2: Theme (design system, CSS theme file)
# - Stage 3: Animation (micro-interactions, timing)
# - Stage 4: Implementation (single HTML file, design_iterations/)
# 7. Execute full-stack implementation (frontend + backend)
# 8. Delegate to tester for tests and reviewer for security
# 9. Validate and handoff production-ready codeopencode --agent OpenCoder
> "Create a user authentication system with email/password"
# OpenCoder will:
# 1. Discover context (loads auth-patterns.md, code-quality.md)
# 2. Propose implementation plan with component breakdown
# 3. Wait for your approval
# 4. Initialize session (.tmp/sessions/YYYY-MM-DD-auth-system/)
# 5. Delegate to task-manager for atomic task breakdown
# 6. Execute incrementally (one component at a time)
# 7. Validate after each step (type check, lint, test)
# 8. Delegate to tester and reviewer
# 9. Ship production-ready code# Make your changes
git add .
# Use the commit command
/commit
# Auto-generates: β¨ feat: add user authentication system# Edit your project context
nano ~/.opencode/context/project/project-context.md
# Add your patterns:
# **API Endpoint Pattern:**
# ```typescript
# export async function POST(request: Request) {
# // Your standard pattern
# }
# ```
# Agents will automatically use these patterns!The following sections provide detailed information about advanced features. New users can skip to Advanced Features FAQ and return to these as needed.
The OpenFrontendSpecialist follows a structured 4-stage design workflow for UI-heavy features:
4-Stage Process:
- Layout - ASCII wireframe, responsive structure planning (mobile-first)
- Theme - Design system selection (Tailwind + Flowbite), OKLCH colors, typography
- Animation - Micro-interactions, timing (<400ms), accessibility (prefers-reduced-motion)
- Implementation - Single HTML file, semantic markup, saved to
design_iterations/
Key Features:
- Approval gates at each stage
- Design versioning (
design_1.html,design_1_1.html,design_2.html) - Mobile-first responsive design (375px, 768px, 1024px, 1440px)
- TaskManager auto-detects UI tasks and suggests OpenFrontendSpecialist
Learn more: Frontend Design Workflow Guide
The TaskManager breaks complex features into atomic, verifiable subtasks with smart agent suggestions and parallel execution support.
Key Capabilities:
- Atomic Decomposition - Tasks completable in 1-2 hours
- Dependency Tracking - Explicit dependencies via
depends_on - Parallel Execution - Frontend and backend work simultaneously
- Agent Suggestions - Auto-recommends best agent (e.g., OpenFrontendSpecialist for UI)
- Context Boundaries - Separates standards from source material
- CLI Integration - Status tracking and validation
Workflow:
- Plan - Analyzes feature and creates task breakdown
- Suggest - Recommends best agent for each task
- Execute - Agents work with clear context boundaries (parallel where possible)
- Verify - Validates completion against acceptance criteria
- Track - CLI shows progress and next available tasks
Learn more: Task Management Guide
Build complete custom AI systems tailored to your domain in minutes.
The System Builder is an interactive tool that generates complete .opencode architectures customized to your needs.
# Install advanced profile (includes system builder)
curl -fsSL https://raw.githubusercontent.com/darrenhinde/OpenAgentsControl/main/install.sh | bash -s advanced
# Run the interactive builder
/build-context-system- π― Interactive Interview - Asks about your domain, use cases, and requirements
- π€ Generates Complete System - Creates orchestrator, subagents, context files, workflows, and commands
- π Integrates with Existing - Detects and reuses your existing agents
- π‘οΈ Safe Merging - Won't overwrite your work, offers merge strategies
- π Production-Ready - Includes documentation, testing guides, and examples
$ /build-context-system
Domain: E-commerce Operations
Purpose: Automate order processing and customer support
# After answering questions, generates:
# - ecommerce-orchestrator (main agent)
# - order-processor, ticket-router, report-generator (subagents)
# - 12 context files (domain knowledge, processes, standards)
# - 5 workflows (process-order, route-ticket, etc.)
# - 5 custom commands (/process-order, /route-ticket, etc.)
# - Complete documentationLearn more: System Builder Documentation
Q: What's the main way to use this?
A: Use opencode --agent OpenCoder for building features and production code. For general questions, documentation, or simple tasks, use opencode --agent OpenAgent. Both coordinate with specialists as needed.
Q: What's the Agent System Blueprint for?
A: It's a teaching document explaining architecture patterns and how to extend the system. See docs/features/agent-system-blueprint.md
Q: How does the frontend design workflow work?
A: The frontend-specialist agent follows a 4-stage workflow: Layout (wireframe) β Theme (design system) β Animation (micro-interactions) β Implementation (HTML). Each stage has approval gates. See the Frontend Design Workflow section above.
Q: What's ExternalScout?
A: ExternalScout fetches current documentation for external libraries (Tailwind, React, etc.) to prevent outdated training data issues. ContextScout uses it automatically when needed.
Q: How does task-manager suggest agents?
A: The task-manager analyzes each task and sets a suggested_agent field. For UI tasks, it suggests frontend-specialist and includes design context files automatically.
Q: Can I use just one command or agent?
A: Yes! Use the installer's list feature to see all components:
./install.sh --listOr cherry-pick individual files with curl:
# Create category directory first
mkdir -p ~/.opencode/agent/core
# Download specific agent
curl -o ~/.opencode/agent/core/opencoder.md \
https://raw.githubusercontent.com/darrenhinde/OpenAgentsControl/main/.opencode/agent/core/opencoder.mdWe welcome contributions! Please see our Contributing Guide for details.
- Follow the established naming conventions and coding standards
- Write comprehensive tests for new features
- Update documentation for any changes
- Ensure security best practices are followed
See also: Code of Conduct
This project is licensed under the MIT License.
Made with β€οΈ by developers, for developers. Star the repo if this helped you ship better code!
