test-spec

Generate TEST_SPEC.md test specifications from PRD and implementation details.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/venomez-viper/PathWise --skill test-spec-venomez-viper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-spec
Source: https://github.com/venomez-viper/PathWise/tree/main/.claude/skills/product/test-spec
Command: npx skills add https://github.com/venomez-viper/PathWise --skill test-spec-venomez-viper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill translates product requirements and implementation details into a complete QA strategy, ensuring traceable test coverage from planning through release.

Core Features & Use Cases

  • Automated QA Scope: Generates unit, integration, UI, accessibility, and beta-testing plans aligned to PRD features.
  • Documentation Output: Produces TEST_SPEC.md suitable for version control and QA workflows.
  • Use Case: Given a PRD and an IMPLEMENTATION_GUIDE, generate testing strategies and concrete test cases that map to acceptance criteria.

Quick Start

Provide the PRD and IMPLEMENTATION_GUIDE to generate a complete TEST_SPEC.md.

Frequently Asked Questions about test-spec

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

FAQPage Schema
How do I generate test cases from a PRD and implementation guide?

To generate test cases from a PRD, you provide the product requirements and implementation details to map PRD features directly to structured testing strategies and acceptance criteria. This translates requirements into a complete QA strategy ensuring traceable test coverage.

What is the best way to write a QA spec for version control from product requirements?

The best way to write a QA spec for version control is to map product requirements into structured testing documentation. This produces a TEST_SPEC.md file that aligns with PRD, IMPLEMENTATION_GUIDE, and UX specs for seamless integration into QA workflows.

Can I automate creating unit and integration test plans from product requirements?

Yes, you can automate creating unit and integration test plans by processing product requirements and implementation details. This generates automated QA scope covering unit, integration, UI, accessibility, and beta-testing plans aligned to PRD features.

Does generating a test specification require UX specs in addition to a PRD?

Generating a comprehensive test specification primarily requires a PRD and an IMPLEMENTATION_GUIDE to map features to test strategies. Including UX specs further aligns the generated TEST_SPEC.md with the complete product definition and acceptance criteria.

Why map implementation details to acceptance criteria when writing QA documentation?

Mapping implementation details to acceptance criteria when writing QA documentation ensures traceable test coverage from planning through release. It directly connects concrete test cases to PRD features, preventing gaps between product requirements and the final testing strategy.