data-storytelling

Narrative generation skill for transforming analytical insights into compelling business stories

509 stars

Best use case

data-storytelling is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Narrative generation skill for transforming analytical insights into compelling business stories

Teams using data-storytelling should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/data-storytelling/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/business/decision-intelligence/skills/data-storytelling/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/data-storytelling/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How data-storytelling Compares

Feature / Agentdata-storytellingStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Narrative generation skill for transforming analytical insights into compelling business stories

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Data Storytelling

## Overview

The Data Storytelling skill transforms analytical insights into compelling, actionable business narratives. It bridges the gap between complex analysis and executive decision-making by generating clear, contextual, and persuasive communications tailored to different audiences.

## Capabilities

- Insight prioritization and selection
- Narrative structure generation
- Chart annotation automation
- Key takeaway extraction
- Executive summary generation
- Recommendation framing
- Action item identification
- Audience-appropriate language adaptation

## Used By Processes

- Insight-to-Action Process
- Executive Dashboard Development
- Decision Documentation and Learning

## Usage

### Insight Input

```python
# Analytical insights to narrate
insights = {
    "context": {
        "analysis_type": "quarterly_performance",
        "period": "Q3 2024",
        "audience": "executive_leadership",
        "objective": "investment_decision"
    },
    "key_findings": [
        {
            "metric": "Revenue",
            "value": 12500000,
            "change": 0.15,
            "benchmark": "above_target",
            "significance": "high",
            "drivers": ["new_product_launch", "market_expansion"]
        },
        {
            "metric": "Customer Acquisition Cost",
            "value": 185,
            "change": 0.22,
            "benchmark": "above_target",
            "significance": "medium",
            "drivers": ["increased_competition", "channel_mix_shift"]
        }
    ],
    "supporting_data": {
        "visualizations": ["revenue_trend.png", "cac_breakdown.png"],
        "tables": ["segment_performance.csv"]
    }
}
```

### Narrative Configuration

```python
# Narrative structure configuration
narrative_config = {
    "structure": "situation_complication_resolution",
    "tone": "professional",
    "length": "executive_summary",  # or "detailed_report"
    "format": "markdown",
    "sections": [
        "headline",
        "key_takeaways",
        "context",
        "analysis",
        "recommendations",
        "next_steps"
    ],
    "emphasis": "actionable_recommendations"
}
```

### Audience Adaptation

```python
# Audience-specific settings
audience_profiles = {
    "executive_leadership": {
        "detail_level": "high_level",
        "jargon": "minimal",
        "focus": "strategic_implications",
        "format_preference": "bullet_points",
        "time_available": "2_minutes"
    },
    "technical_team": {
        "detail_level": "detailed",
        "jargon": "acceptable",
        "focus": "methodology_and_data",
        "format_preference": "full_narrative",
        "time_available": "15_minutes"
    },
    "board_of_directors": {
        "detail_level": "summary",
        "jargon": "none",
        "focus": "business_impact",
        "format_preference": "visual_heavy",
        "time_available": "5_minutes"
    }
}
```

## Narrative Structures

| Structure | Best For | Flow |
|-----------|----------|------|
| SCR (Situation-Complication-Resolution) | Problem-solving | Context -> Challenge -> Solution |
| Pyramid | Executive updates | Conclusion -> Supporting points -> Details |
| Before-After-Bridge | Change proposals | Current state -> Future state -> How to get there |
| STAR | Case studies | Situation -> Task -> Action -> Result |
| What-So What-Now What | Quick insights | Finding -> Implication -> Action |

## Input Schema

```json
{
  "insights": {
    "context": "object",
    "key_findings": ["object"],
    "supporting_data": "object"
  },
  "narrative_config": {
    "structure": "string",
    "tone": "string",
    "length": "string",
    "sections": ["string"]
  },
  "audience": {
    "profile": "string",
    "detail_level": "string",
    "time_available": "string"
  }
}
```

## Output Schema

```json
{
  "narrative": {
    "headline": "string",
    "executive_summary": "string",
    "sections": {
      "section_name": "string (markdown)"
    },
    "key_takeaways": ["string"],
    "recommendations": ["string"],
    "next_steps": [
      {
        "action": "string",
        "owner": "string",
        "timeline": "string"
      }
    ]
  },
  "annotations": {
    "visualization_id": "string annotation"
  },
  "metadata": {
    "word_count": "number",
    "reading_time": "string",
    "complexity_score": "number"
  }
}
```

## Best Practices

1. Lead with the most important insight (inverted pyramid)
2. Use specific numbers, not vague descriptors
3. Connect data to business outcomes
4. Include clear calls to action
5. Acknowledge limitations and uncertainties
6. Use active voice and strong verbs
7. Test narrative with representative audience member

## Annotation Guidelines

For chart annotations:
- Highlight the key insight, not just describe the data
- Use arrows and callouts sparingly
- Provide context (comparisons, benchmarks)
- Include "so what" implications

## Integration Points

- Receives insights from all analysis skills
- Connects with Decision Visualization for annotated charts
- Feeds into Decision Journal for documentation
- Supports Insight Translator agent for communication

Related Skills

structured-data

509
from a5c-ai/babysitter

JSON-LD schema markup and validation.

CVE/CWE Database Skill

509
from a5c-ai/babysitter

CVE and CWE database querying and management

test-data-generation

509
from a5c-ai/babysitter

Synthetic test data generation and management using Faker.js and similar tools. Generate realistic test data, create data factories, implement database seeding, and manage test data anonymization.

iOS Persistence (Core Data/Realm)

509
from a5c-ai/babysitter

Specialized skill for iOS local data persistence solutions

Room Database

509
from a5c-ai/babysitter

Expert skill for Android Room persistence library

metadata-standards-implementation

509
from a5c-ai/babysitter

Apply Dublin Core, METS, MODS, and other metadata schemas for digital collections and archival materials

health-data-integration

509
from a5c-ai/babysitter

Facilitate interoperability between health IT systems including EHR, HIE, and clinical decision support through HL7, FHIR, and other healthcare data standards

data-versioning-manager

509
from a5c-ai/babysitter

Skill for managing data versions and provenance

data-encoder

509
from a5c-ai/babysitter

Classical data encoding skill for quantum machine learning applications

root-data-analyzer

509
from a5c-ai/babysitter

ROOT/CERN data analysis skill for high-energy physics data processing, histogramming, and statistical analysis

bluesky-data-collection

509
from a5c-ai/babysitter

Bluesky experimental orchestration skill for scan automation, data collection, and metadata management

materials-database-querier

509
from a5c-ai/babysitter

Materials database query skill for accessing structure and property data from multiple repositories