数据分析与咨询
#data
dashboards-to-decisions
Convert dashboard requests into decision specifications. The missing layer between "build me a dashboard" and "help me decide." Use when receiving dashboard requests, reviewing analytics backlogs, prioritizing data team work, or when someone asks "what dashboard do you need?" Apply this BEFORE building anything.
DeepseekModel
官方收录技能
质量 良好 · 48
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=hollandkevint-data-product-operator-skills-dashboards-to-decisions-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name dashboards-to-decisions version 0.1.0 description Convert dashboard requests into decision specifications. The missing layer between "build me a dashboard" and "help me decide." Use when receiving dashboard requests, reviewing analytics backlogs, prioritizing data team work, or when someone asks "what dashboard do you need?" Apply this BEFORE building anything. user-invocable false The Reframe When someone asks "I need a dashboard," the first question is: "What decision will this inform?" If they can't answer, the dashboard shouldn't exist yet. Not "never build it." Just "not yet." Get the decision clear first. The Process Step 1: Surface the Decision Ask: "What decision will this dashboard help you make? Be specific — not 'understand performance' but 'decide whether to expand into the Southeast region this quarter.'" If the requester struggles, use these prompts: "What would you DO differently after seeing this dashboard?" "If the number is high, what changes? If it's low, what changes?" "Who makes this decision, and when?" If no decision emerges: the request is a monitoring need, not a decision need. Route to Layer 1 (dashboard craft) and move on. Step 2: Map the Decision Architecture Element Question Example Decision What specifically is being decided? "Expand to Southeast: yes/no" Decision-maker Who has authority? "VP of Operations, with CFO sign-off" Timeline When does this decision get made? "Q3 planning, due July 15" Metrics needed What data informs this? "Market size, current penetration, operational capacity, P&L impact" Threshold What number triggers action? "If projected ROI > 15% AND capacity utilization < 80%" Context What else does the decision-maker need to know? "Previous expansion to Midwest failed at 12% ROI" Failure mode What would make the wrong decision? "Misleading market size data (happened with Midwest)" Step 3: Design the Decision Spec (Not the Dashboard) Write a decision specification that captures: The question (in plain language, not metric language) The answer format (yes/no, rank order, threshold comparison) The data required (specific metrics with definitions and sources) The context required (what the decision-maker needs to know before looking at data) The intent (when metrics conflict, which wins?) The failure mode (what would lead to a wrong decision?) Step 4: THEN Design the Dashboard Only after Steps 1-3 are clear, design the visualization. Now you know: What metrics to show (from the data requirement) How to organize them (around the decision, not the data model) What context to include (the "how to use this" layer) What thresholds to highlight (the intent layer) The Four Layers Applied Layer What This Skill Adds Layer 1: Dashboard Craft The dashboard itself (this is where most teams stop) Layer 2: Decision Context The "what you need to know before looking at the data" document Layer 3: Decision Intent The thresholds and metric priorities that encode business judgment Layer 4: Decision Infrastructure The full spec that lets the decision-maker self-serve Cross-reference stakeholder-alignment for translating between data teams and business stakeholders. The Monday Morning Test Ask your team: "Name 3 decisions that changed because of something we shipped last quarter." If they can't, you're stuck at Layer 1. This skill moves you to Layer 2+. Output # Decision Specification: [Decision Name] Date: [date] Requester: [who asked for this] ## The Decision [Plain language question] ## Decision-Maker & Timeline [Who decides, by when] ## Metrics Required | Metric | Definition | Source | Current Value | |--------|-----------|--------|---------------| | [metric] | [precise definition] | [data source] | [if known] | ## Decision Threshold [What number triggers which action] ## Context [What the decision-maker needs to know before looking at data] ## Intent (When Metrics Conflict) [Which metric wins and why] ## Failure Modes [What would lead to a wrong decision] ## Dashboard Recommendation [Now we can spec the visualization — layout, key charts, highlights] From the Decision Engineering framework. Generic decision tools: decision-architecture . Part of the Data Product Operator plugin.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |