# War Room > An AI "startup org" (C-suite: CEO/CTO/CPO/CMO/COO + teams) that runs as multi-agent, brutally-honestly audits a product/codebase, and materializes the result into a git-native ticket board (a lightweight Jira) with a launch-readiness verdict, P0 blockers, a critical path, and a Sprint 0 — then executes the safe, high-value tickets. Read in this order to understand and rebuild the system. ## Core docs - [Architecture](https://warroom.agents.vn/raw/ARCHITECTURE.md): full architecture, logic & philosophy (4 layers, 3-phase workflow, data model, rationale) - [Methodology](https://warroom.agents.vn/raw/METHODOLOGY.md): the method, 5-step run, resume/status, honesty rule, adapt & upgrade - [Skill / trigger](https://warroom.agents.vn/raw/SKILL.md): the global switch ("war room" / "gọi war room") - [Brain README](https://warroom.agents.vn/raw/BRAIN-README.md): overview (Vietnamese) ## Templates (source of truth) - [war-room-workflow.js](https://warroom.agents.vn/raw/templates/war-room-workflow.js): the 3-phase orchestration script (schemas + prompts) — the heart - [materialize.mjs](https://warroom.agents.vn/raw/templates/materialize.mjs): workflow result -> board.json - [build-board.mjs](https://warroom.agents.vn/raw/templates/build-board.mjs): board.json -> BOARD.md (no deps) - [board.seed.json](https://warroom.agents.vn/raw/templates/board.seed.json): empty board scaffold - [ticket-system README](https://warroom.agents.vn/raw/templates/README.md): the git-native ticket doc (copy into repo warroom/) ## Example (real run) - [example BOARD.md](https://warroom.agents.vn/raw/example/BOARD.md): rendered kanban - [example board.json](https://warroom.agents.vn/raw/example/board.json): the real output shape ## Everything - [war-room-system.zip](https://warroom.agents.vn/war-room-system.zip): full bundle (skill + brain + templates + example + architecture) ## Key facts - Org: CEO (Strategy/BizDev), CTO (Engineering), CPO (Product/Design), CMO (Growth/SEO), COO (Ops/Legal/Finance). Adaptable per domain. - Workflow phases: 1) C-Suite Audit (parallel) -> 2) Team Deep-Dive (expand P0/P1) -> 3) Synthesize (Chief-of-Staff dedupes into one board). - Ticket: id=-NNN, priority P0..P3, effort S/M/L/XL, status backlog->todo->in_progress->review->done, deps[], comments[]. - Source of truth = board.json (git-versioned); BOARD.md is generated. - Non-negotiable: the audit must be brutally honest; run safe P0s, human-gate contracts/legal/real-money.