metrics-dashboard
Design a product metrics dashboard — North Star + input metrics + guardrails — that the team actually uses to make decisions. Distinct from north-star-metric (defines THE one number) by focusing on the full dashboard architecture: layers, owners, cadence, visualization, and the discipline that prevents 30-chart dashboards.
What this skill does
# Metrics Dashboard A dashboard architecture skill: which metrics go where, at which cadence, for which audience, with which visualization. Focused on producing the ONE artifact a team uses to make decisions — not the 30-chart dashboard nobody opens. ## When to use this skill - **New product / feature launch** — what to instrument and watch - **Existing dashboard audit** — what to cut, add, refactor - **Team-level OKR tracking** — operational dashboard for the team - **Exec readouts** — board / monthly business review dashboard - **Cross-functional alignment** — what does "success" look like? ## The 4 dashboard layers 1. **North Star** — 1 metric that summarizes value delivered 2. **Input metrics** (3-5) — the drivers of NS 3. **Guardrails** (3-5) — what we DON'T want to sacrifice (counter-metrics) 4. **Operational metrics** (4-8 per team) — what we actually act on weekly A dashboard ≠ all metrics. A dashboard = these 11-22 metrics presented for fast decision-making. ## Workflow ### Step 1 — Confirm the North Star Already defined? Use it. Not defined? See `project-management/execution/north-star-metric`. A good NS: - Behavioral or business - Moves week-over-week - Hard to game without delivering real value - One number ### Step 2 — Decompose to input metrics For each NS, identify 3-5 inputs whose combined movement drives it. Example for NS "Weekly Active Companies × Messages Sent per Company": - Acquisition rate - Activation rate (% reaching 50 messages in 14 days) - Retention rate (W4 cohort) - Expansion (adds users / channels) ### Step 3 — Identify guardrails What could move the NS up while damaging the underlying value? Example guardrails: - Spam rate (if NS = messages, more messages can include spam) - User-reported complaints - Power-user churn (vs total churn) - Support ticket volume - Latency / error rate ### Step 4 — Identify operational metrics per team The 4-8 metrics each team needs to act weekly: - Growth team: funnel conversion, channel CAC, signup quality - Retention team: cohort retention, save-room saves - Platform team: SLO posture, on-call health, deploy freq - Trust & safety: spam reports, removed accounts, false-positive rate ### Step 5 — Define visualization + cadence per metric Each metric needs: - **Visualization:** line chart / funnel / cohort heatmap / bar - **Comparison:** vs prior period / vs target / vs cohort baseline - **Refresh cadence:** real-time / hourly / daily / weekly / monthly - **Owner:** named team ### Step 6 — Run `dashboard_designer.py` Audit: too many top-level metrics, no guardrails, vanity metrics, missing owners, missing comparisons. ```bash python3 project-management/discovery/metrics-dashboard/scripts/dashboard_designer.py \ --input dashboard_spec.json --format markdown ``` ### Step 7 — Sunset stale metrics Quarterly: kill metrics no team looked at. Dashboards rot; pruning is healthy. ## Decision frameworks ### Top-level metric count | Audience | Max top-level | Why | |----------|---------------|-----| | Board / exec | 5-8 | Limited attention; high signal/noise | | Functional team | 4-8 | Actionable; weekly review | | All-hands | 3-5 | Communicable; team rallies | | Individual contributor | 1-3 | Their direct impact | ### Visualization fit | Question | Best visualization | |----------|---------------------| | Is it changing over time? | Line chart | | How much vs target? | Gauge / bullet | | Drop-off at each step? | Funnel | | Retention over time? | Cohort heatmap | | Distribution? | Histogram | | Composition? | Stacked area / pie (rare) | | Comparison across groups? | Grouped bar | | Relationship? | Scatter | Avoid pie charts beyond 3 slices. Avoid 3D charts always. ### Vanity vs actionable test For each candidate metric: "If this moved up 10% next week, what would we do?" - Have answer → actionable; keep - No answer → vanity; cut ### Comparison discipline Every chart needs a comparison anchor: - vs prior period (week / month / quarter) - vs target - vs cohort baseline - vs competitor benchmark (rare; usually unreliable) A chart with no comparison is a number floating in space. ## Common engagements ### "Build us a dashboard for the new product line" 1. Confirm North Star. 2. Decompose to 3-5 inputs. 3. Identify 3-5 guardrails. 4. Per team: 4-8 operational metrics. 5. Spec viz + cadence + owner per metric. 6. Pilot for 4 weeks; cut what nobody opens. ### "Audit our existing dashboard" 1. List every metric currently shown. 2. Tag each: NS / input / guardrail / operational / vanity. 3. Cut all vanity. 4. Cut operational that no team looks at. 5. Add missing guardrails. 6. Limit each audience to its max. ### "Help us track an OKR" 1. Map OKR to metric: KR → metric. 2. KR should be the metric. 3. Inputs = what moves the KR. 4. Guardrails = what we won't sacrifice. ## Anti-patterns to avoid - **30+ metrics on one screen.** Decision-making dies. - **No guardrails.** NS optimization without counter-balance. - **All metrics for all audiences.** Exec doesn't need eng team metrics. - **No comparisons.** Numbers without context. - **Real-time everything.** Most metrics don't need it (and it's expensive). - **No owner per metric.** Orphan metrics rot. - **Vanity metrics (page views, signups alone).** Not action-driving. - **No cadence on review.** Dashboard exists; team doesn't use it. ## References - `references/dashboard-architecture.md` — layers, cadence, visualization patterns - `references/dashboard-anti-patterns.md` — common failures + fixes ## Related skills - `project-management/execution/north-star-metric` — define THE one number - `product-team/product-analytics` — metric tree + cohort + funnel - `product-team/ab-test-setup` — experimentation - `c-level-advisor/chief-data-officer-advisor` — platform context
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.