Workflows

Community-built Archon workflows. Browse, install, run.

⚠ Community-submitted. Archon hasn't audited every workflow — review source before installing.

Archon PIV Loop

Featured

@coleam00

Guided Plan-Implement-Validate development with human-in-the-loop checkpoints. Plan your feature, implement with AI, then validate before committing.

Development Planning
archon workflow install archon-piv-loop

Fix GitHub Issue

Featured

@coleam00

Automatically fix, resolve, or implement a solution for a GitHub issue. Syncs the issue, plans the fix, implements it, and opens a PR.

Development Automation
archon workflow install archon-fix-github-issue

Comprehensive PR Review

Featured

@coleam00

Full code review of a pull request with automatic fixes. Runs 5 specialized review agents in parallel, synthesizes findings, and auto-fixes critical issues.

Review Automation
archon workflow install archon-comprehensive-pr-review

Ralph DAG Loop

Featured

@coleam00

Ralph implementation loop — generate or load a PRD, break it into stories, then run Ralph iteratively until all stories are complete.

Development Planning
archon workflow install archon-ralph-dag

Video Generic

@coleam00

Turn a freeform prompt (URL, GitHub repo, release notes, topic) into a voiced + animated Remotion video. Three approval gates let you steer the spec, script, and live preview before render. Requires an ElevenLabs API key.

Automation
archon workflow install video-generic

Idea to Work Orders

@lamachine

Interactive 8-node workflow that turns a raw idea into BKM-format Work Orders through four AI phases with approval gates between each: understand the idea, scope and approach, risk and decomposition, generate WOs. Output is a directory of self-contained WO files ready to hand to archon-piv-loop.

Planning Development
archon workflow install archon-idea-to-wo

Smart GitLab MR Review

@lraphael

GitLab counterpart to archon-smart-pr-review. Adaptive code review of a GitLab MR — Haiku classifies which review agents are relevant, runs them in parallel, posts resolvable Discussion threads, and auto-approves on 0 critical findings.

Review Automation
archon workflow install archon-smart-mr-review

Comprehensive GitLab MR Review

@lraphael

GitLab counterpart to archon-comprehensive-pr-review. Full code review of a GitLab MR — all 5 review agents (code-review, error-handling, test-coverage, comment-quality, docs-impact) run in parallel, posts resolvable Discussion threads, auto-approves on 0 critical findings.

Review Automation
archon workflow install archon-comprehensive-mr-review

PIV Loop + System Evolution

@coleam00

Runs the PIV loop (Plan-Implement-Validate) on a feature or bug behind four human-in-the-loop gates, then evolves the codebase's own AI Layer from what the run learned. Eight phases are adapted from the agentic-coding-course AI Layer. Ends in a draft PR.

Development Planning Review
archon workflow install piv-system-evolution