
from citadel592
Generate a complete application or add features to an existing codebase from a single natural-language description, with tiered workflows, PRD/architecture chec
This skill converts a single user description into a verified application or scoped feature using a 5-tier workflow: blank scaffold, guided (PRD + architect + Archon), templated, fully-generated autonomous build, or feature addition to an existing repo. It formalises classification, runs appropriate pipelines (scaffold/prd/architect/archon), enforces human checkpoints where necessary, and performs verification checks before delivery.
Invoke when you want to: build a new app from scratch, scaffold a starter project, apply a template (todo/blog/dashboard), fully auto-generate an app from a detailed brief, or add a feature to an existing codebase while preserving tests and typechecks. Avoid for single-component generation (use /scaffold).
Best suited for Claude Code / Claude Code Plugin-style orchestration platforms and agents that support multi-step workflows, campaign persistence and worktree isolation (e.g., Archon-like controllers).
Orchestrator skill that routes natural-language app creation requests through five tiers (blank scaffold → guided → templated → fully autonomous → feature addition). Each tier delegates to companion skills (/scaffold, /prd, /architect, /archon) with appropriate human checkpoints. No bundled scripts — pure instruction skill. SKILL.md is well-structured with clear tier classification, quality gates, and a defined HANDOFF exit protocol. Standalone utility is limited because it requires the full Citadel skill suite to function.
No security concerns. Clean skill body. Well-designed tier system with sensible defaults (ambiguous → Tier 2 safest). The tier classification table is a nice UX touch. Dependency on external skills limits standalone value.
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.
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
Fleet — Parallel Campaign Orchestrator
Orchestrate parallel campaigns in waves: spawn isolated agents/worktrees, coordinate discoveries, validate results, and merge work — for multi-stream engineerin
Learn — Knowledge Compiler
Compile findings from completed campaigns and evolve cycles into a structured project wiki, extracting patterns, decisions, and quality rules for reuse.