← all decisions

ADR-004: Archon is the automation engine across all projects

Status: accepted · Date: 2026-04-18 · Applies to: reli, word-coach-annie, filmduel, cosmic-match, un-reminder


Context

Every project in the portfolio gets a steady stream of bugs, feature ideas, dependency bumps, and test gaps. Doing this by hand across six projects would be full-time work. We already built Archon — a YAML-driven AI coding harness — for exactly this purpose.

Decision

Archon drives all repeatable engineering work across the portfolio:

Each project enables the workflows it wants via .archon/ config. The automation cron stack (ADR-002) fires these workflows on a schedule.

Consequences

How this interacts with other ADRs