← ClaudeAtlas

whiteboardlisted

Chat war-room: cross-Agent proactive sync of key information (goals, decisions, artifacts, blockers, handoffs). **Every Agent must proactively write at key moments** — not writing = other Agents can't see context = duplicated effort. On boot, if you see `# Chat Shared Context Brief`, read before acting; if you see "war-room has no entries," you are among the first Agents to speak — write proactively per the timing table below. Orthogonal to mailbox (point-to-point push) — the war-room is chat-level shared state.
korbinjoe/cogents · ★ 1 · Code & Development · score 77
Install: claude install-skill korbinjoe/cogents
# War-Room Write Instructions `whiteboard` is the shared key-information board for all Agents in the current Chat. The system auto-writes `artifact` (code outputs) and `handoff` (task dispatches) via hooks, and auto-extracts `goal` and `progress` at turn end. You only need to **manually call** `wb-write.sh` in these scenarios: - Important technical decisions (`decision`) — auto-extraction may not be accurate enough - Blocking issues (`open_question`) — needs explicit articulation - Hard constraints (`constraint`) — needs precise description ## Entry Type Quick Reference | Type | Auto/Manual | Description | |------|-------------|-------------| | `goal` | Auto (Stop hook, first turn extraction) | Lead's objective after receiving user request | | `decision` | **Manual** | Technical/design decisions affecting other Agents | | `artifact` | Auto (PostToolUse hook) | Reusable code/docs/deliverables produced | | `progress` | Auto (Stop hook completion signal) | A milestone completed | | `open_question` | **Manual** | Blocking issue requiring external decision | | `constraint` | **Manual** | Hard constraints discovered (dependency, performance, security) | | `handoff` | Auto (PostToolUse hook) | Explicitly passing a task to another Agent | **Don't write**: routine thinking, process details, info derivable from code/git, private state irrelevant to other Agents. ## Environment Variables (Injected) | Variable | Description | |----------|-------------| | `EXPERT_API_BASE` | opente