Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Xpersona Agent
Multi-agent war room for brainstorming, system design, architecture review, product specs, business strategy, or any complex problem. Use when a user wants to run a structured multi-agent session with specialist roles, when they mention "war room", when they need to brainstorm a project from scratch, design a system with multiple perspectives, stress-test decisions with a devil's advocate, or produce a comprehensive blueprint/spec. Works for software, hardware, content, business — any domain. --- name: war-room description: Multi-agent war room for brainstorming, system design, architecture review, product specs, business strategy, or any complex problem. Use when a user wants to run a structured multi-agent session with specialist roles, when they mention "war room", when they need to brainstorm a project from scratch, design a system with multiple perspectives, stress-test decisions with a devil's advoc
git clone https://github.com/maxkle1nz/war-room.gitOverall rank
#41
Adoption
1 GitHub stars
Trust
Unknown
Freshness
Mar 1, 2026
Freshness
Last checked Mar 1, 2026
Best For
Contract is available with explicit auth and schema references.
Not Ideal For
war-room is not ideal for teams that need stronger public trust telemetry, lower setup complexity, or more explicit contract coverage before production rollout.
Evidence Sources Checked
editorial-content, capability-contract, runtime-metrics, public facts pack
Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.
Overview
Multi-agent war room for brainstorming, system design, architecture review, product specs, business strategy, or any complex problem. Use when a user wants to run a structured multi-agent session with specialist roles, when they mention "war room", when they need to brainstorm a project from scratch, design a system with multiple perspectives, stress-test decisions with a devil's advocate, or produce a comprehensive blueprint/spec. Works for software, hardware, content, business — any domain. --- name: war-room description: Multi-agent war room for brainstorming, system design, architecture review, product specs, business strategy, or any complex problem. Use when a user wants to run a structured multi-agent session with specialist roles, when they mention "war room", when they need to brainstorm a project from scratch, design a system with multiple perspectives, stress-test decisions with a devil's advoc Published capability contract available. No trust telemetry is available yet. 1 GitHub stars reported by the source. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Mar 1, 2026
Vendor
Maxkle1nz
Artifacts
3
Benchmarks
0
Last release
Unpublished
Install & run
git clone https://github.com/maxkle1nz/war-room.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.
Public facts
Vendor
Maxkle1nz
Protocol compatibility
OpenClaw
Auth modes
api_key
Machine-readable schemas
OpenAPI or schema references published
Public artifacts
3 crawlable assets
Adoption signal
1 GitHub stars
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Events
Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.
Captured outputs
Extracted files
0
Examples
4
Snippets
0
Languages
typescript
Parameters
text
[D###] OWNER — what was decided — why (1 sentence each)
text
FROM: {role}
TO: {target} | ALL | LEAD
TYPE: FINDING | QUESTION | DECISION | BLOCKER | UPDATE | CHALLENGE
PRI: LOW | MED | HIGH | CRIT
---
{content — max 200 words}
---
FILES: [{paths}]text
"Based on the war room results, I can:" ├── 📄 Generate a complete PRD (Product Requirements Document) ├── 💻 Scaffold the project (Xcode, npm init, cargo new, etc.) ├── 🎨 Create detailed mockups/wireframes ├── 📋 Create a task board (Linear, GitHub Issues) ├── 🔍 Run specific research (trademark, competitive, market) ├── 🌐 Build a landing page ├── 🧪 Run Wave 0 proof-of-concept ├── 📊 Deep-dive on any specialist's area └── [Any domain-specific deliverable]
text
██ EXEC — Agents working. Processing. Shipping. ██ AWAIT — Blocked on OPERATOR decision. Presents options. Waits. ██ WATCH — All tasks complete or agents running. Sets cron auto-wake.
Editorial read
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Multi-agent war room for brainstorming, system design, architecture review, product specs, business strategy, or any complex problem. Use when a user wants to run a structured multi-agent session with specialist roles, when they mention "war room", when they need to brainstorm a project from scratch, design a system with multiple perspectives, stress-test decisions with a devil's advocate, or produce a comprehensive blueprint/spec. Works for software, hardware, content, business — any domain. --- name: war-room description: Multi-agent war room for brainstorming, system design, architecture review, product specs, business strategy, or any complex problem. Use when a user wants to run a structured multi-agent session with specialist roles, when they mention "war room", when they need to brainstorm a project from scratch, design a system with multiple perspectives, stress-test decisions with a devil's advoc
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.
bash skills/war-room/scripts/init_war_room.sh <project-name> to create the project folder structure under war-rooms/<project>/.war-rooms/<project>/BRIEF.md with the project description, goals, constraints, and known risks.skills/war-room/references/dna-template.md → war-rooms/<project>/DNA.md. Customize if needed (add project-specific identity, owner name).war-rooms/<project>/artifacts/.war-rooms/<project>/lessons/.Full protocol details: wave-protocol.md
Before any spec work, identify the single riskiest assumption and test it with real work (code spike, prototype, market research, etc.). 30 min max. If it fails, pivot BEFORE spending tokens on detailed specs.
Each wave deploys a group of agents that can work in parallel (no inter-dependencies within a wave). Agents in later waves depend on earlier waves' outputs.
Planning a wave:
Each agent in a wave:
BRIEF.md, DNA.md, DECISIONS.md, and any prior agents' output foldersagents/<role>/ — their specs, findings, decisionsDECISIONS.md (their domain decisions), STATUS.md (their completion status)comms/ for cross-agent questions/challengesSpawning agents: Each agent is a subagent. Its system prompt includes:
DNA.md)Before launching each new wave, ask: "Has any fundamental assumption changed since the last wave?"
**VOIDED** in DECISIONS.md.CHAOS is not a separate wave — it shadows all waves. After each wave completes, CHAOS:
agents/chaos/challenges.md[C-ID] CHALLENGE to D### — attack — verdict (SURVIVE/WOUNDED/KILLED)CHAOS also writes counter-proposals when it sees a fundamentally better path.
One agent (or the orchestrator) merges all specialist outputs into a single blueprint:
agents/*/ outputsartifacts/<PROJECT>-BLUEPRINT.mdAfter consolidation, write lessons/session-N-postmortem.md:
Not every project needs every role. Match roles to scope:
| Project Type | Typical Agents | |---|---| | Software MVP | ARCH, PM, DEV, UX, SEC, QA, CHAOS | | Business strategy | PM, RESEARCH, FINANCE, MKT, LEGAL, CHAOS | | Content/creative | PM, UX, RESEARCH, MKT, CHAOS | | Hardware/IoT | ARCH, DEV, OPS, SEC, QA, CHAOS | | Architecture review | ARCH, SEC, OPS, QA, CHAOS |
CHAOS is always included. It's the immune system.
Full role descriptions and briefing templates: agent-roles.md
All inter-agent communication uses the filesystem. Zero extra token cost.
| File | Purpose | Who writes |
|---|---|---|
| BRIEF.md | Project description and constraints | Orchestrator (you) |
| DNA.md | Shared mindset injected into all agents | Orchestrator (immutable during session) |
| DECISIONS.md | Append-only decision log | Each agent (own domain only) |
| STATUS.md | Agent completion status | Each agent |
| BLOCKERS.md | Blockers requiring orchestrator action | Any agent |
| TLDR.md | Executive summary (updated after consolidation) | Orchestrator |
| comms/ | Cross-agent messages and challenges | Any agent |
| agents/<role>/ | Agent-specific outputs | Owning agent only |
[D###] OWNER — what was decided — why (1 sentence each)
Cap at ~25 decisions per session. More = scope too big, split the session. Only log decisions that constrain future work. Implementation details are not decisions.
FROM: {role}
TO: {target} | ALL | LEAD
TYPE: FINDING | QUESTION | DECISION | BLOCKER | UPDATE | CHALLENGE
PRI: LOW | MED | HIGH | CRIT
---
{content — max 200 words}
---
FILES: [{paths}]
The war room doesn't stop at the blueprint. After consolidation, suggest concrete next actions and offer to execute them using the same agents:
"Based on the war room results, I can:"
├── 📄 Generate a complete PRD (Product Requirements Document)
├── 💻 Scaffold the project (Xcode, npm init, cargo new, etc.)
├── 🎨 Create detailed mockups/wireframes
├── 📋 Create a task board (Linear, GitHub Issues)
├── 🔍 Run specific research (trademark, competitive, market)
├── 🌐 Build a landing page
├── 🧪 Run Wave 0 proof-of-concept
├── 📊 Deep-dive on any specialist's area
└── [Any domain-specific deliverable]
The key insight: agents that DESIGNED the system can also PRODUCE deliverables from it. The war room is a pipeline, not an event. Brainstorm → Plan → Build → Ship.
When executing Phase 3, spawn agents with the full war room context (blueprint + decisions + specialist docs) so they build ON the decisions, not from scratch.
The standard War Room builds UPWARD (from zero to product). The Reverse War Room builds DOWNWARD (from the final product to current reality). Use both together for maximum clarity.
When to use: When you already have a prototype or partial build and need to find the fastest path to a paying customer or shipped product.
Agents:
Key outputs:
Track record: First tested on KOSMO (Feb 8, 2026). Found: 30 gaps, killed 10 unnecessary features (~20h saved), identified root cause ("engineering without a customer"), wrote realistic obituary that prevented premature scaling.
The INTERCEPTOR is the War Room's interface and autonomy layer. It manages the session, communicates with the Operator, and never stops.
██ EXEC — Agents working. Processing. Shipping.
██ AWAIT — Blocked on OPERATOR decision. Presents options. Waits.
██ WATCH — All tasks complete or agents running. Sets cron auto-wake.
To maintain session continuity when agents are processing asynchronously:
This ensures the war room session remains responsive without requiring the operator to manually poll for results. All scheduling is handled through the standard OpenClaw cron API with operator-visible job management.
When the war room produces visual artifacts (images, diagrams, blueprints), present them to the operator using the platform's standard file viewer:
open command to display artifacts in the default viewer (Preview, Finder)xdg-open for the same purposeINTERCEPTOR communicates in terminal aesthetic:
When a decision requires the Operator:
The DNA is what makes the war room special. Every principle is a mandatory protocol — not decoration.
19 protocols across 4 pillars:
Full DNA template with all protocol formats: dna-template.md
Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.
Machine interfaces
Contract coverage
Status
ready
Auth
api_key
Streaming
No
Data region
global
Protocol support
Requires: openclew, lang:typescript
Forbidden: none
Guardrails
Operational confidence: medium
curl -s "https://xpersona.co/api/v1/agents/maxkle1nz-war-room/snapshot"
curl -s "https://xpersona.co/api/v1/agents/maxkle1nz-war-room/contract"
curl -s "https://xpersona.co/api/v1/agents/maxkle1nz-war-room/trust"
Operational fit
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.
Contract JSON
{
"contractStatus": "ready",
"authModes": [
"api_key"
],
"requires": [
"openclew",
"lang:typescript"
],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": "https://github.com/maxkle1nz/war-room#input",
"outputSchemaRef": "https://github.com/maxkle1nz/war-room#output",
"dataRegion": "global",
"contractUpdatedAt": "2026-02-24T19:41:53.353Z",
"sourceUpdatedAt": "2026-02-24T19:41:53.353Z",
"freshnessSeconds": 4433541
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/maxkle1nz-war-room/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/maxkle1nz-war-room/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/maxkle1nz-war-room/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/maxkle1nz-war-room/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/maxkle1nz-war-room/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/maxkle1nz-war-room/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-17T03:14:14.982Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "work",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "also",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "review",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:work|supported|profile capability:also|supported|profile capability:review|supported|profile"
}Facts JSON
[
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Maxkle1nz",
"href": "https://github.com/maxkle1nz/war-room",
"sourceUrl": "https://github.com/maxkle1nz/war-room",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T05:21:22.124Z",
"isPublic": true
},
{
"factKey": "traction",
"category": "adoption",
"label": "Adoption signal",
"value": "1 GitHub stars",
"href": "https://github.com/maxkle1nz/war-room",
"sourceUrl": "https://github.com/maxkle1nz/war-room",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T05:21:22.124Z",
"isPublic": true
},
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/maxkle1nz-war-room/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/maxkle1nz-war-room/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-02-24T19:41:53.353Z",
"isPublic": true
},
{
"factKey": "auth_modes",
"category": "compatibility",
"label": "Auth modes",
"value": "api_key",
"href": "https://xpersona.co/api/v1/agents/maxkle1nz-war-room/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/maxkle1nz-war-room/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:41:53.353Z",
"isPublic": true
},
{
"factKey": "schema_refs",
"category": "artifact",
"label": "Machine-readable schemas",
"value": "OpenAPI or schema references published",
"href": "https://github.com/maxkle1nz/war-room#input",
"sourceUrl": "https://xpersona.co/api/v1/agents/maxkle1nz-war-room/contract",
"sourceType": "contract",
"confidence": "high",
"observedAt": "2026-02-24T19:41:53.353Z",
"isPublic": true
},
{
"factKey": "artifact_count",
"category": "artifact",
"label": "Public artifacts",
"value": "3 crawlable assets",
"href": "https://github.com/maxkle1nz/references/dna-template.md",
"sourceUrl": "https://github.com/maxkle1nz/war-room",
"sourceType": "media",
"confidence": "medium",
"observedAt": "2026-02-24T18:00:14.341Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/maxkle1nz-war-room/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/maxkle1nz-war-room/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"eventType": "artifact_added",
"title": "New public artifact discovered",
"description": "OTHER evidence is now crawl-visible.",
"href": "https://github.com/maxkle1nz/references/dna-template.md",
"sourceUrl": "https://github.com/maxkle1nz/war-room",
"sourceType": "media",
"confidence": "medium",
"observedAt": "2026-02-24T18:00:14.341Z",
"isPublic": true
}
]Sponsored
Ads related to war-room and adjacent AI workflows.