What problem does it solve?
This Skill solves the problem of incomplete or malformed Product Design Document (PDD) artifacts produced by the idea-to-pdd skill, which would otherwise block downstream quality evaluation, waste development time, and delay Connect opportunity deployment.
Core Features & Use Cases
- 6 Static Structural Checks: Validates all 11 required PDD sections, correct archetype declarations, presence of stress test appendix, populated success metrics tables, layered evidence model references, and reviewer comment disposition tables when applicable.
- Fast, Deterministic Validation: All checks run in under 100ms with no large language model required, making it lightweight for automated workflows and CI/CD pipelines.
- Use Case: When a design team generates a new PDD for a Connect opportunity via the idea-to-pdd skill, this QA skill automatically runs first to catch structural errors like missing sections or invalid archetype values, preventing invalid PDDS from moving to quality evaluation.
Quick Start
Use the idea-to-pdd-qa skill to run structural validation on the PDD artifact generated for your current Connect opportunity and return a binary pass/fail verdict with auto-fix hints for any failures.