multi-agent-brainstorming

Orchestrate sequential multi-agent design reviews with distinct roles and decision logging.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/rubykachu/skill-scaffold --skill multi-agent-brainstorming-rubykachu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-agent-brainstorming
Source: https://github.com/rubykachu/skill-scaffold/tree/main/.cursor/skills/multi-agent-brainstorming
Command: npx skills add https://github.com/rubykachu/skill-scaffold --skill multi-agent-brainstorming-rubykachu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the risk of single-agent design flaws by orchestrating a formal, sequential multi-agent review process, ensuring designs are robust, validated against constraints, and free from hidden assumptions before implementation.

Core Features & Use Cases

  • Structured Design Review: Simulates a peer-review process with distinct, non-overlapping agent roles (Designer, Skeptic, Constraint Guardian, User Advocate, Integrator).
  • Risk Reduction: Identifies failure modes, edge cases, and constraint violations early.
  • Decision Logging: Maintains a mandatory Decision Log to track rationale and resolutions.
  • Use Case: Before implementing a critical new feature, use this skill to have a dedicated "Skeptic" agent challenge assumptions, a "Constraint Guardian" ensure it meets performance and security needs, and a "User Advocate" verify usability, all before a final "Integrator" approves the design.

Quick Start

Use the multi-agent-brainstorming skill to review the proposed design for the new user authentication flow.

Frequently Asked Questions about multi-agent-brainstorming

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate a software design before implementation to reduce risks?

To validate a software design and reduce implementation risks, you can use a structured multi-agent review process that assigns distinct roles like skeptic, constraint guardian, and user advocate to comprehensively critique assumptions and log decisions.

What is structured multi-agent design review and how does it work?

Structured multi-agent design review is a sequential validation process where specialized agents simulate a peer-review environment, ensuring designs are robust against constraints and free from hidden assumptions before any coding begins.

How do I run a collaborative design review to catch edge cases and constraint violations?

Run a collaborative design review by orchestrating sequential agent roles including a primary designer, skeptic, and constraint guardian, ensuring comprehensive critique and explicit exit criteria before final approval.

Can I use multi-agent brainstorming for critical feature design validation?

Yes, multi-agent brainstorming is designed for critical feature design validation, using dedicated roles like a user advocate to verify usability and an integrator to ensure all constraints are met before implementation.

What is the best way to challenge design assumptions during a technical review?

The best way to challenge design assumptions during a technical review is to assign a dedicated skeptic agent role to actively identify failure modes and question the primary designer's rationale within a structured decision logging process.

When should I avoid using a multi-agent approach for design validation?

You should avoid using a multi-agent approach for design validation if your project lacks strict adherence requirements, as this process depends on gated steps, explicit exit criteria, and mandatory decision logging to function effectively.