k-dense-ai/scientific-brainstorming
Facilitates evidence-aware scientific ideation with independent generation, structured discussion, explicit assumptions, transparent evaluation, adversarial review, and decision logs. Use for early-stage research brainstorming or prioritizing candidate directions; hand off empirical validation, study design, ethics or regulatory review, and clinical questions to appropriate experts or skills.
npx skills add https://github.com/K-Dense-AI/scientific-agent-skills --skill scientific-brainstorming
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:
designs, analyses, and independent scrutiny; brainstorming cannot validate a
hypothesis.
the relevant authorized reviewers. A brainstorm is never approval.
context. Do not turn research ideas into diagnosis or treatment guidance.
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.
evidence, or decision**. Never blur these categories.
AI-generated ideas. Face-to-face turn-taking can block production, and
examples can anchor later output.
Consensus is not truth and vote counts are not effect sizes.
unpublished information.
reasons, ranges, and disagreement visible.
then deliberately reopen ideation. This reduces early anchoring without
mistaking an incomplete search for a research gap.
qualitative judgment, uncertainty, feasibility, and ethics gates remain
controlling.
Write one focal question and record:
pathogens, controlled technologies, or environmental release could be
implicated.
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);disconfirming evidence;
for AI assistance.
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:
could dominate?
attractive technology driving preference?
enable misuse?
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:
relevant biological variables, and resource authentication. When NIH policy
applies, sex as a biological variable should be considered from the research
question through design, analysis, and reporting; justify a single-sex scope
with relevant evidence.
clinical, environmental, and other regulated work to the relevant office.
potential early. Current U.S. oversight is evolving; consult the institution
and current agency policy rather than relying on a static checklist.
information to an external AI service.
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:
results;
revisit trigger.
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.
independent round; reopen generation after evidence review.
independent ratings, and visible dissent.
review, and document rejected options. Treat “groupthink” as a family of
risks, not a single universally established diagnosis.
possible; critique ideas, not contributors.
transition and predeclared criteria.
analysis, and narrative review.
evidence located,” not “never studied.”
independent verification, multiple non-AI perspectives, and comparison for
suspiciously repeated frames. See 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, andasynchronous 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 guidanceconsulted for this version.
Take k-dense-ai/scientific-brainstorming from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.