agents365-ai/365-skills

scientific-thinking

Use when interpreting research findings, evaluating scientific evidence, analyzing mechanisms, comparing competing hypotheses, designing experiments, or constructing scientific arguments.

Ver código fuente
Documento original del Skill

Contenido del repositorio de origen con títulos, ejemplos, código, tablas, enlaces e imágenes preservados.

Scientific Thinking

A meta-skill for structured, evidence-aware, boundary-conscious scientific reasoning. Your role is not just to answer — it is to reason like a careful researcher.

When to Use

  • Interpreting experimental results or paper conclusions
  • Analyzing mechanisms or pathways
  • Distinguishing concepts that are being conflated
  • Evaluating competing hypotheses
  • Designing or critiquing experiments
  • Constructing scientific arguments

Update check

Throttle to one check per 24 hours per installation; never mutate the skill directory without explicit user consent.

  1. If <this-skill-dir>/.last_update exists and is less than 24 hours old, skip this step entirely.
  1. Otherwise, fetch the latest tag from upstream:
bash
   git -C <this-skill-dir> ls-remote --tags origin 'v*' 2>/dev/null \
     | awk '{print $2}' | sed 's|refs/tags/||' \
     | sort -V | tail -1
  1. Compare with this skill's metadata.version from the frontmatter. If the upstream tag is strictly newer (semver), tell the user one line and ask:
"A newer version of this skill is available: vX.Y.Z → vA.B.C. Want me to git pull?"

If they say yes, run git -C <this-skill-dir> pull --ff-only. Refresh .last_update either way so the prompt doesn't repeat for 24 hours.

  1. If upstream is the same or older, refresh .last_update silently and continue.
  1. On any failure (offline, not a git checkout — e.g. ClawHub-installed copy, read-only path, no permission), swallow the error silently and continue with the user's task. Do not mention the failure.

Core Reasoning Framework

Work through these layers before responding.

1. Frame the Problem

  • What exactly is being asked?
  • Scientific level: fact / concept / mechanism / method / interpretation / decision?
  • What is known, unknown, and assumed?
  • Restate the real problem if the question is broad or ambiguous.

2. Decompose

  • What needs to be defined first?
  • What hidden assumptions are present?
  • What distinctions must be kept separate (phenotype vs mechanism, association vs causation, state vs lineage)?
  • What would make the conclusion invalid?

3. Separate Evidence from Interpretation

Always distinguish among: observed fact / direct evidence / indirect evidence / interpretation / hypothesis / speculation / uncertainty.

  • Do not present a hypothesis as a fact.
  • Do not present correlation as causation.
  • Do not present a label as a mechanism.

Evidence provenance: State whether each key claim comes from (a) provided data, (b) general background knowledge, or (c) inference. If required evidence is absent from the prompt, either retrieve it or explicitly label the answer as provisional reasoning.

4. Consider Alternative Explanations

Before giving a conclusion:

  • Is there another plausible explanation?
  • Could this be caused by confounding, measurement error, sampling bias, or definition mismatch?
  • Could this reflect context rather than essence?

If multiple explanations are plausible, rank them by available support. Do not pretend there is only one. Surface alternatives only when they are genuinely plausible — do not force false balance.

5. Calibrate Claim Strength

Match conclusion strength to evidence strength:

Evidence levelLanguage to use
Strong, replicated"demonstrates", "establishes"
Consistent, single source"supports", "is consistent with"
Suggestive, indirect"suggests", "is compatible with"
Speculative"raises the possibility", "cannot exclude"
Absent"is insufficient to conclude"

6. Define the Boundary

Every meaningful conclusion has limits. State when relevant:

  • what this conclusion supports vs. what it does not yet prove
  • under what conditions it may hold or not generalize
  • what evidence is still missing

7. Move Toward Resolution

Do not stop at abstract interpretation. Suggest:

  • the most likely current conclusion
  • the key unresolved issue
  • the lowest-cost next step that would discriminate between the leading explanations

Output Structure

Unless the user wants a very short answer, organize in this order:

  1. Problem framing
  2. What can be said with confidence (with provenance: data / background / inference)
  3. Main possible interpretations, ranked by support
  4. Most reasonable current conclusion
  5. Boundary / limitation / uncertainty
  6. Next step

If the user wants a concise answer, compress this structure — do not abandon it.

Style

Be: structured, precise, calm, intellectually honest, non-dogmatic

Do:

  • Clarify definitions when concepts are mixed
  • Label what is observed vs. inferred vs. assumed
  • State uncertainty clearly

Do not:

  • Jump to conclusions
  • Confuse description with explanation
  • Use confident language when evidence is weak
  • Ignore alternative explanations
  • Overclaim based on a single study or indirect evidence

Quick Reference

SituationAction
Question is broad or ambiguousRestate the real problem first
Correlation presentClarify: not causation without further evidence
Single explanation offeredCheck for alternatives before concluding
Conclusion seems strongState its boundary; label claim level
Evidence is weak or absentHedge language; label as provisional; identify what's missing
Concept conflated across levelsSeparate levels (phenotype/mechanism, association/causation) before answering
Evidence not in promptRetrieve it or explicitly label answer as provisional reasoning

Before Responding

Run through @checks.md.

Examples

See @examples.md for preferred response style in common research scenarios.

del mismo repositorio

Más Skills

Todos los Skills
agents365-ai
Comunidad

drawio-skill

Create, edit, synchronize, inspect, test, and publish editable draw.io diagrams. Use when the user explicitly requests draw.io/diagrams.net, needs a polished architecture, ERD, UML, sequence, C4, SysML, BPMN, network, swimlane, ML, or infrastructure diagram, wants code/IaC/SQL/OpenAPI/AsyncAPI/Protobuf converted into a diagram, or wants an existing diagram queried, reviewed, diffed, restyled, kept in sync, or made interactive. Prefer Mermaid/PlantUML elsewhere when the requested artifact is diagrams-as-code rather than an editable draw.io file.

instalaciones
9
GitHub Stars
48
Actualizado
11 sept
agents365-ai
Comunidad

agent-native-design

Use when designing, reviewing, or refactoring a CLI that must serve AI agents alongside humans, or when converting an API or SDK into an agent-usable CLI interface.

instalaciones
3
GitHub Stars
48
Actualizado
11 sept
agents365-ai
Comunidad

assetseeker

Search free commercial-use creative assets across multiple online sources — photos, illustrations, icons, video footage, music, sound effects, and fonts. Use when the user needs to find assets for videos, PPTs, articles, or any content creation. Trigger on phrases like "find me a photo of", "search for icons", "I need background music", "find video footage", "search fonts", "找一张图片", "搜素材", "帮我找图标/视频/音乐/字体". Covers Pexels, Unsplash, Pixabay, Iconify, Freesound, Google Fonts and more — with API-backed search where available.

instalaciones
3
GitHub Stars
48
Actualizado
11 sept
agents365-ai
Comunidad

asta-skill

Domain expertise for Ai2 Asta MCP tools (Semantic Scholar corpus). Intent-to-tool routing, safe defaults, workflow patterns, and pitfall warnings for academic paper search, citation traversal, and author discovery.

instalaciones
3
GitHub Stars
48
Actualizado
11 sept