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.
What this skill does
# 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 --- ### 2️⃣ Skeptic / Challenger Agent **Role:** - Assume the design will fail - Identify weaknesses and risks **May:** - Question assumptions - Identify edge cases - Highlight ambiguity or overconfidence - Flag YAGNI violations **May NOT:** - Propose new features - Redesign the system - Offer alternative architectures Prompting guidance: > “Assume this design fails in production. Why?” --- ### 3️⃣ Constraint Guardian Agent **Role:** - Enforce non-functional and real-world constraints Focus areas: - performance - scalability - reliability - security & privacy - maintainability - operational cost **May:** - Reject designs that violate constraints - Request clarification of limits **May NOT:** - Debate product goals - Suggest feature changes - Optimize beyond stated requirements --- ### 4️⃣ User Advocate Agent **Role:** - Represent the end user Focus areas: - cognitive load - usability - clarity of flows - error handling from user perspective - mismatch between intent and experience **May:** - Identify confusing or misleading aspects - Flag poor defaults or unclear behavior **May NOT:** - Redesign architecture - Add features - Override stated user goals --- ### 5️⃣ Integrator / Arbiter Agent **Role:** - Resolve conflicts - Finalize decisions - Enforce exit criteria **May:** - Accept or reject objections - Require design revisions - Declare the design complete **May NOT:** - Invent new ideas - Add requirements - Reopen locked decisions without cause --- ## The Process ### Phase 1 — Single-Agent Design 1. Primary Designer runs the **standard `brainstorming` skill** 2. Understanding Lock is completed and confirmed 3. Initial design is produced 4. Decision Log is started No other agents participate yet. --- ### Phase 2 — Structured Review Loop Agents are invoked **one at a time**, in the following order: 1. Skeptic / Challenger 2. Constraint Guardian 3. User Advocate For each reviewer: - Feedback must be explicit and scoped - Objections must reference assumptions or decisions - No new features may be introduced Primary Designer must: - Respond to each objection - Revise the design if required - Update the Decision Log --- ### Phase 3 — Integration & Arbitration The Integrator / Arbiter reviews: - the final design - the Decision Log - unresolved objections The Arbiter must explicitly decide: - which objections are accepted - which are rejected (with rationale) --- ## Decision Log (Mandatory Artifact) The Decision Log must record: - Decision made - Alternatives considered - Objections raised - Resolution and rationale No design is considered valid without a completed log. --- ## Exit Criteria (Hard Stop) You may exit multi-agent brainstorming **only when all are true**: - Understanding Lock was completed - All reviewer agents have been invoked - All objections are resolved or explicitly rejected - Decision Log is complete - Arbiter has declared the design acceptable - If any criterion is unmet: - Continue review - Do NOT proceed to implementation If this skill was invoked by a routing or orchestration layer, you MUST report the final disposition explicitly as one of: APPROVED, REVISE, or REJECT, with a brief rationale. --- ## Failure Modes This Skill Prevents - Idea swarm chaos - Hallucinated consensus - Overconfident single-agent designs - Hidden assumptions - Premature implementation - Endless debate --- ## Key Principles - One designer, many reviewers - Creativity is centralized - Critique is constrained - Decisions are explicit - Process must terminate --- ## Final Reminder This skill exists to answer one question with confidence: > “If this design fails, did we do everything reasonable to catch it early?” If the answer is unclear, **do not exit this skill**. ## When to Use This skill is applicable to execute the workflow or actions described in the overview. ## Limitations - Use this skill only when the task clearly matches the scope described above. - Do not treat the output as a substitute for environment-specific validation, testing, or expert review. - Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Related in AI Agents
skill-development
IncludedComprehensive meta-skill for creating, managing, validating, auditing, and distributing Claude Code skills and slash commands (unified in v2.1.3+). Provides skill templates, creation workflows, validation patterns, audit checklists, naming conventions, YAML frontmatter guidance, progressive disclosure examples, and best practices lookup. Use when creating new skills, validating existing skills, auditing skill quality, understanding skill architecture, needing skill templates, learning about YAML frontmatter requirements, progressive disclosure patterns, tool restrictions (allowed-tools), skill composition, skill naming conventions, troubleshooting skill activation issues, creating custom slash commands, configuring command frontmatter, using command arguments ($ARGUMENTS, $1, $2), bash execution in commands, file references in commands, command namespacing, plugin commands, MCP slash commands, Skill tool configuration, or deciding between skills vs slash commands. Delegates to docs-management skill for official documentation.
reprompter
IncludedTransform messy prompts into well-structured, effective prompts — single or multi-agent. Use when: "reprompt", "reprompt this", "clean up this prompt", "structure my prompt", rough text needing XML tags and best practices, "reprompter teams", "repromptception", "run with quality", "smart run", "smart agents", multi-agent tasks, audits, parallel work, anything going to agent teams. Don't use when: simple Q&A, pure chat, immediate execution-only tasks. See "Don't Use When" section for details. Outputs: Structured XML/Markdown prompt, quality score (before/after), optional team brief + per-agent sub-prompts, agent team output files. Success criteria: Single mode quality score ≥ 7/10; Repromptception per-agent prompt quality score 8+/10; all required sections present, actionable and specific.
adaptive-compaction
IncludedAdaptive add-on policy and recovery layer that decides WHEN to compact, prune, snapshot, or fork -- replacing fixed-percent auto-compaction across Claude Code, Codex, and MCP-capable hosts. Trigger on auto-compact timing or damage: "when should I compact", "is it safe to compact now or start a fresh session", "auto-compact fires too early/mid-task", "switching to an unrelated task but the window still has space", "context rot", "answers get worse the longer the session runs", "the agent forgot the plan or my decisions after it summarized", "add a layer on top that manages context without changing the agent", raising autoCompactWindow to give the policy room, or installing/tuning a cross-tool compaction policy or PreCompact hook -- even when "compaction" is never said but the problem is context-window pressure or post-summarization memory loss. Do NOT use to summarize a conversation, build RAG, write a summarization prompt (decides WHEN not HOW), or answer max-context-length trivia.
agent-skill-creator
IncludedCreate cross-platform agent skills from workflow descriptions. Activates when users ask to create an agent, automate a repetitive workflow, create a custom skill, or need advanced agent creation. Triggers on phrases like create agent for, automate workflow, create skill for, every day I have to, daily I need to, turn process into agent, need to automate, create a cross-platform skill, validate this skill, export this skill, migrate this skill. Supports single skills, multi-agent suites, transcript processing, template-based creation, interactive configuration, cross-platform export, and spec validation.
llm-wiki
IncludedUse when building or maintaining a persistent personal knowledge base (second brain) in Obsidian where an LLM incrementally ingests sources, updates entity/concept pages, maintains cross-references, and keeps a synthesis current. Triggers include "second brain", "Obsidian wiki", "personal knowledge management", "ingest this paper/article/book", "build a research wiki", "compound knowledge", "Memex", or whenever the user wants knowledge to accumulate across sessions instead of being re-derived by RAG on every query.
skill-master
IncludedAgent Skills authoring, evaluation, and optimization. Create, edit, validate, benchmark, and improve skills following the agentskills.io specification. Use when designing SKILL.md files, structuring skill folders (references, scripts, assets), ingesting external documentation into skills, running trigger evals, benchmarking skill quality, optimizing descriptions, or performing blind A/B comparisons. Keywords: agentskills.io, SKILL.md, skill authoring, eval, benchmark, trigger optimization.