analysis-framing

Scan .insight directories to produce a Data Map for framing decisions.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/etoyama/insight-blueprint --skill analysis-framing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analysis-framing
Source: https://github.com/etoyama/insight-blueprint/tree/main/skills/analysis-framing
Command: npx skills add https://github.com/etoyama/insight-blueprint --skill analysis-framing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Explores the .insight/ directory to discover available data, existing analyses, and domain knowledge, helping the user frame a well-grounded hypothesis direction. Does NOT create hypotheses --- that is /analysis-design's responsibility.

Core Features & Use Cases

  • Explore available data sources and related metadata in the .insight/catalog/.
  • Surface existing designs, journals, and domain knowledge to inform framing decisions.
  • Identify gaps and potential next steps to refine the analysis direction.

Quick Start

Provide a theme and let analysis-framing explore the project data to propose framing directions.

Frequently Asked Questions about analysis-framing

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

FAQPage Schema
How do I frame a hypothesis by exploring available project data?

To frame a hypothesis, you explore available data and analyses within the project to surface relevant findings and knowledge. This process scans metadata and directories to produce a Data Map for framing decisions.

What is the best way to discover existing analyses and domain knowledge for data exploration?

The best way to discover existing analyses is scanning the .insight directory, which surfaces existing designs, catalogs, and domain knowledge. This helps identify gaps and potential next steps to refine your analysis direction.

Can I use YAML frontmatter to inform analysis framing decisions?

Yes, you can use YAML frontmatter to inform analysis framing. The system reads YAML frontmatter and metadata from files to produce a Data Map that guides your framing direction without executing workflows.

How do I identify gaps in my data catalog to refine an analysis direction?

You identify gaps in your data catalog by exploring available data sources and related metadata. This surfaces existing designs and domain knowledge, highlighting potential next steps to refine your analysis direction.

Does analysis framing create new hypotheses for my project?

Analysis framing does not create new hypotheses. It explores the .insight directory to discover available data, existing analyses, and domain knowledge to help you frame a well-grounded hypothesis direction.

When should I not use data exploration for hypothesis framing?

You should not use this data exploration approach when you need to execute workflows or generate actual hypotheses. It strictly reads metadata to produce a Data Map, leaving hypothesis creation to separate design processes.