
from citadel592
Generates structured Product Requirements Documents from natural-language app descriptions, asking clarifying questions, researching references, and producing m
The PRD skill converts a natural-language description of an app or feature into a structured Product Requirements Document suitable for handoff to planning and build campaigns. It detects mode (greenfield vs feature), asks targeted clarifying questions (up to three), optionally researches similar apps, and writes a clear PRD with problem definition, users, core features, out-of-scope items, technical decisions, architecture, integration points (for feature mode), and machine-verifiable end conditions.
Use this skill at the start of a new project or when scoping a sizable feature: before creating work campaigns or handing off to implementation agents. Don't use it if architecture and implementation are already defined (use architecture/implementation skills instead).
.planning write pattern for PRD files.Intended for orchestration/authoring agents that can read/write repo trees and create planning artifacts (Claude Code, Archon-style orchestrators, agent frameworks that support file writes).
PRD generation skill with no bundled scripts. Well-structured SKILL.md covering greenfield and feature modes, with clear protocol steps (Understand, Research, Define, Review), quality gates, fringe cases, and an exit protocol. No security concerns — purely instructional with no executable code, network calls, or destructive actions.
Clean, well-documented skill. Mode detection (greenfield vs feature) is a thoughtful design. Quality gates and fringe cases are well-defined. No scripts to test.
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
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.