Archon is a workflow engine for AI coding agents. Define your development processes as YAML workflows — planning, implementation, validation, code review, PR creation — and run them reliably across all your projects. Like what Dockerfiles did for infrastructure, Archon does for AI coding workflows.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/coleam00/Archon/llms.txt
Use this file to discover all available pages before exploring further.
Quick Install
Get Archon running in 30 seconds with the standalone binary or 5 minutes with the full setup.
Core Concepts
Understand workflows, DAG nodes, isolation, and how Archon orchestrates AI agents.
Authoring Workflows
Create custom YAML workflows with parallel execution, loops, and approval gates.
CLI Reference
Full reference for every Archon command, flag, and subcommand.
Why Archon?
When you ask an AI agent to “fix this bug,” what happens depends on the model’s mood. It might skip planning, forget to run tests, or write a PR description that ignores your template. Every run is different. Archon fixes this. Encode your development process as a workflow. The workflow defines the phases, validation gates, and artifacts. The AI fills in the intelligence at each step, but the structure is deterministic and owned by you.Repeatable
Same workflow, same sequence, every time. Plan, implement, validate, review, PR.
Isolated
Every workflow run gets its own git worktree. Run 5 fixes in parallel with no conflicts.
Fire and forget
Kick off a workflow, go do other work. Come back to a finished PR with review comments.
Composable
Mix bash scripts, tests, and git ops with AI planning and code generation nodes.
What a workflow looks like
Here’s an Archon workflow that plans, implements until tests pass, gets your approval, then creates the PR:.archon/workflows/build-feature.yaml
Get started
Explore by topic
AI Assistants
Set up Claude, Codex, or Pi as your AI provider.
Loop Nodes
Build iterative workflows that run until a condition is met.
Platform Adapters
Connect Archon to Slack, Telegram, GitHub, or Discord.
Docker Deployment
Run Archon as an always-on service with Docker Compose.
Configuration Reference
All config options, environment variables, and YAML settings.
Workflow Schema
Complete YAML schema for every node type and workflow option.