作战室技能
War Room Skill
by amdf01-debug
安装
claude skill add --url github.com/openclaw/skills/tree/main/skills/amdf01-debug/sw-war-room文档
Trigger
Crisis response and intensive problem-solving with multiple agents.
Trigger phrases: "war room", "crisis mode", "all hands on deck", "emergency fix", "critical issue"
When to Use
- Production is down
- Critical bug affecting users
- Time-sensitive deadline at risk
- Complex problem needing parallel investigation
War Room Protocol
1. Situation Assessment (2 min)
SITUATION: [what's happening]
IMPACT: [who/what is affected]
SEVERITY: [critical/high/medium]
TIMELINE: [when did it start, when must it be fixed]
2. Team Assembly
- Investigator: Gathers logs, data, reproduction steps
- Analyst: Forms hypotheses, identifies root cause
- Fixer: Implements solution once root cause confirmed
- Reviewer: Validates fix, checks for regressions
3. Communication Cadence
- Status update every 15 minutes during active crisis
- Each update: what we know, what we're trying, ETA
- Single source of truth: shared state file
4. Resolution
- Fix implemented and verified
- Root cause documented
- Post-mortem scheduled (within 48 hours)
- Prevention measures identified
Rules
- Speed > perfection during active crisis
- One person/agent owns coordination (war room lead)
- All changes logged — no cowboy fixes
- Revert first, investigate second (if revert is safe)
- Post-mortem is mandatory, blame is not
相关 Skills
Claude API
by anthropic
Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.
并行代理
by axelhu
Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent investigation and execution, adapted for OpenClaw
高光制作器
by bwbernardweston18
>