
from citadel592
Orchestrate parallel campaigns in waves: spawn isolated agents/worktrees, coordinate discoveries, validate results, and merge work — for multi-stream engineerin
Fleet is an orchestration skill for running multiple coordinated work streams (campaigns) in parallel. It decomposes high-level directions into waves of isolated agents (worktrees), injects context, runs validators, compresses discoveries, and handles merge/propagation. It provides protocols for scope management, timeouts, retries, speculative mode, and voting on high-stakes decisions.
Use Fleet when a task decomposes into 3+ independent streams that can run simultaneously and when you need structured wave-based coordination, discovery relay between waves, and robust merge/validation protocols. Prefer other simpler orchestrators (Marshal/Archon) for linear or single-stream work.
Designed for Claude Code-style orchestrators and Git-aware multi-agent systems capable of spawning isolated worktrees and running verification scripts.
Citadel Fleet is a parallel campaign orchestrator that decomposes work into coordinated waves across isolated agent worktrees. The SKILL.md is exceptionally detailed — covering standard, quick, speculative, and teams modes with thorough edge case handling, merge strategies, trust gating, and quality gates. No scripts were bundled or executed. Requires the full Citadel ecosystem (.citadel/scripts/, harness.json, .planning/ structure) which limits standalone usability.
Very well-architected orchestration skill. Comprehensive error handling, graceful degradation when scripts are absent ('skip silently'), and clear merge conflict resolution. The telemetry logging is internal (local .planning/ directory), not phoning home. Main limitation is tight coupling to the Citadel project structure.
Marshal (Session Commander)
A single-session meta-orchestrator that parses a direction, chains existing skills, and executes multi-step tasks end-to-end without unnecessary user prompts.
Citadel Setup
Interactive first-run wizard that installs hooks, detects project stack, generates harness config, and runs a short live demo to register skills and protect the
/research — Focused Investigation
Structured research protocol that converts questions into focused findings with cited sources, confidence levels, and a written research document for follow-up.
Create App — End-to-End Application Generator
Generate a complete application or add features to an existing codebase from a single natural-language description, with tiered workflows, PRD/architecture chec
PRD (Product Requirements Document) Generator
Generates structured Product Requirements Documents from natural-language app descriptions, asking clarifying questions, researching references, and producing m
Do — Unified Intent Router
Route user intents to the cheapest capable handler (skill, marshal, archon, or fleet) using a multi-tier classifier for scope, complexity, persistence, and para
Learn — Knowledge Compiler
Compile findings from completed campaigns and evolve cycles into a structured project wiki, extracting patterns, decisions, and quality rules for reuse.