What problem does it solve?
AI coding agents behave inconsistently when asked to fix bugs or build features, skipping planning, tests, or review steps. This Skill lets you drive Archon, a workflow engine that encodes development processes as YAML workflows with deterministic phases, validation gates, and isolated git worktrees, so every run follows the same repeatable structure.
Core Features & Use Cases
- Run and monitor workflows: Discover available workflows with
archon workflow list, launch detached runs on isolated branches, and use archon workflow wait to be notified exactly when a run finishes or needs a decision.
- Manage run lifecycle: Inspect, approve, reject, respond to, cancel, abandon, or resume runs, including resolving interactive approval gates and judging finished runs by their artifacts rather than exit status.
- Author and configure workflows: Design new YAML workflows with eleven node types (AI prompts, bash/script gates, loops, approvals, fan-out composition), write effective node prompts, and set up providers, model tiers, and config layers.
- Use Case: Ask the agent to "fix issue #42 with archon" and it will validate the issue as a complete brief, launch the right workflow on a
fix/issue-42 branch in an isolated worktree, monitor the run, and report the outcome with its review artifacts.
Quick Start
Ask the agent to run an Archon workflow on a specific task, for example: use archon to fix issue #42 on a new branch and let me know when the run needs my approval.