Analysis Planner

Forces hypothesis-first analysis planning before you touch a query

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 7c0ec30

Ran a real WAU-drop scenario baseline-vs-skill: unguided output jumped straight to pulling data, the skill output produced 5 prioritized, falsifiable hypotheses with per-hypothesis chart specs and an exec-ready structure -- a genuinely different (better) deliverable, not just more words.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What Analysis Planner does

Structures a data-analysis investigation before any querying starts: defines the decision question, sets success criteria, generates 3-5 prioritized testable hypotheses, and lays out a chart-by-chart (no-SQL) analysis approach per hypothesis. Triggers when a user needs to investigate a KPI change, plan a feature/experiment analysis, or respond to a stakeholder question and previous ad hoc analyses have been unfocused.

How to install Analysis Planner

git clone https://github.com/florianbonnet14/ThePowerOfAnalytics_ClaudeSkills
cd ThePowerOfAnalytics_ClaudeSkills
mkdir -p ~/.claude/skills
cp -r analysis-planner ~/.claude/skills/analysis-planner

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Analysis Planner

  • /analysis-planner Forces hypothesis-first analysis planning before you touch a query

It also activates on plain-language prompts like these:

  • WAU dropped 12%, help me plan the investigation before I query anything
  • What hypotheses should I test before diving into this KPI drop?
  • Set success criteria and a chart plan before I touch the database

Frequently asked questions

Is the Analysis Planner skill free?
Yes. The skill itself is free from florianbonnet14/ThePowerOfAnalytics_ClaudeSkills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Analysis Planner work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Ran a real WAU-drop scenario baseline-vs-skill: unguided output jumped straight to pulling data, the skill output produced 5 prioritized, falsifiable hypotheses with per-hypothesis chart specs and an exec-ready structure -- a genuinely different (better) deliverable, not just more words.
What is the Analysis Planner SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install Analysis Planner?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Analysis Planner with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.