value-audit

Evaluates enterprise product demos for value narrative credibility and buyer readiness.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Dchuuuuuu/disease-risk-classifier --skill value-audit-dchuuuuuu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: value-audit
Source: https://github.com/Dchuuuuuu/disease-risk-classifier/tree/main/.claude/skills/24-value-audit
Command: npx skills add https://github.com/Dchuuuuuu/disease-risk-classifier --skill value-audit-dchuuuuuu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Functional QA confirms a product works, but it cannot tell you whether a demo will convince a skeptical enterprise buyer. This Skill audits demos from the buyer's perspective, catching empty pages, contradictory metrics, disconnected features, and missing proof that undermine the value story. ## Core Features & Use Cases - Five Questions Framework: Interrogates every page for purpose, value-chain connection, necessity, usability, and proof of outcomes. - Three-Level Evaluation: Audits individual pages, end-to-end value flows (transformation, governance, collaboration, onboarding), and cross-cutting anti-patterns like the Empty Museum and Potemkin Dashboard. - Demo Readiness Checklist: Binary pass/fail criteria covering environment, data state, value flow, and navigation with CRITICAL/HIGH/MEDIUM/LOW severity ratings. - Combined Audit Orchestration: Sequences technical QA (e2e-runner) with value QA (value-auditor) into a single demo readiness verdict. - Use Case: Before an investor demo, run the full audit to verify all 26 pages load without errors, demo data is realistic and consistent, and the value flows tell a coherent transformation story. ## Quick Start Run a value audit on the staging environment using the value-auditor methodology and output a readiness report with severity-rated findings.

Frequently Asked Questions about value-audit

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

FAQPage Schema
How do I audit a product demo before showing it to enterprise clients?▼

Run the demo readiness checklist to verify login, console errors, data presence, and navigation, then apply the Five Questions framework to each page. A single CRITICAL failure such as an empty page in the demo path means the demo is not ready.

What is a value audit and how is it different from functional QA?▼

A value audit asks whether the product sells, while functional QA asks whether it works. It evaluates value propositions, data credibility, and narrative coherence from a skeptical buyer's perspective rather than testing feature correctness.

How do I run a combined technical and value audit with Playwright?▼

Run Phase 1 with the e2e-runner subagent to verify pages load without console errors, then Phase 2 with the value-auditor methodology using Playwright MCP tools. The phases must run sequentially since value auditing a broken product wastes effort.

What demo data is required for an enterprise AI platform demo?▼

Minimum viable state includes 3-5 users with varied roles, 3-5 agents with varied trust postures, 2-3 completed objectives, 10+ audit events, and non-zero metrics. Data must be internally consistent, realistic, and recent.

Why do product demos fail even when all features work?▼

Demos fail due to empty pages, contradictory metrics like 100% success with zero completions, features isolated from value flows, and missing proof of outcomes. These anti-patterns destroy credibility faster than missing functionality.