
from citadel572
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.
This skill has not been reviewed by our automated audit pipeline yet.
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