test-strategy-planner

Extract PRD content to generate test strategy, scenario set, and RTM reports.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/mytechsonamy/VibeFlow --skill test-strategy-planner
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: test-strategy-planner
Source: https://github.com/mytechsonamy/VibeFlow/tree/main/skills/test-strategy-planner
Command: npx skills add https://github.com/mytechsonamy/VibeFlow --skill test-strategy-planner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manually creating comprehensive test strategies, scenario sets, and RTMs from PRDs is error-prone and slow. This Skill automates that process to deliver repeatable, PRD-aligned planning artifacts for downstream test skills.

Core Features & Use Cases

  • Generates a complete test strategy document (.vibeflow/reports/test-strategy.md) and a universal scenario set (.vibeflow/reports/scenario-set.md) from PRD input.
  • Builds a Requirements Traceability Matrix (RTM) mapping FR/NFR to scenarios to support validation across teams.
  • Enforces planning order by providing a keystone workflow that downstream skills depend on.

Quick Start

Provide the PRD content and platform input, then run this skill to generate the scenario-set and RTM reports.

Frequently Asked Questions about test-strategy-planner

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

FAQPage Schema
How do I generate a test strategy from a PRD automatically?▼

To generate a test strategy from a PRD, you parse the PRD content and platform inputs to produce a repeatable test strategy document and scenario set. This PRD-driven test strategy extraction maps functional and non-functional requirements to validation scenarios.

What is a Requirements Traceability Matrix in downstream testing?▼

A Requirements Traceability Matrix (RTM) in downstream testing maps functional and non-functional requirements to specific test scenarios. It supports validation across teams by ensuring every PRD quality gate has corresponding scenario coverage.

How do I create a universal scenario set for cross-platform validation?▼

You create a universal scenario set for cross-platform validation by extracting PRD requirements and quality gates that span planning, design, and validation. This yields a scenario-set document to be consumed by downstream test writers.

Does test-strategy-planner work without dependencies?▼

Yes, test-strategy-planner works without external dependencies. It acts as a keystone workflow that orchestrates PRD-driven test strategy generation, requiring only PRD content and platform input to output test-strategy and scenario-set reports.

What is the best way to align test scenarios with PRD quality gates?▼

The best way to align test scenarios with PRD quality gates is to automate the extraction of PRD content into a structured test strategy. This enforces planning order and generates an RTM mapping requirements to scenarios for downstream skills.

When do I need to automate PRD-driven test strategy generation?▼

You need to automate PRD-driven test strategy generation when manual creation of comprehensive test strategies and RTMs becomes error-prone and slow. It delivers repeatable, PRD-aligned planning artifacts for downstream test execution.