Create a comprehensive test strategy document following IEEE 829 structure. Use for establishing testing approach on new projects or standardizing existing practices.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install test-strategy@melodic-softwareproject-context# Create Test Strategy Command Generate a comprehensive test strategy document tailored to the project. ## Process ### Step 1: Gather Context If project context is provided in arguments, use it. Otherwise: 1. Look for existing documentation: - Requirements documents - Architecture documents - Existing test plans - Risk assessments 2. Identify project characteristics: - Technology stack (.NET, React, etc.) - Architecture style (monolith, microservices) - Deployment model (cloud, on-prem) - Team size and structure ### Step 2: Load Skills Invoke the `test-strate...