Generate UAT test cases from requirements and acceptance criteria with traceability
Generates User Acceptance Testing test cases from requirements and acceptance criteria with traceability.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The UAT Test Case Generator skill provides specialized capabilities for generating User Acceptance Testing test cases from requirements and acceptance criteria. This skill enables systematic test case development, test data specification, traceability maintenance, and export to test management tools.
Generate UAT test cases from these acceptance criteria:
[Acceptance criteria in Given-When-Then format]
Include positive and negative scenarios.
Create end-to-end test scenarios for:
[User story or feature description]
Generate complete user journey tests.
Define test data requirements for these test cases:
[Test case list]
Include data setup, dependencies, and sample values.
Calculate test coverage for:
Requirements: [Requirements list]
Test Cases: [Test case list]
Identify coverage gaps and missing tests.
This skill integrates with the following business analysis processes:
Test Case ID: TC-XXX
Title: [Descriptive test title]
Requirement ID: REQ-XXX
Priority: High/Medium/Low
Preconditions:
- [Precondition 1]
- [Precondition 2]
Test Steps:
| Step | Action | Expected Result |
|------|--------|-----------------|
| 1 | [Action] | [Expected] |
| 2 | [Action] | [Expected] |
Test Data:
- [Data item 1]: [Value]
- [Data item 2]: [Value]
Postconditions:
- [State after test]
| GWT Element | Test Case Element |
|---|---|
| Given | Preconditions |
| When | Test Steps (Actions) |
| Then | Expected Results |
| And | Additional steps or conditions |
| Type | Purpose | Examples |
|---|---|---|
| Positive | Verify correct behavior | Valid input, happy path |
| Negative | Verify error handling | Invalid input, edge cases |
| Boundary | Test limits | Min/max values, empty inputs |
| Integration | End-to-end flow | Complete user journeys |
| Regression | Verify unchanged behavior | Existing functionality |
Defect ID: DEF-XXX
Title: [Brief description]
Test Case: TC-XXX
Requirement: REQ-XXX
Severity: Critical/High/Medium/Low
Priority: P1/P2/P3/P4
Environment:
- Browser/Device: [Details]
- Environment: UAT/QA/Staging
Steps to Reproduce:
1. [Step 1]
2. [Step 2]
3. [Step 3]
Expected Result:
[What should happen]
Actual Result:
[What actually happened]
Attachments:
- [Screenshots, logs, etc.]
| Metric | Formula | Target |
|---|---|---|
| Requirements Coverage | Tested Reqs / Total Reqs | 100% |
| Test Execution | Executed Tests / Total Tests | 100% |
| Pass Rate | Passed Tests / Executed Tests | 95%+ |
| Defect Detection | Defects Found / Total Defects | High |
| Priority | Criteria | Testing Approach |
|---|---|---|
| P1 - Critical | Core functionality, regulatory | Must test every release |
| P2 - High | Important features, frequent use | Test in full regression |
| P3 - Medium | Secondary features | Test in major releases |
| P4 - Low | Edge cases, rare scenarios | Test periodically |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.