Test Plan Creator
Purpose
To standardize and accelerate the creation of concise, effective test plans. This skill ensures that every project starts with a clear roadmap, covering objectives, scope, environment, and risks using a proven template that is both interviewer-friendly and project-ready.
When to Use
Use this skill when:
- Kicking off a new testing phase for an application.
- Documenting the test strategy for a specific feature.
- Preparing for a technical interview or project presentation.
- Standardizing documentation across a QA team.
Core Capabilities
- Information Gathering: Prompts the user for key project details (Application Name, Tools, Environments, etc.).
- Template Application: Injects gathered data into the predefined 1-page Test Plan template.
- Consistency Check: Ensures all 8 essential sections of a test plan are addressed.
- Draft Generation: Produces a ready-to-use Markdown file for Jira, GitHub, or internal documentation.
Workflow
Phase 1: Context Collection
Ask the user for the following details if not already provided in the prompt:
- Application Name: The name of the software under test.
- Objective/Release Version: What are we trying to achieve?
- Tools/Stack: Which automation or manual tools are being used?
- Dates/Deadline: When should the testing be completed?
Phase 2: Refinement & Analysis
Analyze the user's input to suggest:
- In Scope vs. Out of Scope items (e.g., if it's a web app, suggest UI/API; if it's a mobile app, suggest Android/iOS).
- Common Risks based on the technology stack provided.
Phase 3: Test Plan Generation
Generate the document using the following structure:
🧪 TEST PLAN: <Application Name>
1. Objective
Verify that <Application Name> works as per requirements and is ready for release.
2. Scope
In Scope: Functional, Regression, Smoke, UI & API testing, Basic Security & Performance checks.
Out of Scope: Third-party systems, Production data validation.
3. Test Approach
Manual + Automation (Selenium / API), Agile-based execution, Risk-based testing.
4. Environment
QA / UAT. Browsers: Chrome, Firefox. Tools: <Tools Provided by User>.
5. Entry & Exit Criteria
Entry: Stable build, test data ready.
Exit: No critical defects, ≥95% pass rate.
6. Deliverables
Test Cases, Defect Report, Test Summary Report.
7. Risks
Requirement changes → frequent reviews. Environment issues → backup plan.
8. Approval
QA Lead & Product Owner sign-off.
Quality Standards
- Conciseness: Keep the output to a single page (approximately 400-600 words).
- Clarity: Use bullet points and headers for readability.
- Actionable: Ensure the risks have corresponding mitigation strategies.
References
- ISTQB Standard Documents: Standard definitions for Entry/Exit criteria.
- Agile Testing Methodology: Focus on iterative delivery.
- Test Plan Template:
resources/templates/test-plan-template.md
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: test-plan-creator3description: This skill helps QA engineers and Product Owners generate professional, industry-standard 1-page test plans based on a specific high-quality template. Use it when starting a new project, feature, or version release to define objectives, scope, tools, and risks. Use when this capability is needed.4---56# Test Plan Creator78## Purpose910To standardize and accelerate the creation of concise, effective test plans. This skill ensures that every project starts with a clear roadmap, covering objectives, scope, environment, and risks using a proven template that is both interviewer-friendly and project-ready.1112## When to Use1314Use this skill when:15- Kicking off a new testing phase for an application.16- Documenting the test strategy for a specific feature.17- Preparing for a technical interview or project presentation.18- Standardizing documentation across a QA team.1920## Core Capabilities21221. **Information Gathering**: Prompts the user for key project details (Application Name, Tools, Environments, etc.).232. **Template Application**: Injects gathered data into the predefined 1-page Test Plan template.243. **Consistency Check**: Ensures all 8 essential sections of a test plan are addressed.254. **Draft Generation**: Produces a ready-to-use Markdown file for Jira, GitHub, or internal documentation.2627## Workflow2829### Phase 1: Context Collection3031Ask the user for the following details if not already provided in the prompt:321. **Application Name**: The name of the software under test.332. **Objective/Release Version**: What are we trying to achieve?343. **Tools/Stack**: Which automation or manual tools are being used?354. **Dates/Deadline**: When should the testing be completed?3637### Phase 2: Refinement & Analysis3839Analyze the user's input to suggest:40- **In Scope vs. Out of Scope** items (e.g., if it's a web app, suggest UI/API; if it's a mobile app, suggest Android/iOS).41- Common **Risks** based on the technology stack provided.4243### Phase 3: Test Plan Generation4445Generate the document using the following structure:4647```markdown48🧪 TEST PLAN: <Application Name>49501. Objective51Verify that <Application Name> works as per requirements and is ready for release.52532. Scope54In Scope: Functional, Regression, Smoke, UI & API testing, Basic Security & Performance checks.55Out of Scope: Third-party systems, Production data validation.56573. Test Approach58Manual + Automation (Selenium / API), Agile-based execution, Risk-based testing.59604. Environment61QA / UAT. Browsers: Chrome, Firefox. Tools: <Tools Provided by User>.62635. Entry & Exit Criteria64Entry: Stable build, test data ready.65Exit: No critical defects, ≥95% pass rate.66676. Deliverables68Test Cases, Defect Report, Test Summary Report.69707. Risks71Requirement changes → frequent reviews. Environment issues → backup plan.72738. Approval74QA Lead & Product Owner sign-off.75```7677## Quality Standards7879- **Conciseness**: Keep the output to a single page (approximately 400-600 words).80- **Clarity**: Use bullet points and headers for readability.81- **Actionable**: Ensure the risks have corresponding mitigation strategies.8283---8485## References8687- **ISTQB Standard Documents**: Standard definitions for Entry/Exit criteria.88- **Agile Testing Methodology**: Focus on iterative delivery.89- **Test Plan Template**: `resources/templates/test-plan-template.md`9091---92> Converted and distributed by [TomeVault](https://tomevault.io/claim/marufcode) — claim your Tome and manage your conversions.93<!-- tomevault:4.0:skill_md:2026-04-16 -->