skills/multi-agent-brainstorming/SKILL.md
Simulate a structured peer-review process using multiple specialized agents to validate designs, surface hidden assumptions, and identify failure modes before implementation.
npx skillsauth add ranbot-ai/awesome-skills multi-agent-brainstormingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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:
This is not parallel brainstorming. It is sequential design review with enforced roles.
The process is gated and terminates by design.
Each agent operates under a hard scope limit.
Role:
brainstorming skillMay:
May NOT:
Role:
May:
May NOT:
Prompting guidance:
“Assume this design fails in production. Why?”
Role:
Focus areas:
May:
May NOT:
Role:
Focus areas:
May:
May NOT:
Role:
May:
May NOT:
brainstorming skillNo other agents participate yet.
Agents are invoked one at a time, in the following order:
For each reviewer:
Primary Designer must:
The Integrator / Arbiter reviews:
The Arbiter must explicitly decide:
The Decision Log must record:
No design is considered valid without a completed log.
You may exit multi-agent brainstorming only when all are true:
If any criterion is unmet:
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.
tools
Delegate coding tasks to the Grok Build CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
--- name: graceful-shutdown description: Implement graceful shutdown for servers and workers: drain connections, finish in-flight work, release resources, and exit cleanly on SIGTERM/SIGINT. category: AI & Agents source: antigravity tags: [python, typescript, node, api, claude, ai, template, docker, kubernetes] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/graceful-shutdown --- # Graceful Shutdown ## Overview A skill for implementing graceful shutdown in server
development
--- name: falsify description: The scientific thinking protocol for AI agents. Use when facing complex, ambiguous, or high-stakes questions where guessing is costly: hypothesis → attempt to break it → evidence → calibrated co category: Creative & Media source: antigravity tags: [markdown, claude, ai, agent, llm, template, design, security, rag, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/falsify --- # Falsify — The Scientific Thinking Protocol > Think like
tools
Configure approved delegation lanes across installed implementer CLIs, including optional model and effort choices, then write global or project config only after explicit user approval.