Generates a comprehensive, professional test plan based on provided project documents or details. Automatically includes standard sections like scope, strategy, and risk assessment. Fills missing information with TBD/NA where necessary. Use when the user mentions "test plan", "testing strategy", "test roadmap", or "QA planning".
Every generated test plan must include these sections at a minimum:
Use a professional, markdown-standard structure.
# Test Plan: [Project Name]
## 1. Introduction
- **Objective**: [Description]
- **Scope**: [What is in scope / what is out of scope]
## 2. Test Strategy
[Describe the levels of testing and tools to be used]
## 3. Test Tools & Environment
- **Framework**: [e.g., Playwright / TypeScript]
- **Browsers**: [e.g., Chromium, Firefox]
- **Environment**: [URL/Stage]
## 4. Risk Assessment
| Risk | Impact | Mitigation |
| :--- | :--- | :--- |
| [Risk 1] | [High/Mid/Low] | [TBD] |
## 5. Acceptance Criteria
- **Entry Criteria**: [Requirements to start]
- **Exit Criteria**: [Requirements to finish]