What problem does it solve? Coordinating multi-step AI coding work — fixing issues, reviewing PRs, implementing features — requires orchestrating prompts, scripts, approvals, and git isolation by hand. This Skill teaches the AI to run, author, and configure Archon workflows so that complex agentic tasks execute as structured DAG workflows in isolated git worktrees. ## Core Features & Use Cases - Run workflows: Dispatch built-in workflows (fix GitHub issues, review PRs, implement plans) as background tasks with worktree isolation via archon workflow run. - Author workflows and commands: Create YAML DAG workflows with command, prompt, bash, script, loop, approval, and cancel nodes, plus Markdown command templates with variable substitution. - Setup and configuration: Interactive guides for installing the CLI, editing global and repo-level config, initializing .archon/ in a repo, and connecting platforms like GitHub and Discord. - Use Case: A user says "Use Archon to fix issue #42" — the Skill selects archon-fix-github-issue, runs it in the background on branch fix/issue-42, and monitors progress without touching the main checkout. ## Quick Start Ask the assistant to use Archon to fix a specific GitHub issue or review a pull request by number.