brainstorming-extension

Trigger a five-agent design-review gate after design documents are committed.

60|4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/dsifry/goodtogo --skill brainstorming-extension
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brainstorming-extension
Source: https://github.com/dsifry/goodtogo/tree/main/.claude/plugins/goodtogo/skills/brainstorming-extension
Command: npx skills add https://github.com/dsifry/goodtogo --skill brainstorming-extension

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the triggering of a design review gate after a brainstorming session completes, ensuring that critical stakeholders review proposed designs before proceeding to implementation.

Core Features & Use Cases

  • Automatic gate initiation: Spawns a comprehensive five-person review workflow (Product Manager, Architect, Designer, Security Design, and CTO) after a design document is created or committed.
  • Seamless integration: Works with the design-review-gate skill to coordinate parallel reviews and aggregate results.
  • Use Case: When a brainstorming session yields a design document in docs/plans/, the extension automatically requests reviews and blocks implementation until all five approvals are obtained.

Quick Start

After brainstorming completes and a design document is committed, the extension will automatically activate and spawn the review agents. You can configure prompts or adjust triggers in the SKILL.md as needed.

Frequently Asked Questions about brainstorming-extension

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

FAQPage Schema
How do I automatically trigger a design review after brainstorming?

To automatically trigger a design review after brainstorming, this skill monitors for committed design documents and spawns a five-person review workflow. It activates when a design document is created or committed, initiating the review gate without manual intervention.

What stakeholders are required for a multi-disciplinary design review gate?

A multi-disciplinary design review gate requires approvals from five specific roles: Product Manager, Architect, Designer, Security Design, and CTO. The workflow spawns agents for each role and aggregates their results until all five approve.

How do I block implementation until design approvals are obtained?

To block implementation until design approvals are obtained, the skill acts as a review gate that monitors commits and aggregates review results. It prevents progression until all five designated review agents provide their approval.

Does the design review workflow require a specific file path for design documents?

Yes, the design review workflow expects design documents to be committed in the docs/plans/ directory. The extension monitors this location to automatically initiate the review gate upon document creation or commit.

Can I configure the review triggers and prompts for the design review gate?

Yes, you can configure review triggers and prompts by adjusting settings in the SKILL.md file. This allows customization of when the review gate activates and how the spawned review agents operate after brainstorming completes.

What is an automated design review gate and when do I need it?

An automated design review gate is a workflow that spawns multi-disciplinary agents to approve design documents before implementation. You need it when brainstorming yields a proposed design and critical stakeholders must review it to ensure quality and security.