whiteboardlisted
Install: claude install-skill korbinjoe/openteam
# 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