bs-run

Orchestrate bs-* brainstorming skills sequentially or in parallel from an assessment plan.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MaxGiu67/plugin-MUCC --skill bs-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bs-run
Source: https://github.com/MaxGiu67/plugin-MUCC/tree/main/brainstorming/skills/bs-run
Command: npx skills add https://github.com/MaxGiu67/plugin-MUCC --skill bs-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates and automates the execution of recommended brainstorming skills from the assessment to remove manual coordination, sequencing errors, and repetitive confirmations across multiple bs-* steps.

Core Features & Use Cases

  • Automated sequencing: Determines and runs the correct sequence of bs-* skills based on brainstorm/00-assessment.md (workflows A–D).
  • Modes & parallelism: Supports an auto mode that skips interactive prompts and a Cowork mode that spawns parallel agents for concurrent tasks.
  • Validation & tracking: Verifies prerequisites, updates _status.md and _changelog.md, runs post-validation (validate-brainstorm.ts), and suggests handoff to dev-methodology.
  • Use Case: Run bs-run to execute a complete Idea→MVP pipeline or to recover a repo onboarding flow with consistent outputs for downstream spec generation.

Quick Start

Run the bs-run orchestrator with --auto to execute the recommended brainstorming workflow end-to-end using the assessment plan.

Frequently Asked Questions about bs-run

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

FAQPage Schema
How do I automate a full structured brainstorming workflow from start to finish?

Automating a structured brainstorming workflow requires an orchestrator to sequence tasks like onboarding, problem framing, and research. This Skill executes recommended bs-* steps end-to-end based on an assessment plan, removing manual coordination.

How do I execute multiple brainstorming tasks in parallel?

Executing brainstorming tasks in parallel is possible using Cowork mode. This orchestrator spawns parallel agents for concurrent tasks, enabling simultaneous processing of independent steps within your brainstorming workflow.

How do I run an Idea to MVP pipeline without manual confirmations?

To run an Idea to MVP pipeline without manual confirmations, use an automated sequencing mode. This orchestrator supports an auto mode that skips interactive prompts and executes the recommended brainstorming workflow end-to-end.

What is needed to start automating brainstorming skills?

Starting to automate brainstorming skills requires a project that includes a brainstorm/00-assessment.md file. The orchestrator reads this assessment to determine prerequisites, manage sequencing, and run the correct workflow.

How do I track progress and validate outputs during automated brainstorming?

Tracking progress and validating outputs during automated brainstorming is handled by updating _status.md and _changelog.md files continuously. The orchestrator also runs post-validation checks to verify outputs before suggesting handoff.