t-prd-check

Check PRD drafts, HTML previews, and user stories for consistency and INVEST quality.

64|6|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/timzaak/web-dev-skills --skill t-prd-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: t-prd-check
Source: https://github.com/timzaak/web-dev-skills/tree/main/skills/t-prd-check
Command: npx skills add https://github.com/timzaak/web-dev-skills --skill t-prd-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides rigorous checks for PRD drafts, HTML previews, published baselines, and user stories to prevent inconsistencies and missing requirements across product documentation.

Core Features & Use Cases

  • Validate draft PRDs in .ai/prd and ensure alignment with published baselines.
  • Check HTML Preview, user stories, and cross-reference for INVEST quality and consistency.
  • Output a quantified score sheet and a concrete list of fixes and next steps to maintain release readiness.

Quick Start

Run /t-prd-check <feature-name> to perform a full quality check.

Frequently Asked Questions about t-prd-check

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

FAQPage Schema
How do I check PRD drafts for inconsistencies with published baselines?

To check PRD drafts for inconsistencies, validate the documents in .ai/prd against published baselines to identify missing requirements. This process cross-references HTML previews and user stories to ensure full alignment.

What does the INVEST principle check for user stories entail?

The INVEST check for user stories evaluates each story for Independence, Negotiability, Valuable, Estimable, Small, and Testable qualities. It cross-references stories in docs/user-stories with PRD drafts to ensure consistency and remove unintended implementation details.

Can I perform a full project quality review across PRD drafts and HTML previews?

Yes, you can perform a full project quality review across .ai/prd, .ai/preview, and docs/user-stories. This reviews single features or entire projects, enforcing rubric-based scoring and outputting actionable fix lists.

How do I generate an actionable fix list from a PRD quality check?

You generate an actionable fix list by running a quality gate check on your PRD drafts and HTML previews. The check enforces rubric-based scoring, identifies inconsistencies, and outputs concrete next steps to maintain release readiness.

How do I identify unintended implementation details in user stories?

To identify unintended implementation details in user stories, cross-check the stories against PRD drafts and published baselines. This quality assurance process ensures documentation focuses on requirements rather than specific technical implementations.