bs-init

Initialize a standardized brainstorm directory with markdown templates via TypeScript script.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a fast, repeatable way to create a consistent brainstorming project structure so teams can start ideation without manual folder and template creation. It removes setup friction and ensures all projects begin with the same assessment, brainstorming, research, and handoff files.

Core Features & Use Cases

  • Interactive setup: prompts the user for project name, short description, and a one-line idea to generate starter content.
  • Automated scaffolding: runs an initialization script to create a standardized brainstorm/ directory with templates like 00-assessment.md and 01-brainstorm.md.
  • Use Case: perfect for PMs and product teams starting a new project or workshop who need a repeatable workspace and starter templates.

Quick Start

Initialize a new brainstorming workspace by running the bs-init skill and providing the project name, a short description, and a one-sentence idea.

Frequently Asked Questions about bs-init

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

FAQPage Schema
How do I scaffold a project brainstorming workspace with templates?

To scaffold a brainstorming workspace, run the bs-init skill which prompts for a project name, description, and idea to generate a standardized directory structure with markdown templates like 00-assessment.md and 01-brainstorm.md.

What is the best way to standardize project setup for early-stage ideation?

Standardizing early-stage ideation involves initializing a repeatable brainstorm directory structure that automatically creates assessment, brainstorm, research, and handoff files, ensuring all projects begin with the same baseline templates.

Do I need Node and npx to run the brainstorm initialization script?

Yes, you need Node tooling available because the brainstorm initialization invokes a TypeScript script via npx tsx, expecting the script located at scripts/init-brainstorm.ts to populate the markdown templates.

Can I use this scaffolding tool for pre-development workshop sessions?

Yes, this scaffolding tool is designed for early-stage ideation and pre-development sessions, making it perfect for product teams starting a new workshop who need a repeatable workspace and starter templates.

What files are generated when initializing a brainstorm directory?

Initializing a brainstorm directory generates standardized markdown template files including 00-assessment.md and 01-brainstorm.md, which are populated with starter content based on the project metadata you provide during the interactive setup.

Why does manual project setup create friction for product teams?

Manual project setup creates friction by requiring teams to individually create folders and templates, whereas an automated initialization script removes this setup barrier and ensures consistent assessment and brainstorm files across all projects.