跳到主要内容
知仓学习社ZHICANG

data-storytelling

Narrative generation skill for transforming analytical insights into compelling business stories

不碰外部(只输出文字)无严重或高危命中a5c-ai/babysitter

它会碰到什么

扫了多少1 个文本文件,6 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

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

# 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

# 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

# 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

{
  "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

{
  "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

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 1,796
本站分层T1
该仓技能数2115
原文件路径library/specializations/domains/business/decision-intelligence/skills/data-storytelling/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 2115 个技能