Skip to content

Commands

Archon ships 5 command entry points under .cursor/commands/ (.claude/commands/ on Claude Code). Every user message that starts with /archon, /archon-plan, /archon-demand, /archon-review, or /archon-dashboard routes into the matching command file.

CommandRole
archon.mdTop-level router (wake entry + routing to plan/demand/review/dashboard)
archon-plan.mdPlan mode: research + design + Decision Gate — no file writes
archon-demand.mdDelivery mode: full cognitive loop + Validation Gate + Close-Out
archon-review.mdReview mode: drift reset + full audit + reviewer sub-agent dispatch
archon-dashboard.mdDashboard mode: governance state visualization

These are the active entry points — everything else (skills, rules, agents, soul extensions) is loaded by one of these commands when its preconditions are met.

Released under the Apache-2.0 License.