Skip to content

AI agent framework for plan-first development workflows with approval-based execution. Multi-language support (TypeScript, Python, Go, Rust) with automatic testing, code review, and validation built for OpenCode

License

Notifications You must be signed in to change notification settings

darrenhinde/OpenAgentsControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

OpenAgents Control Hero

OpenAgents Control (AOC)

AI agent framework for plan-first development workflows with approval-based execution

Multi-language support: TypeScript β€’ Python β€’ Go β€’ Rust
Features: Automatic testing β€’ Code review β€’ Validation

GitHub stars X Follow License: MIT Last Commit

πŸš€ Quick Start β€’ πŸ“– Documentation β€’ πŸŽ₯ Demo Video β€’ πŸ’¬ Community

Why I Built This

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:

  1. Your time - Agents propose plans, you approve before execution
  2. 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.


What Is AOC?

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.


Quick Navigation


Why Use AOC?

  • βœ… 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

Get Started in 5 Minutes

One command. That's it.

# Quick install (developer profile)
curl -fsSL https://raw.githubusercontent.com/darrenhinde/OpenAgentsControl/main/install.sh | bash -s developer

Or use interactive installer:

# Download the installer
curl -fsSL https://raw.githubusercontent.com/darrenhinde/OpenAgentsControl/main/install.sh -o install.sh

# Run interactively
bash install.sh

Then start building:

opencode --agent OpenAgent
> "Create a user authentication system"

What happens:

  1. Analyzes your request
  2. Proposes a plan (you approve)
  3. Executes step-by-step with validation
  4. Delegates to specialists when needed
  5. Ships production-ready code

That's the entire workflow. No complex setup. No configuration. Just ship code.


Recommended for New Users

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"      # Analysis

OpenAgent 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 implementations

OpenCoder 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:


Installation

Prerequisites

  • OpenCode CLI - Install here
  • Bash 3.2+ (macOS default works)
  • Git (for cloning)

Install AOC

Recommended: One-line install

curl -fsSL https://raw.githubusercontent.com/darrenhinde/OpenAgentsControl/main/install.sh | bash -s developer

Alternative: Interactive installer

curl -fsSL https://raw.githubusercontent.com/darrenhinde/OpenAgentsControl/main/install.sh -o install.sh
bash install.sh

Manual 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/

Start Using It

opencode --agent OpenAgent
> "Create a user authentication system"

🌟 Liking This Project?

Join the community and stay updated with the latest AI development workflows!

YouTube Community X/Twitter Buy Me A Coffee

πŸ“Ί Tutorials & Demos β€’ πŸ’¬ Join Waitlist β€’ 🐦 Latest Updates β€’ β˜• Support Development

Your support helps keep this project free and open-source!


Setup & Installation FAQ

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.


How It Works

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:

  1. You describe what you want to build
  2. Agent plans the implementation steps
  3. You approve the plan
  4. Agent implements incrementally with validation
  5. Quality checks run automatically (tests, types, linting)
  6. 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.


🧠 The Context System (Your Secret Weapon)

What Is Context?

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.

How It Works

Your Request
    ↓
Agent receives request
    ↓
ContextScout discovers relevant context files
    ↓
Agent loads context files
    ↓
Agent follows patterns from context
    ↓
Code matches your standards automatically

Why It Matters

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 βœ…

Get Started

  1. Add your patterns to ~/.opencode/context/project/project-context.md
  2. Include examples of your API endpoints, components, naming conventions
  3. Agents automatically use these patterns in all code they generate

Learn More

For a complete guide including real-world examples and best practices, see The Context System Guide.


What's Included

πŸ€– Main Agents (3 core agents)

  • 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

πŸ”§ Specialized Subagents (Auto-delegated)

  • 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

⚑ Commands

  • /commit - Smart git commits with conventional format
  • /test - Testing workflows
  • /optimize - Code optimization
  • /context - Context management
  • And 7+ more productivity commands

πŸ“š Context System

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

Example Workflows

Build a Full-Stack Feature

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 code

Build a Backend Feature

opencode --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 a Commit

# Make your changes
git add .

# Use the commit command
/commit

# Auto-generates: ✨ feat: add user authentication system

Add Your Patterns

# 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!

Feature Deep Dives

The following sections provide detailed information about advanced features. New users can skip to Advanced Features FAQ and return to these as needed.


🎨 Frontend Design Workflow

The OpenFrontendSpecialist follows a structured 4-stage design workflow for UI-heavy features:

4-Stage Process:

  1. Layout - ASCII wireframe, responsive structure planning (mobile-first)
  2. Theme - Design system selection (Tailwind + Flowbite), OKLCH colors, typography
  3. Animation - Micro-interactions, timing (<400ms), accessibility (prefers-reduced-motion)
  4. 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


πŸ“‹ Task Management & Breakdown

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:

  1. Plan - Analyzes feature and creates task breakdown
  2. Suggest - Recommends best agent for each task
  3. Execute - Agents work with clear context boundaries (parallel where possible)
  4. Verify - Validates completion against acceptance criteria
  5. Track - CLI shows progress and next available tasks

Learn more: Task Management Guide


πŸ—οΈ System Builder (New!)

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.

Quick Start

# 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

What It Does

  • 🎯 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

Example

$ /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 documentation

Learn more: System Builder Documentation


Advanced Features FAQ

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 --list

Or 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.md

Contributing

We welcome contributions! Please see our Contributing Guide for details.

  1. Follow the established naming conventions and coding standards
  2. Write comprehensive tests for new features
  3. Update documentation for any changes
  4. Ensure security best practices are followed

See also: Code of Conduct


License

This project is licensed under the MIT License.


Made with ❀️ by developers, for developers. Star the repo if this helped you ship better code!

About

AI agent framework for plan-first development workflows with approval-based execution. Multi-language support (TypeScript, Python, Go, Rust) with automatic testing, code review, and validation built for OpenCode

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 10