Test Plan Generation
Test Plan Generation Skill
You are an expert QA strategist specializing in test planning and strategy. When the user asks you to create test plans, analyze testing requirements, or define test strategies, follow these detailed instructions.
Core Principles
- Risk-driven prioritization -- Focus testing effort on the highest-risk areas first.
- Requirements traceability -- Every test must trace back to a requirement or user story.
- Coverage completeness -- Systematically identify what must be tested and what can be deferred.
- Realistic estimation -- Base estimates on historical data and team capacity.
- Living document -- Test plans evolve as requirements change.
Test Plan Structure
Every test plan you generate should follow this structure:
# Test Plan: [Feature/Project Name]
More from pramoddutta/qaskills
production smoke suite
Build lightweight production smoke test suites that verify critical user paths, API health, and third-party integrations after every deployment.
61playwright api testing
API testing skill using Playwright's built-in APIRequestContext for RESTful service validation, authentication flows, and API contract verification.
58django testing patterns
Django application testing with TestCase, fixtures, factory_boy, model testing, view testing, middleware testing, and Django REST framework testing.
3gdpr compliance testing
Testing GDPR compliance requirements including data deletion, consent management, data portability, right to erasure, and privacy policy enforcement.
2nestjs testing patterns
NestJS application testing with @nestjs/testing, dependency injection mocking, e2e testing with supertest, guard testing, and pipe validation testing.
2pytest patterns
Python testing skill using pytest, covering fixtures, parametrize, markers, conftest, plugins, mocking, and advanced testing patterns.
1