skills/scientific-brainstorming/SKILL.md
Use this skill to create, organize, challenge, and transparently prioritize
candidate research directions. Treat every output as a proposal, not a
finding. Creativity methods can alter participation and idea yield, but no
method universally improves originality, usefulness, or scientific validity.
The evidence base and its limits are summarized in
references/sources.md.
Keep these activities separate:
For an observation-led testable hypothesis, hand off to
hypothesis-generation. For study architecture, use experimental-design;
for sample size, statistical-power; for existing evidence,
literature-review; and for analysis, statistical-analysis.
Write one focal question and record:
If the request seeks patient-specific care, evasion of oversight, harmful optimization, or operationally enabling dual-use details, stop ideation and route to the appropriate professional or institutional process.
Invite relevant methodological, domain, implementation, statistical, safety, ethics, stakeholder, and lived-experience perspectives. Diversity is not a guarantee of creativity: explain whose perspective is represented, missing, or structurally disadvantaged. Use accessible participation modes and pseudonymous participant IDs where appropriate.
The facilitator should disclose conflicts, avoid offering a preferred answer first, prevent senior members from dominating, and ask leaders to contribute after the independent round.
Give everyone the same neutral prompt, constraints, and fixed time window. Participants write ideas privately and in parallel before discussion. For each idea, capture:
independent, discussion, or post-check);human, AI-assisted, literature-inspired, mixed, or other);Do not show example solutions before this round unless examples are necessary; if they are, record them as potential anchors.
Use round-robin or pooled silent sharing. Clarify wording without advocacy. Permit a private or anonymous channel. Ask each participant what is missing, what contradicts the dominant framing, and which idea became less obvious after hearing the group.
Group ideas by an explicit relation such as shared outcome, mechanism,
population, scale, or method. Keep original IDs and text. Record merges and
splits. Similar wording is not proof of semantic equivalence; retain distinct
ideas when their assumptions, intervention, population, or predictions differ.
See references/facilitation_workflows.md.
Before rating, define each criterion, direction, scale anchors, evidence needed, conflicts, and explicit weights. Common dimensions include:
Use ranges or confidence labels where assessors are uncertain. Do not hide
vetoes inside an averaged score. See references/idea_evaluation.md.
Assign a reviewer who did not originate each shortlisted idea. Ask:
Record the response, mitigation, residual uncertainty, and whether the idea was revised—not just pass/fail.
Search authoritative databases, primary studies, methods guidance, negative
results, and adjacent fields. Verify every citation at its source. For each
idea, record query/date, sources screened, evidence for and against, and search
limits. Use statuses such as not-checked, search-incomplete,
support-located, challenge-located, or mixed.
Absence from a bounded search does not establish novelty, and supportive literature does not validate a new mechanism. Reopen one short independent generation round after the evidence check.
Before advancing an idea, identify the appropriate domain review:
An ethics or feasibility concern may require redesign, controlled handling, or stopping. A high creativity score never overrides a gate.
The accountable human decision owner records:
Label the next action correctly: further search, consultation, simulation, pilot design, protocol development, preregistration, or no action. If a confirmatory study is planned, preregister hypotheses and analysis decisions before outcomes are known; report later deviations and exploratory work transparently. Preregistration improves transparency but is not peer review, ethical approval, or proof of validity.
references/responsible_ai.md.The scripts are deterministic, standard-library utilities. They do not call a network service, LLM, or scientific database and do not make scientific conclusions.
python scripts/session_scaffold.py --help
python scripts/validate_register.py --help
python scripts/evaluate_matrix.py --help
Create a session register:
python scripts/session_scaffold.py \
--session-id "microbiome-01" \
--title "Microbiome mechanism ideation" \
--question "Which mechanisms could explain the scoped observation?" \
--participant P01 --participant P02 \
--output session.json
Validate structure and provenance:
python scripts/validate_register.py session.json --output validation.json
Calculate a fully disclosed weighted matrix from CSV, including score intervals and one-at-a-time weight sensitivity:
python scripts/evaluate_matrix.py scores.csv \
--config criteria.json \
--weight-delta 0.10 \
--output matrix.json
Outputs refuse symlinks and existing files unless --force is explicit; inputs
and collection sizes are bounded. The validator checks structure, not truth.
The matrix preserves qualitative review and uncertainty and leaves
decision null. Input formats and interpretation are documented in
references/idea_evaluation.md.
references/brainstorming_methods.md — evidence-calibrated method selection,
nominal groups, Delphi, structured elicitation, and creative prompts.references/facilitation_workflows.md — ready-to-run individual, group, and
asynchronous session protocols plus provenance templates.references/idea_evaluation.md — criteria, scoring formula, uncertainty,
sensitivity analysis, gates, and decision logs.references/responsible_ai.md — accountable AI assistance, confidentiality,
hallucination, homogenization, disclosure, dual-use, and integrity.references/sources.md — dated primary studies and official guidance
consulted for this version.