Claude-skill-registry delivery.dashboard_brief

Align analysts and designers on the goals, requirements, and storytelling approach for a new or updated dashboard.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/dashboard-brief-edwardmonteiro-aiskillinpractice" ~/.claude/skills/majiayu000-claude-skill-registry-delivery-dashboard-brief && rm -rf "$T"
manifest: skills/data/dashboard-brief-edwardmonteiro-aiskillinpractice/SKILL.md
source content

Purpose

Ensure analytics and design have a shared blueprint before building dashboards, reducing iteration and aligning on data storytelling.

Pre-run Checklist

  • ✅ Gather stakeholder requirements and success metrics.
  • ✅ Review existing dashboards or reports serving similar needs.
  • ✅ Confirm data availability and latency expectations.

Invocation Guidance

codex run --skill delivery.dashboard_brief \
  --vars "audience={{audience}}" \
         "decisions={{decisions}}" \
         "data_sources={{data_sources}}" \
         "design_language={{design_language}}"

Recommended Input Attachments

  • Sample dashboards or inspiration references.
  • Data dictionary or metric catalog extracts.
  • UX research on stakeholder workflows.

Claude Workflow Outline

  1. Summarize audience, decisions, and context.
  2. Define dashboard objectives, success metrics, and narrative flow.
  3. Detail data sources, transformations, and quality considerations.
  4. Recommend visualization choices mapped to user questions.
  5. Outline collaboration plan, milestones, and review cadence.

Output Template

## Dashboard Brief
### Audience & Decisions
- Audience:
- Key Decisions:

### Narrative Flow
1. Context
2. Explore
3. Act

### Data Requirements
| Source | Metric | Transformation | Quality Checks | Owner |
| --- | --- | --- | --- | --- |

### Visualization Outline
| Section | Visual Type | Purpose | Notes |
| --- | --- | --- | --- |

### Collaboration Plan
- Milestones:
- Feedback Rituals:
- Open Questions:

Follow-up Actions

  • Create build tasks for analytics engineering and design.
  • Validate data quality before stakeholder preview.
  • Schedule enablement session to walk through the dashboard story.