From aai-testing
Generates test strategy, prioritized cases, file structure, coverage targets, and implementation plan for a feature or system.
How this command is triggered — by the user, by Claude, or both
Slash command
/aai-testing:test-plan feature or scopeThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /test-plan - Create Test Plan Create a comprehensive test strategy and plan. ## Usage ## Workflow 1. **Analyze Scope** - Understand the feature/system - Identify critical paths - Note edge cases 2. **Test Strategy** - Unit test coverage goals - Integration test needs - E2E test scenarios 3. **Test Cases** - Happy path scenarios - Error scenarios - Edge cases - Security considerations 4. **Prioritization** - P0: Critical functionality - P1: Important features - P2: Nice to have 5. **Implementation Plan** - Test file structure - Mocking...
Create a comprehensive test strategy and plan.
/test-plan
/test-plan user authentication
/test-plan src/services/payment/
Analyze Scope
Test Strategy
Test Cases
Prioritization
Implementation Plan
npx claudepluginhub bradtaylorsf/alphaagent-team/test-planCreates a structured test plan from feature artifacts — queries test types, environment, and credentials, auto-detects the test framework, generates test cases mapped to user stories, and saves them under features/<name>/testing/.
/hatch3r-test-planProduces a test plan specification from a feature or codebase scope, including coverage targets, risk-prioritized test cases, and structured todo.md entries for board tracking. Supports feature-scoped planning and coverage auditing modes.
/testGenerates test strategy overview, unit and integration test code, coverage analysis, execution plan, and maintenance roadmap for a specified component or feature.