analyze

Clarify decision goals and outline an end-to-end data analysis plan.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/fernando-fernandez3/claude-code-resources --skill analyze-fernando-fernandez3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze
Source: https://github.com/fernando-fernandez3/claude-code-resources/tree/main/my-config/skills/analyze
Command: npx skills add https://github.com/fernando-fernandez3/claude-code-resources --skill analyze-fernando-fernandez3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams avoid spinning their wheels on analysis when goals are unclear by forcing end-state clarity before data work.

Core Features & Use Cases

  • End-state first approach: clarifies decision, audience, required format, and actions before data work.
  • Step-by-step workflow: data source identification, schema analysis, analysis plan, implementation, and results delivery.
  • Use Case: A product team wants to understand why a feature adoption is lagging and uses the skill to frame questions, plan data pulls, and present concise findings to executives.

Quick Start

Use the analyze skill to outline an end-to-end data analysis plan for the latest product feature adoption dataset.

Frequently Asked Questions about analyze

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

FAQPage Schema
How do I plan a data analysis workflow before writing any pandas code?

To plan a data analysis workflow, you should frame the end-state decision goals first. This approach clarifies your audience, required format, and necessary actions, producing a concrete analysis plan and code skeleton before implementation begins.

What is end-state driven data analysis and when do I need it?

End-state driven data analysis is a method that clarifies decision goals before sourcing data or writing code. You need it when your project goals are unclear, preventing wasted effort by defining the required schema, plan, and results artifacts upfront.

How do I create a step-by-step data analysis plan for decision making?

You create a step-by-step data analysis plan by following a six-step workflow: identify data sources, validate schemas, develop the plan, implement the analysis, and present results. This ensures all findings directly support the target decision.

Can I use this approach to analyze product feature adoption data?

Yes, you can use this approach to analyze product feature adoption data. It helps frame specific questions, plan data pulls, and develop a structured analysis plan to present concise findings regarding adoption lag to executives.

What is the best way to structure data findings for executive presentations?

The best way to structure data findings for executives is to use an end-state first approach. By clarifying the required format and decision actions before data work, you ensure results artifacts directly address the core business questions.

Why does my data analysis lack clear direction when goals are undefined?

Your data analysis lacks clear direction because end-state clarity is missing. Without defining the specific decision, audience, and required actions before sourcing data and validating schemas, teams spin their wheels on unfocused implementation.