Insight Synthesis
Turns a pile of statistics into the 3 to 5 insights worth acting on, each scored by impact, confidence, and how actionable it actually is.
Overview
Insight Synthesis steps in when an analysis has produced many statistics but no clear "so what," or when stakeholders keep asking what the findings mean rather than what was found.
What it covers
- Lists every statistically meaningful finding as a plain factual statement, without interpreting yet.
- Applies "so what, why, now what" to each finding to turn a fact into a real insight.
- Quantifies the business impact of every insight, since an insight without a number is just an observation.
- Scores each insight on impact, confidence, and actionability, and deprioritizes anything high-impact but low-confidence until it's validated.
- Groups related insights, resolves contradictions, and produces a brief with the top 3 to 5 insights in priority order.
Part of Data Analytics Skills
This is one of 31 skills in the Data Analytics Skills library, in the Data Storytelling & Visualization 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/04-data-storytelling-visualization/insight-synthesis ~/.claude/skills/(or~/.agents/skills/for Codex) - Ask your agent something like "turn these findings into the 3 insights worth acting on" 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.