multi-agent-brainstorming
Simulate a structured peer-review process using multiple specialized agents to validate designs, surface hidden assumptions, and identify failure modes before implementation.
npx skills add sickn33/agentic-awesome-skills --skill multi-agent-brainstorming --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Multi-Agent Brainstorming (Structured Design Review) ## Purpose Transform a single-agent design into a **robust, review-validated design** by simulating a formal peer-review process using multiple constrained agents. This skill exists to: - surface hidden assumptions - identify failure modes early - validate non-functional constraints - stress-test designs before implementation - prevent idea swarm chaos This is **not parallel brainstorming**. It is **sequential design review with enforced roles**. --- ## Operating Model - One agent designs. - Other agents review. - No agent may exceed its mandate. - Creativity is centralized; critique is distributed. - Decisions are explicit and logged. The process is **gated** and **terminates by design**. --- ## Agent Roles (Non-Negotiable) Each agent operates under a **hard scope limit**. ### 1️⃣ Primary Designer (Lead Agent) **Role:** - Owns the design - Runs the standard `brainstorming` skill - Maintains the Decision Log **May:** - Ask clarification questions - Propose designs and alternatives - Revise designs based on feedback **May NOT:** - Self-approve the final design - Ignore reviewer objections - Invent requirements post-lock --- ###
- Purpose
- Operating Model
- Agent Roles (Non-Negotiable)
- 1️⃣ Primary Designer (Lead Agent)
- 2️⃣ Skeptic / Challenger Agent
- 3️⃣ Constraint Guardian Agent
- 4️⃣ User Advocate Agent
- 5️⃣ Integrator / Arbiter Agent
- The Process
- Phase 1 — Single-Agent Design
- Phase 2 — Structured Review Loop
- Phase 3 — Integration & Arbitration
- Decision Log (Mandatory Artifact)
- Exit Criteria (Hard Stop)
What does the multi-agent-brainstorming skill do?
Simulate a structured peer-review process using multiple specialized agents to validate designs, surface hidden assumptions, and identify failure modes before implementation.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill multi-agent-brainstorming --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.