adaptyv
How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user…
Run structured What-If scenario analysis with 4–6 branch possibility exploration (best, likely, worst, wild card, contrarian, second-order). Use when the user asks speculative what-if questions about uncertain futures, strategic forks, contingency planning, or stress-testing a
$ npx -y skills add k-dense-ai/claude-scientific-skills --skill what-if-oracle --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/what-if-oracleContext preview
The summary Claude sees to decide when to auto-load this skill.
Run structured What-If scenario analysis with 4–6 branch possibility exploration (best, likely, worst, wild card, contrarian, second-order). Use when the user asks speculative what-if questions about uncertain futures, strategic forks, contingency planning, or stress-testing a
name: what-if-oracle description: Run structured What-If scenario analysis with 4–6 branch possibility exploration (best, likely, worst, wild card, contrarian, second-order). Use when the user asks speculative what-if questions about uncertain futures, strategic forks, contingency planning, or stress-testing a decision before committing. license: CC BY-NC-SA 4.0 metadata: version: "1.1" skill-author: AHK Strategies (ashrafkahoush-ux) upstream: https://github.com/ashrafkahoush-ux/claude-consciousness-skills research-doi: 10.5281/zenodo.18736841, 10.5281/zenodo.18807387
A structured system for exploring uncertain futures through rigorous multi-branch scenario analysis. Instead of one prediction, the Oracle maps the full **possibility space** — branching timelines where each path has its own logic, probability, and consequences.
Based on the What-If Paradigm: the idea that speculative questions ("What if X?") are not idle daydreaming but a **fundamental computing operation** — the mind's way of simulating futures before committing resources to one.
Published research: [The What-If Paradigm (DOI: 10.5281/zenodo.18736841)](https://doi.org/10.5281/zenodo.18736841) | [IDNA v2 / Unified Digital Consciousness Theory (DOI: 10.5281/zenodo.18807387)](https://doi.org/10.5281/zenodo.18807387)
Use the Oracle when the user:
For domain-specific framing (startup, tech architecture, crisis response, etc.), see [references/scenario-templates.md](references/scenario-templates.md).
Every scenario analysis has three elements:
The quality of the analysis depends on the precision of the IF. A vague "what if things go wrong?" produces vague results. A precise "what if our primary supplier raises prices 30% in Q3?" produces actionable intelligence.
Take the user's What-If question and sharpen it:
**Decompose into components:**
**If the question is vague, sharpen it:**
Present the sharpened question to the user for confirmation before proceeding.
Generate **4-6 scenario branches** using this framework:
| Branch | Definition | Purpose | | ------------------ | ---------------------------------------------------------------------------- | -------------------------------------------------- | | **Ω Best Case** | Everything goes right. Key assumptions all validate. Lucky breaks occur. | Define the ceiling — what's the maximum upside? | | **α Likely Case** | Most probable path given current evidence. No major surprises. | Anchor expectations in reality | | **Δ Worst Case** | Key assumptions fail. Two things go wrong simultaneously. | Define the floor — what's the maximum downside? | | **Ψ Wild Card** | An unexpected variable enters that nobody is tracking. Black swan territory. | Stress-test for the unimaginable | | **Φ Contrarian** | The opposite of the consensus view turns out to be true. | Challenge groupthink and reveal hidden assumptions | | **∞ Second Order** | The first-order effects trigger cascading consequences nobody predicted. | Map the ripple effects |
For each scenario branch, provide:
╔══════════════════════════════════════════════╗ ║ BRANCH: [Ω/α/Δ/Ψ/Φ/∞] — [Branch Name] ║ ╠══════════════════════════════════════════════╣ ║ Probability: [X%] ║ ║ Timeframe: [When this could materialize] ║ ║ Confidence: [HIGH/MEDIUM/LOW] ║ ╠══════════════════════════════════════════════╣ ║ NARRATIVE: ║ ║ [2-3 sentences describing how this ║ ║ scenario unfolds step by step] ║ ║ ║ ║ KEY ASSUMPTIONS: ║ ║ • [What must be true for this to happen] ║ ║ • [And this] ║ ║ ║ ║ TRIGGER CONDITIONS: ║ ║ • [Early signal that this branch is ║ ║ becoming reality] ║ ║ • [Second signal] ║ ║ ║ ║ CONSEQUENCES: ║ ║ → Immediate: [What happens first] ║ ║ → 30 days: [What follows] ║ ║ → 6 months: [Where it leads] ║ ║ ║ ║ REQUIRED RESPONSE: ║ ║ [What action to take if this branch ║ ║ activates — specific, actionable] ║ ║
🔔 Claude Scientific Skills is now Scientific Agent Skills. Same skills, broader compatibility — now works with any AI agent that supports the open Agent Skills standard, not just Claude.
How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user…
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection,…
AlphaGenome API key, free for non-commercial use from deepmind.google.com/science/alphagenome. ALPHA_GENOME_API_KEY is accepted as an alternative spelling.
Plan, execute, and document validation, verification, and transfer of analytical procedures under the governing framework - ICH Q2(R2) and Q14, USP…
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data…
Autonomously improve a real artifact (code, training recipe, agent harness, data pipeline, prompt) against an objective and an evaluator, using Hypothesis Tree…