scientific-brainstorming

Facilitates structured scientific ideation with provenance tracking, adversarial review, and transparent evaluation matrices.

Updated Aug 12, 2026
One-click install
npx skills add https://github.com/Mzane0803/latent-minds-skills-marketplace --skill scientific-brainstorming-mzane0803
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scientific-brainstorming
Source: https://github.com/Mzane0803/latent-minds-skills-marketplace/tree/main/plugins/research-writing/skills/scientific-brainstorming
Command: npx skills add https://github.com/Mzane0803/latent-minds-skills-marketplace --skill scientific-brainstorming-mzane0803

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Early-stage research brainstorming often suffers from anchoring, groupthink, hidden assumptions, and untraceable decisions, making it hard to prioritize candidate research directions transparently. ## Core Features & Use Cases - Structured Ideation Workflow: Guides independent generation, round-robin sharing, clustering, criteria definition, adversarial review, literature checks, and decision logging with explicit provenance labels. - Deterministic Local CLIs: Includes Python standard-library scripts to scaffold session registers, validate structure and provenance, and compute a disclosed weighted evaluation matrix with uncertainty intervals and weight sensitivity analysis. - Bias and Ethics Controls: Provides facilitation protocols, responsible AI guidance, feasibility gates, and dual-use screening references. - Use Case: A research team scoping microbiome mechanism hypotheses uses the skill to run an independent-first ideation session, score candidates against explicit criteria, and log a traceable decision without treating scores as scientific conclusions. ## Quick Start Ask the agent to run a scientific brainstorming session on your research question, generating independent ideas with assumptions and then evaluating them against transparent criteria.

Frequently Asked Questions about scientific-brainstorming

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

FAQPage Schema
How do I run a structured scientific brainstorming session?▼

Define one focal question, have participants generate ideas independently and privately before any discussion, then share round-robin, cluster by an explicit relation, define criteria before scoring, and run adversarial review. The skill's SKILL.md provides a ten-step reproducible workflow.

How do I create a brainstorming session register in JSON?▼

Run python scripts/session_scaffold.py with --session-id, --title, --question, and repeated --participant flags, plus an --output path. It generates a deterministic JSON register with workflow stages, templates, and governance fields.

How do I score and compare research ideas transparently?▼

Define criteria and weights in a JSON config, record ratings in a CSV with optional low/high uncertainty columns, then run scripts/evaluate_matrix.py. It outputs normalized scores, intervals, one-at-a-time weight sensitivity, and leaves the decision field null.

Do the brainstorming scripts require Python packages or network access?▼

No. The bundled CLIs require only Python 3.11+ and the standard library. They make no network or LLM calls, need no credentials, and refuse symlinks and unbounded inputs for safety.

Can brainstorming validate a scientific hypothesis?▼

No. Brainstorming produces proposals, not findings. Hypothesis validation requires observations, suitable designs, and independent scrutiny; the skill routes empirical validation, ethics review, and clinical questions to appropriate experts or other skills.

What are the limitations of weighted idea scoring matrices?▼

The additive model allows compensation across criteria, so hard ethics or feasibility gates must stay outside the score. Sensitivity analysis is local and one-factor-at-a-time, and ratings remain judgments rather than empirical measurements.