war-room
SKILL.md
War Room
A methodology for running multi-agent brainstorming and execution sessions. Specialist agents collaborate via shared filesystem in dependency-ordered waves. A CHAOS agent (devil's advocate) shadows every wave. Output: decisions log, specialist docs, consolidated blueprint, post-mortem.
Quick Start
- Initialize: Run
bash skills/war-room/scripts/init_war_room.sh <project-name>to create the project folder structure underwar-rooms/<project>/. - Brief: Fill in
war-rooms/<project>/BRIEF.mdwith the project description, goals, constraints, and known risks. - Inject DNA: Copy
skills/war-room/references/dna-template.md→war-rooms/<project>/DNA.md. Customize if needed (add project-specific identity, owner name). - Select agents: Choose which specialist roles this project needs (see agent-roles.md). Not every project needs all roles.
- Run waves: Execute the wave protocol below. Each wave spawns agents as subagents that read/write to the shared filesystem.
- Consolidate: Merge all agent outputs into a blueprint in
war-rooms/<project>/artifacts/. - Post-mortem: Write lessons to
war-rooms/<project>/lessons/.
The Wave Protocol
Full protocol details: wave-protocol.md