write-tqvcd

Authors a Test Quality and Verification Coverage Document from PRD and TRD inputs.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/gozonerd/shadow-ai-assessment --skill write-tqvcd-gozonerd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-tqvcd
Source: https://github.com/gozonerd/shadow-ai-assessment/tree/main/.claude/skills/write-tqvcd
Command: npx skills add https://github.com/gozonerd/shadow-ai-assessment --skill write-tqvcd-gozonerd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams often ship software with unverified claims, coverage-theater metrics, and legal-only accessibility checks. This Skill walks you through authoring a Test Quality + Verification Coverage Document (TQVCD) that converts PRD and TRD requirements into measurable exit criteria before any code is planned. ## Core Features & Use Cases - Verification-Coverage Headline Metric: Enumerates every user-facing behavior claim and pairs it with a mutation-killing test, computing a behaviors-verified / behaviors-claimed ratio. - Testing Taxonomy Walkthrough: Applies 20 test categories and 39 stress categories with AI-driven selection, requiring specific exit criteria or skip reasons for each. - Legal + Lived Accessibility Floor: Operationalizes WCAG 2.1 AA plus cognitive, reading (dyslexia-conscious typography), and vision (mandatory theme toggle) test entries with a refusal table. - Use Case: Before running a code-plan generation workflow, invoke this Skill with your approved PRD and TRD to produce a validated TQVCD that the planning stage consumes as its QA-first input. ## Quick Start Ask the assistant to write a TQVCD for your project using your approved PRD and TRD documents.

Frequently Asked Questions about write-tqvcd

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

FAQPage Schema
How do I write a test quality and verification coverage document?

Invoke the write-tqvcd skill with your project name, prefix, and approved PRD and TRD references. It walks you through each required section, from taxonomy applicability to verification coverage metrics, then saves a validated TQVCD file to your planning directory.

What inputs are required to author a TQVCD?

A completed and approved PRD and TRD are mandatory; an AVD is optional but recommended. If either prerequisite is missing, the skill refuses to proceed and points you to the appropriate authorship skill first.

What is the behaviors-verified over behaviors-claimed metric?

It is the TQVCD headline metric that counts every user-facing behavior claim from PRD, TRD, README, and marketing copy, then checks each has a mutation-killing test. The ratio targets 1.0 at production-ready, with lower ratios documented as honest gaps.

Does the TQVCD cover accessibility beyond WCAG compliance?

Yes. Beyond the WCAG 2.1 AA legal floor, it requires lived-floor test entries for cognitive load, dyslexia-conscious typography, and a mandatory user-controlled theme toggle with both themes passing contrast checks.

When should I not use this skill standalone?

Avoid standalone use when PRD or TRD documents do not exist yet, since the skill refuses to proceed without them. Use the orchestrating ideate-to-d2r-ready workflow instead, which authors all prerequisite documents in sequence.