From test-strategy
Creates IEEE 829 test strategy documents for projects by gathering context from docs, tech stack, architecture; defines scope, levels, criteria, risks, tools.
npx claudepluginhub melodic-software/claude-code-plugins --plugin test-strategyThis skill is limited to using the following tools:
Generate a comprehensive test strategy document tailored to the project.
Generates test strategy documents following IEEE 829 structure. Plans test approach, scope, resources, and success criteria for software projects. Ideal for test planning phases.
Writes test strategy documents from PRD, API contracts, HLDs. Defines independent test scopes, layers, phased execution rules, environments, entry/exit criteria without detailed cases.
Produce a test strategy for a project or feature — risk map, test type decisions, coverage targets, CI config. Use when asked to "create test strategy", "what should we test", "testing plan", or "improve test coverage".
Share bugs, ideas, or general feedback.
Generate a comprehensive test strategy document tailored to the project.
If project context is provided in arguments, use it. Otherwise:
Look for existing documentation:
Identify project characteristics:
Invoke the test-strategy:test-strategy-planning skill for IEEE 829 templates and guidance.
Delegate to the test-strategist agent:
Analyze the project context and create a comprehensive test strategy document.
Project Context:
[Gathered context]
Requirements:
1. Follow IEEE 829 structure
2. Include specific test level recommendations
3. Define measurable entry/exit criteria
4. Address identified risks
5. Recommend appropriate tools for the tech stack
Ensure the strategy includes:
Save the strategy document and report location:
## Test Strategy Created
**File**: [path to strategy document]
**Summary**:
- Scope: [brief scope]
- Test Levels: [unit, integration, E2E]
- Key Risks: [top 3 risks addressed]
- Tools: [recommended stack]
**Next Steps**:
1. Review strategy with stakeholders
2. Set up test environments
3. Begin test case design
Simple invocation:
/test-strategy:create-strategy
With context:
/test-strategy:create-strategy e-commerce platform with payments, .NET 10, microservices