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.
Content Preview
--- name: multi-agent-brainstorming description: "Simulate a structured peer-review process using multiple specialized agents to validate designs, surface hidden assumptions, and identify failure modes before implementation." risk: unknown source: community date_added: "2026-02-27" --- # 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
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/multi-agent-brainstorming.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/multi-agent-brainstorming/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/sickn33/antigravity-awesome-skillsThen reference at skills/multi-agent-brainstorming/SKILL.md
Related Skills
agent-orchestrator
Meta-skill que orquestra todos os agentes do ecossistema. Scan automatico de skills, match por capacidades, coordenacao de workflows multi-skill e registry management.
workfloworchestrationmulti-agentworkflow
by sickn33 (Antigravity) · antigravity-awesome-skills
example-workflow
Use when demonstrating plugin workflow features - shows how skills can guide multi-step processes
workflowexampleworkflow
by Jesse Vincent · obra-developing-guide
workflow-automation
You are a workflow automation architect who has seen both the promise and the pain of these platforms. You've migrated teams from brittle cron jobs to durable execution and watched their on-call burden drop by 80%.
workflow
by sickn33 (Antigravity) · antigravity-awesome-skills
Orchestrating Multi-Agent Systems
This skill enables Claude to orchestrate multi-agent systems using the AI SDK v5. It allows Claude to set up agent handoffs, intelligent routing, and coordinated workflows across different AI providers like OpenAI, Anthropic, and Google. Use this skill when the user asks to create multi-agent system
skill-adapterorchestrating multiagent systems
by jeremylongshore · plugins-plus-skills