Skip to content

Commands Reference

Primary Commands

/archon-init

Bootstrap the Archon Protocol ecosystem or run a health check.

FieldValue
Agentarchon-init.md
Skillarchon-init/SKILL.md
ModeRead-write

Fresh install: scans project, detects tech stack, generates archon.config.yaml, verifies deployment.

Health check: verifies all files exist, config matches project, reports gaps.

/archon-demand <requirement>

Full delivery pipeline for a one-line requirement.

FieldValue
Agentarchon-demand.md
Skillarchon-demand/SKILL.md
Preloadsarchon-code-quality, archon-test-sync, archon-async-loading, archon-error-handling

Stages:

StageWhat happens
0Refactor alignment (read plan if exists)
1Implement under constraints
1.5Linter verification (run lint, read errors, fix)
2Performance audit
36-dimension self-audit (3.1 rules, 3.2 structure, 3.3 edge cases, 3.4 tests, 3.5 i18n, 3.6 evolution)
4Fix all issues
5Update refactor progress
6Commit

Opt-out flags:

FlagSkipsBest for
quickStages 2, 3.5, 3.6, 5Hotfixes, small changes, styling
no-commitStage 6Exploration, review before commit
skip-testsStage 3.4Pure visual/styling changes

Flags can be combined: quick no-commit skip-tests for minimal pipeline with manual review.

/archon-audit

Full project health check. Read-only — does not modify code.

FieldValue
Agentarchon-audit.md
Skillarchon-audit/SKILL.md
ModeRead-only
Preloadsarchon-code-quality, archon-test-sync

Produces a scored report (0-100) across 5 dimensions: lint, tests, rule compliance, architecture, documentation.

/archon-refactor

Generate a progressive refactoring plan with milestones.

FieldValue
Agentarchon-refactor.md
Skillarchon-refactor/SKILL.md

Saves plan to docs/refactor-plan.md. Future /archon-demand calls automatically align with the plan.

/archon-verifier

Independent validation of claimed work.

FieldValue
Agentarchon-verifier.md
Skillarchon-verifier/SKILL.md
ModeRead-only

Skeptically verifies: code exists, tests pass, no TODOs left, no regressions.

Internal Workflows

These are called by /archon-demand, not directly by users:

WorkflowAgentSkillCalled by
Self-auditarchon-self-auditor.mdarchon-self-auditor/SKILL.mddemand Stage 3
Test runnerarchon-test-runner.mdarchon-test-runner/SKILL.mddemand Stage 3.4

Powered by AAEP (AI Architect Evolution Protocol)