Start with /do.
Scale when the work demands it.
Citadel adds durable state, verification, recovery, and coordination around the coding agent you already use. No new IDE. No orchestration vocabulary to memorize.
Describe the outcome. Citadel chooses the lane.
This deterministic demo shows the routing decision. In a real repository, the selected workflow executes under your project rules and writes a handoff.
/do/do nextOperate a real Citadel journey
Choose a task, step through the operating loop, and inspect the repository state that survives after the conversation ends.
A persistent feature enters through one command
Citadel begins with the request, not a manually selected orchestrator.
One objective. Two runtimes. One proof standard.
Operation Fork runs Claude Code and Codex from the same commit, under the same workflow and verifier, then compares receipts instead of personalities.
How routing works
TIER 0
Pattern Match
Regex · 9 built-in patterns
~0 tokens · <1ms
+
Pure regex against the raw input string. No model call, no skill load. Catches exact-intent commands that need no classification - typos, renames, commits, status checks. If it matches here, Claude executes it directly and stops.
Tier 1 (active session context) is evaluated in live Claude Code sessions - skipped in this demo.
TIER 2
Keyword Lookup
12 registered skill keywords
~0 tokens · <10ms
+
The input is scanned against a keyword table built from every installed skill. "review" → /review, "debug" → /systematic-debugging. New skills register their own keywords automatically. No LLM needed.
TIER 3
LLM Classifier
One evaluation · two possible dispatches
~500 tokens · <2s
+
Classifies 6 dimensions: scope, complexity (1–5), intent, multi-session persistence, parallel execution, and taste. The result determines the dispatch - Archon for contained work, Fleet for platform-wide scope.
What you actually get
Real output from real sessions. No wireframes, no mockups.
Work that spans sessions. Automatically.
Complex tasks run across sessions without losing direction - or your confidence.
Proof receipts, not confidence theater
Every result names what happened, where to inspect it, and what the evidence does not prove.
Fifteen PRs merged and deployed through one serialized steward lane.
Claude Code and Codex completed install, route, verify, handoff, resume, and rollback across three operating systems.
Removing an expected telemetry source changes the status instead of manufacturing a pass.
Campaign direction, evidence, decisions, and next action reload from repository files.
The release includes an archive, file manifest, SHA-256 sidecar, update plan, and rollback path.
Three separately frozen local studies retained every failure. V1's apparent savings reverse under timeout sensitivity; v2 shows verifier escalation costing more; v3 verifies repository artifacts while missing its economic gates.
Try it now.
Install for Claude Code or OpenAI Codex.
Citadel detects the runtime and prepares the current git repository.
/do review README.md, inspect the route and handoff, then close the session and run /do next in a fresh one.