Reads a PRD, design doc, or product brief and pulls out the non-functional requirements (performance, accessibility, security, internationalization, reliability, observability) as concrete, threshold-bound, testable assertions. Maps every NFR to its measurement source (Lighthouse, axe, OWASP ASVS, WCAG criterion, etc.) so the test suite knows what to assert against. Use after gherkin-from-stories (qa-bdd) handles functional requirements.
72
91%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The runtime workflow described in SKILL.md (“Scan the doc…” and “Input: checkout PRD…”) assumes the agent reads an author-provided PRD/design doc/product brief, which is outsider-authored free text submitted by the user of the skill.
PRD / design doc / product brief (user-provided free-text document)
content-type · 6 sites
The plugin's core workflow instructs the agent to read and parse a user-provided PRD/design doc/product brief as free text, scanning it for signal phrases and rewriting content — this is the document the agent ingests and acts on.