ApertureOscillation
3-pass scope oscillation that holds a question constant while shifting zoom — narrow/tactical, wide/strategic, then synthesis — to surface design tensions,…
The scientific method as a universal problem-solving algorithm — goal-first, plural falsifiable hypotheses, designed experiments, and honest measurement, scaling from TDD to feature validation to MVP launch. USE WHEN think about, figure out, experiment, iterate, optimize,
$ npx -y skills add danielmiessler/personal_ai_infrastructure --skill Science --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ScienceContext preview
The summary Claude sees to decide when to auto-load this skill.
The scientific method as a universal problem-solving algorithm — goal-first, plural falsifiable hypotheses, designed experiments, and honest measurement, scaling from TDD to feature validation to MVP launch. USE WHEN think about, figure out, experiment, iterate, optimize,
name: Science version: 1.1.18 description: "The scientific method as a universal problem-solving algorithm — goal-first, plural falsifiable hypotheses, designed experiments, and honest measurement, scaling from TDD to feature validation to MVP launch. USE WHEN think about, figure out, experiment, iterate, optimize, hypothesis, science, full cycle, quick diagnosis, structured investigation, how do we test, analyze results. NOT FOR multi-angle lens passes (use IterativeDepth)."
**Before executing, check for user customizations at:** `~/.claude/LIFEOS/USER/CUSTOMIZATIONS/SKILLS/Science/`
If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults.
**You MUST send this notification BEFORE doing anything else when this skill is invoked.**
1. **Send voice notification**:
curl -s -X POST http://localhost:31337/notify \
-H "Content-Type: application/json" \
-d '{"message": "Running the WORKFLOWNAME workflow in the Science skill to ACTION"}' \
> /dev/null 2>&1 &2. **Output text notification**:
Running the **WorkflowName** workflow in the **Science** skill to ACTION...
**This is not optional. Execute this curl command immediately upon skill invocation.**
Applies the scientific method as a general problem-solving algorithm: define the goal first, generate multiple hypotheses, design experiments that can fail, measure honestly, analyze against the goal, iterate. Seven core workflows plus two diagnostic shortcuts (quick 15-minute debugging and structured multi-factor investigation). It scales from micro (TDD) to meso (feature validation) to macro (MVP launch).
Most problem-solving is guessing dressed up as work. You pick the first idea that comes to mind, change something, and call it done when it "seems better" — which is confirmation bias, not progress. Without a clear definition of success you can't tell whether a change helped, so you keep tweaking forever or stop too early. Single-hypothesis thinking means you only ever test the idea you already believed. This skill forces the discipline that fixes all of that: a stated goal, at least three competing hypotheses, falsifiable tests, and measurement that compares to the goal rather than to your hopes.
The whole thing is one repeating cycle, and the goal anchors it — without clear success criteria you cannot judge results:
GOAL -----> What does success look like? | OBSERVE --> What is the current state? | HYPOTHESIZE -> What might work? (Generate MULTIPLE) | EXPERIMENT -> Design and run the test | MEASURE --> What happened? (Data collection) | ANALYZE --> How does it compare to the goal? | ITERATE --> Adjust hypothesis and repeat | +------> Back to HYPOTHESIZE
The answer emerges from the cycle, not from guessing.
---
**Output when executing:** `Running the **WorkflowName** workflow in the **Science** skill to ACTION...`
| Workflow | Trigger | File | |----------|---------|------| | **DefineGoal** | "define the goal", "what are we trying to achieve" | `Workflows/DefineGoal.md` | | **GenerateHypotheses** | "what might work", "ideas", "hypotheses" | `Workflows/GenerateHypotheses.md` | | **DesignExperiment** | "how do we test", "experiment design" | `Workflows/DesignExperiment.md` | | **MeasureResults** | "what happened", "measure", "results" | `Workflows/MeasureResults.md` | | **AnalyzeResults** | "analyze", "compare to goal" | `Workflows/AnalyzeResults.md` | | **Iterate** | "iterate", "try again", "next cycle" | `Workflows/Iterate.md` | | **FullCycle** | Full structured cycle | `Workflows/FullCycle.md` |
| Workflow | Trigger | File | |----------|---------|------| | **QuickDiagnosis** | Quick debugging (15-min rule) | `Workflows/QuickDiagnosis.md` | | **StructuredInvestigation** | Complex investigation | `Workflows/StructuredInvestigation.md` |
---
| Resource | Description | |----------|-------------| | `Methodology.md` | Deep dive into each phase | | `Protocol.md` | How skills implement Science | | `Templates.md` | Goal, Hypothesis, Experiment, Results templates | | `Examples.md` | Worked examples across scales |
---
| Domain | Manifestation | Related Skill | |--------|---------------|---------------| | **Coding** | TDD (Red-Green-Refactor) | Development | | **Products** | MVP -> Measure -> Iterate | Development | | **Research** | Question -> Study -> Analyze | Research | | **Prompts** | Prompt -> Eval -> Iterate | Evals | | **Decisions** | Options -> Council -> Choose | Council |
---
| Level | Cycle Time | Example | |-------|-----------|---------| | **Micro** | Minutes | TDD: test, code, refactor | | **Meso** | Hours-Days | Feature: spec, implement, validate | | **Macro** | Weeks-Months | Product: MVP, launch, measure PMF |
---
| Phase | Skills to Invoke | |-------|-----------------| | **Goal** | Council for validation | | **Observe** | Research for context | | **Hypothesize** | Council for ideas, RedTeam for stress-test | | **Experiment** | Development (Worktrees) for parallel tests | | **Measure** | Evals for structured measurement | | **Analyze** | Council for multi-perspective analysis |
---
| Bad | Good | |-----|------| | "Make it better" | "Reduce load time from 3s to 1s" | | "I think X will work" | "Here are 3 approaches: X, Y, Z" | | "Prove I'm right" | "Design test that could disprove" | | "Pretend failure didn't happen" | "What did we learn?" | | "Keep experimenting forever" | "Ship and learn from production" |
---
⛰️ The Life Operating System — an intent engineering platform that moves you from your current state to your ideal state, in life and work.
Repo: danielmiessler/personal_ai_infrastructure
3-pass scope oscillation that holds a question constant while shifting zoom — narrow/tactical, wide/strategic, then synthesis — to surface design tensions,…
Curated aphorism collection with CRUD — content-based matching, themed search, thinker research, DB maintenance. Quotes organized by author/theme/context/usage…
Scrapes social platforms, business data, and e-commerce via Apify actors — Instagram, LinkedIn, TikTok, YouTube, Facebook, Google Maps, Amazon, and web crawls…
Search and retrieve arXiv academic papers by topic, category, or paper ID — with AlphaXiv-enriched AI-generated overviews. Uses arXiv Atom API across…
Static visual content across 20+ formats — diagrams, mermaid, infographics, D3 dashboards, comics, icons, wallpaper — via Nano Banana Pro (default), Nano…
AI audio editing pipeline: Whisper word-level transcription → Claude segment classification (KEEP/CUT_FILLER/CUT_FALSE_START/CUT_STUTTER/CUT_DEAD_AIR) → ffmpeg…