archon

Run and manage AI-driven workflows in isolated git worktrees.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/RsultCoding/rca-archon --skill archon-rsultcoding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archon
Source: https://github.com/RsultCoding/rca-archon/tree/main/.claude/skills/archon
Command: npx skills add https://github.com/RsultCoding/rca-archon --skill archon-rsultcoding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Archon provides a deterministic, scalable way to run and manage AI-driven software workflows by executing them in isolated git worktrees and centralizing per-repo configuration.

Core Features & Use Cases

  • Runs AI workflows in isolated git worktrees to enable parallel development and reproducible results.
  • Creates and manages repository-level YAML workflows, command files, and configuration.
  • Supports routing, prompts, commands, and bash steps, plus optional advanced features like MCP, skills, and hooks (where supported).

Quick Start

Install Archon, initialize your repository with a .archon directory, and run a sample workflow to observe end-to-end automation.

Frequently Asked Questions about archon

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run AI workflows in isolated git worktrees?

Isolated git worktrees allow parallel AI workflow execution by creating repository-level YAML configurations, enabling deterministic and reproducible results without branch conflicts.

What is the best way to manage repository-specific AI workflow configurations?

Managing repository-specific AI workflow configurations involves centralizing settings in a dedicated directory, using YAML files for workflows and commands to ensure consistent, deterministic automation.

Does this approach support routing and bash commands within workflows?

Yes, this approach supports routing, prompts, bash steps, and command files within workflows, plus optional advanced features like MCP, skills, and hooks for extended functionality.

Can I use this for parallel AI-driven software development?

Yes, you can use this for parallel AI-driven software development because it executes workflows in isolated git worktrees, allowing multiple automated processes to run simultaneously without interference.

How do I initialize my repository for AI workflow automation?

Initialize your repository for AI workflow automation by installing the tool, creating a dedicated configuration directory at the root, and adding a SKILL.md frontmatter file with name and description.

When should I not use isolated git worktrees for AI workflows?

Avoid isolated git worktrees for AI workflows if your project requires tightly coupled, real-time synchronization across branches, as worktrees are designed for deterministic, isolated execution rather than interactive merging.