What problem does it solve? Coordinating multi-step AI coding tasks—fixing issues, reviewing PRs, implementing features—requires orchestrating agents, branches, and artifacts manually. This Skill teaches the AI to operate the Archon CLI so workflows run in isolated git worktrees without touching the main branch. ## Core Features & Use Cases - Workflow Execution: Run bundled workflows like archon-fix-github-issue or archon-comprehensive-pr-review as background tasks with worktree isolation via --branch. - Workflow & Command Authoring: Create DAG-based YAML workflows (prompt, bash, script, loop, approval, cancel nodes) and Markdown command files in .archon/commands/. - Setup & Configuration: Guides for CLI installation, repo initialization, config editing, and troubleshooting failed runs. - Use Case: Ask the assistant to "fix issue #42 with Archon" and it dispatches archon workflow run archon-fix-github-issue --branch fix/issue-42 in the background, then monitors progress. ## Quick Start Ask the assistant to use Archon to fix a specific GitHub issue or review a pull request by number.