bs-status

Render a visual status table from brainstorm phase files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Display a real-time overview of a brainstorming project's progress by aggregating phase completion, onboarding status, and specialist input into a concise dashboard.

Core Features & Use Cases

  • Reads and summarizes progress from brainstorm/_status.md and each phase file (00-06).
  • Renders a visual, at-a-glance status table to guide next steps and handoffs.
  • Suggests next actions based on the current completion state, helping teams stay aligned.

Quick Start

Run bs-status to display the current brainstorming progress in the chat.

Frequently Asked Questions about bs-status

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

FAQPage Schema
How do I track brainstorming progress across multiple project phases?

You can track brainstorming progress by reading the _status.md file and individual phase files to aggregate completion states into a visual dashboard. This summarizes phase completion, onboarding status, and specialist input for quick decision making.

Can I visualize project management status directly from markdown files?

Yes, visualizing project status from markdown files is possible by rendering phase files into an at-a-glance status table. It reads existing brainstorming state files and displays current progress to guide next steps and team handoffs.

What is the best way to monitor onboarding status and specialist input for a workflow?

Monitoring onboarding status and specialist input is achieved by aggregating data from phase files into a concise dashboard. It applies to ongoing brainstorming projects, rendering a visual status table to keep teams aligned.

Does this dashboard require external dependencies to display project status?

No external dependencies are required to display project status. The dashboard operates independently by reading local brainstorm/_status.md and phase files, then rendering a visual table without needing additional components.

How do I get suggested next actions based on current brainstorming completion?

To get suggested next actions, the dashboard analyzes the current completion state from your phase files and status logs. It evaluates the progress data and outputs actionable recommendations to keep the workflow moving forward.

Are there limitations to using markdown files for real-time collaboration dashboards?

Using markdown files for collaboration dashboards limits real-time multi-user editing, as it relies on reading static phase files rather than syncing live database state. It functions best for periodic progress aggregation rather than concurrent editing.