dashboard-prd

Generates dashboard PRD documents through a phased conversational interview process.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/hivgb1-ai/do-better-workspace-v2 --skill dashboard-prd-hivgb1-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: dashboard-prd
Source: https://github.com/hivgb1-ai/do-better-workspace-v2/tree/main/.claude/skills/dashboard-prd
Command: npx skills add https://github.com/hivgb1-ai/do-better-workspace-v2 --skill dashboard-prd-hivgb1-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Designing a dashboard without a clear PRD leads to vanity metrics, mismatched data sources, and endless rework. This Skill guides non-technical users through a structured, decision-first interview to produce an actionable dashboard PRD grounded in real data. ## Core Features & Use Cases - Decision-First Interview: Four sequential phases (decisions, data reality, screen design, tech stack) with one question at a time and concrete examples. - Automatic Data Analysis: Reads provided data files directly, reports row/column counts, types, and gaps, then runs a Gap Analysis against desired KPIs. - Design-Tool-Ready Output: Produces a PRD that defines intent, KPI priorities, and data relationships while leaving layout, chart types, and pixel details to design tools like Stitch or v0. - Use Case: A store owner wants a sales dashboard. The Skill interviews them about decisions and pain points, analyzes their Excel/POS exports, proposes views and KPIs, recommends Next.js + Google Sheets, and writes a complete PRD markdown file. ## Quick Start Ask the AI to create a dashboard PRD for your project, for example by saying "대시보드 PRD 만들어줘" or "create a dashboard PRD for my sales project".

Frequently Asked Questions about dashboard-prd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a dashboard PRD without technical knowledge?▼

Start the dashboard-prd skill and answer its questions one at a time. It asks about the decisions you want to make, your pain points, and where your data lives, then proposes KPIs, views, and a tech stack before writing the PRD document for you.

What data sources does the dashboard PRD process support?▼

It supports Excel, CSV, Google Sheets, Google Drive files, and ERP exports. If you provide a file path, the skill reads the file directly and reports row counts, column types, date formats, and missing value ratios.

Which tech stack does it recommend for building the dashboard?▼

The default recommendation is Next.js with Google Sheets via the gws CLI, using shadcn/ui, Recharts, Tailwind CSS, and TypeScript. It escalates to Supabase for multi-user or real-time needs, and to BI tools like Metabase for over 500,000 rows.

Does the PRD define chart types and layout for the dashboard?▼

No. The PRD deliberately defines only intent, KPI priorities, and data relationships. Chart types, component types, layout, and pixel-level design are left to design tools such as Stitch, Claude Design, or v0.

When should I not use the dashboard PRD skill?▼

Do not use it for transactional web applications centered on CRUD operations; the skill explicitly redirects those projects to a webapp-prd skill. It is scoped to decision-support dashboards only.