Science

Guides hypothesis-test-analyze cycles for systematic problem-solving across domains.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/Kaleb-Rupe/aurora --skill science-kaleb-rupe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Science
Source: https://github.com/Kaleb-Rupe/aurora/tree/main/claude/skills/Thinking/Science
Command: npx skills add https://github.com/Kaleb-Rupe/aurora --skill science-kaleb-rupe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Unstructured trial-and-error wastes time and produces unreliable conclusions. This Skill replaces random flailing with a disciplined scientific cycle — define goals, generate multiple hypotheses, design experiments, measure results, analyze honestly, and iterate — so problems get solved with evidence instead of guesswork. ## Core Features & Use Cases - Seven-Phase Cycle: Structured workflows for GOAL, OBSERVE, HYPOTHESIZE, EXPERIMENT, MEASURE, ANALYZE, and ITERATE, each with dedicated guidance and quality checklists. - Scale-Appropriate Workflows: Quick Diagnosis for 15-minute debugging, Structured Investigation for hours-to-days problems, and Full Cycle for research-grade, weeks-long efforts with pre-registration and statistical rigor. - Reusable Templates: Ready-made Goal, Hypothesis, Experiment, Results, and Iteration templates with falsification criteria and pre-committed success thresholds. - Use Case: When a login endpoint returns 500 errors, run Quick Diagnosis to state the goal, generate three ranked hypotheses, test the fastest one first, and confirm the root cause in minutes instead of flailing for half an hour. ## Quick Start Ask the assistant to run a quick scientific diagnosis on a bug you have been stuck on for more than fifteen minutes.

Frequently Asked Questions about Science

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

FAQPage Schema
How do I debug a problem systematically instead of guessing?

Use the Quick Diagnosis workflow: state a one-sentence goal, generate at least three hypotheses with falsification tests, rank them by test speed and likelihood, then test and iterate. It typically resolves issues in minutes that random attempts would take much longer on.

What is the scientific method workflow for AI-assisted problem solving?

The cycle runs GOAL, OBSERVE, HYPOTHESIZE, EXPERIMENT, MEASURE, ANALYZE, then ITERATE. Each phase has a dedicated workflow file with checklists, and the loop repeats until the goal is achieved or explicitly abandoned.

When should I use Quick Diagnosis versus the Full Cycle workflow?

Use Quick Diagnosis for problems solvable in under 15 minutes and Structured Investigation for hours-to-days efforts. Reserve Full Cycle for weeks-long, high-stakes work needing pre-registration, statistical analysis, and peer review.

How many hypotheses should I generate before testing?

Generate a minimum of three hypotheses, and five to ten for important problems. Single-hypothesis thinking causes confirmation bias and missed alternatives; always include a null hypothesis that nothing needs to change.

Can this approach be used for prompt engineering experiments?

Yes, prompt optimization maps directly onto the cycle: pre-commit eval criteria, generate prompt variants as hypotheses, and measure with structured evaluation. The documentation directs prompt experiments to a dedicated Evals skill for statistical rigor.

What are the limitations of structured hypothesis testing?

The overhead is not justified when the fix is obvious, the pattern is well-known, or creative generative work is needed. The workflows include explicit anti-triggers so formality is only applied when the scale of the problem earns it.