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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/test-strategy:create-strategyThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a comprehensive test strategy document tailored to the project.
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
npx claudepluginhub melodic-software/claude-code-plugins --plugin test-strategyGenerates test strategy documents following IEEE 829 structure. Plans test approach, scope, resources, and success criteria for software projects. Ideal for test planning phases.
Generates a complete test strategy document from a feature spec, PRD, or system description, covering scope, risk assessment, test types, coverage targets, and prioritized test case outline.
Writes test strategy documents from PRD, API contracts, HLDs. Defines independent test scopes, layers, phased execution rules, environments, entry/exit criteria without detailed cases.