test-plan-generator

Generate test plans from PRD acceptance criteria with risk-prioritized scenarios.

6|1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/vibbs/company-os --skill test-plan-generator-vibbs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-plan-generator
Source: https://github.com/vibbs/company-os/tree/main/.claude/skills/test-plan-generator
Command: npx skills add https://github.com/vibbs/company-os --skill test-plan-generator-vibbs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed test plans, ensuring thorough test coverage for new features and reducing the manual effort required in the QA process.

Core Features & Use Cases

  • Acceptance Criteria to Test Scenarios: Converts PRD acceptance criteria into actionable test cases.
  • Scenario Classification: Categorizes tests into functional, edge-case, integration, regression, and destructive types.
  • Test Data Mapping: Links test scenarios to appropriate seed data for realistic testing.
  • Use Case: Before starting development on a new user authentication feature, use this Skill to generate a comprehensive test plan that covers login, logout, password reset, and various error conditions.

Quick Start

Generate a test plan for the new user profile feature based on its acceptance criteria.

Frequently Asked Questions about test-plan-generator

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

FAQPage Schema
How do I generate test scenarios from PRD acceptance criteria?

To generate test scenarios from PRD acceptance criteria, provide the criteria to the test plan generator. It converts them into detailed, actionable test cases covering functional, edge-case, integration, and regression scenarios.

What is the best way to ensure test coverage for new features?

The best way to ensure test coverage for new features is by automating test plan creation from PRD acceptance criteria. This approach categorizes tests by type and prioritizes them by risk to reduce manual QA effort.

Can I generate test plans for mobile and PWA testing configurations?

Yes, you can generate test plans for mobile and PWA testing configurations. The test plan generator supports these specific environments alongside standard functional, integration, and regression scenario mapping.

How do I map test data requirements to seed scenarios?

To map test data requirements to seed scenarios, the test plan generator automatically links your generated test scenarios to appropriate seed data. This ensures realistic testing conditions and accurate validation.

Does test plan generation prioritize tests by risk?

Yes, test plan generation prioritizes tests by risk. It evaluates your PRD acceptance criteria to classify scenarios into functional, edge-case, integration, regression, and destructive types, ranking them by potential impact.