Analyze automation ROI for test cases and recommend which tests to automate based on value and effort. Use for prioritizing test automation investments.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install test-strategy@melodic-softwaretest-inventory-or-feature# Analyze Automation ROI Command Evaluate test cases for automation potential and calculate ROI to prioritize automation efforts. ## Process ### Step 1: Gather Test Inventory Collect test cases to evaluate: - From test documentation - From existing manual test scripts - From user description ### Step 2: Load Skills Invoke the `automation-strategy` skill for ROI calculation patterns. ### Step 3: Evaluate Each Test For each test case, assess: **Selection Criteria (Score 1-5):** | Criterion | Weight | Description | |-----------|--------|-------------| | Execution Frequency | 25% | H...