data-driven-prd

Creates PRDs from user interviews and fills gaps with data from BI tools, email platforms, and GitHub.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/tktcorporation/cli-sim-game-escape --skill data-driven-prd-tktcorporation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-driven-prd
Source: https://github.com/tktcorporation/cli-sim-game-escape/tree/main/.claude/skills/data-driven-prd
Command: npx skills add https://github.com/tktcorporation/cli-sim-game-escape --skill data-driven-prd-tktcorporation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing PRDs often fails in two ways: AI assistants invent plausible-sounding content the user never said, and hypotheses get documented without any numerical evidence. This Skill enforces a faithful-documentation principle (only write what the user said, mark everything else as [TBD]) and then fills those gaps with real data pulled from email delivery tools, BI/SQL environments, and GitHub. ## Core Features & Use Cases - Faithful PRD skeleton drafting: Classifies user statements into explicit facts, implied directions, and unmentioned items, leaving [TBD] placeholders instead of guessing. - Multi-source data collection: Gathers evidence from email campaign history (send dates, open rates, CTR), cohort analysis via SQL, GitHub PRs/Issues, and internal documentation tools. - Campaign effect tables: Builds per-campaign weekly increment tables comparing overall trends against fixed cohorts, with warnings for same-week overlaps and Friday sends. - Claim-data consistency checks: Reports discrepancies between user claims and data back to the user instead of silently rewriting the PRD. - Use Case: A product manager wants to document the impact of three feature releases. The Skill drafts the PRD from their verbal explanation, generates SQL for cohort analysis, cross-references email send logs and GitHub release PRs, and produces a PRD where every number is traceable to a query or file. ## Quick Start Ask the assistant to draft a data-backed PRD from your verbal description of a feature launch, then have it fill the [TBD] sections using your email delivery exports and BI tool query results.

Frequently Asked Questions about data-driven-prd

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

FAQPage Schema
How do I write a PRD backed by data instead of assumptions?

Start by drafting a PRD skeleton from the stakeholder's verbal explanation, marking unmentioned items as [TBD]. Then collect evidence from email delivery logs, BI tool SQL queries, and GitHub PRs to fill those gaps, keeping every number traceable to its source query or file.

How to measure feature release impact with cohort analysis?

Use a fixed cohort of users existing before the release to exclude new-signup noise, then compare weekly increments against a baseline period with no campaigns. The Skill generates the SQL for your BI tool and aligns send dates to Monday-start weeks for the comparison table.

Can AI write PRD sections the user never mentioned?

No. This Skill follows a faithful-documentation principle: anything the user did not state is left as [TBD] or asked about directly. AI interpretations like 'this pattern suggests X' must be confirmed with the user before being written into the PRD.

What data sources does this PRD workflow support?

It supports email delivery tool exports (TSV/CSV with send dates, open rates, CTR), BI tools or SQL environments for cohort and trend queries, GitHub PRs and Issues via the gh CLI, and internal documentation tools for past analyses and reference PRDs.

What happens when data contradicts the user's hypothesis?

The discrepancy is reported to the user in conversation rather than silently corrected in the document. The PRD is only updated after the user decides how to reconcile their claim with the data.