Analysis Planning
Breaks a business question into sequenced, time-estimated sub-questions before any data gets pulled.
Overview
Analysis Planning runs right after requirements are gathered and before any data gets touched, especially useful when an analysis has multiple steps, uncertain data availability, or a tight deadline where sequencing matters.
What it covers
- Decomposes the business question into sub-questions, each answerable with a single data pull or calculation.
- Identifies data dependencies for each sub-question and flags blockers early (confirmed, likely, or unknown availability).
- Sequences the work so each output feeds the next, and identifies which steps can run in parallel.
- Estimates effort per step and compares the total against the deadline.
- Logs risks and dependencies, then produces a sequenced plan with time estimates, plus an optional kickoff doc for stakeholder alignment.
Part of Data Analytics Skills
This is one of 31 skills in the Data Analytics Skills library, in the Workflow Optimization group.
Installation
- Clone the repo once:
git clone https://github.com/nimrodfisher/data-analytics-skills.git - Copy just this skill:
cp -r data-analytics-skills/06-workflow-optimization/analysis-planning ~/.claude/skills/(or~/.agents/skills/for Codex) - Ask your agent something like "plan out this analysis before I start pulling data" and it activates on its own.
See the Data Analytics Skills entry for the full library.
Related assets
Frontend Design
Generates distinctive, production-grade UI that avoids generic "AI slop," with bold typography, cohesive color, and precise motion, implemented as real code.
Graphify
Turns a codebase, plus its docs, PDFs, images, and video, into a queryable knowledge graph that a coding agent can traverse instead of grepping raw files, and never guesses silently: every edge is tagged EXTRACTED, INFERRED, or AMBIGUOUS so you know what was found versus inferred.
Caveman
Makes your coding agent answer in a stripped down, high signal style that keeps every technical fact and cuts filler, saving output tokens on chat style questions.