← Back to list

test-planning
by spjoshis
Modular Claude plugins for agent-based expertise and reusable skills across software development and Agile. Easily extend, share, and automate best practices for modern development.
⭐ 1🍴 0📅 Dec 30, 2025
SKILL.md
name: test-planning description: Master test planning with test strategies, test plans, scope definition, and comprehensive testing approaches.
Test Planning
Create comprehensive test plans and strategies that ensure thorough quality coverage and efficient testing execution.
When to Use This Skill
- Project initiation
- Release planning
- Defining test scope
- Resource allocation
- Risk assessment
- Quality gate definition
- Test environment planning
- Estimating testing effort
Core Concepts
1. Test Plan Template
# Test Plan: E-Commerce Checkout
## 1. Introduction
**Purpose**: Validate checkout functionality for v2.0 release
**Scope**: Payment processing, order creation, email confirmation
## 2. Test Items
- Checkout flow (guest and registered users)
- Payment gateway integration
- Order management system
- Email notification service
## 3. Features to Test
- Add to cart
- Apply coupon codes
- Calculate shipping
- Process payment
- Create order
- Send confirmation email
## 4. Features NOT to Test
- Product catalog (tested separately)
- User registration (existing feature)
## 5. Test Approach
- **Functional Testing**: Manual + automated
- **Integration Testing**: Payment gateway, email service
- **Security Testing**: PCI compliance, data encryption
- **Performance Testing**: 100 concurrent checkouts
- **Usability Testing**: 5 user sessions
## 6. Entry/Exit Criteria
**Entry**:
- Code complete and deployed to test environment
- Test data prepared
- Test environment stable
**Exit**:
- 100% P0/P1 test cases executed
- 0 critical bugs
- <5 medium bugs
- Performance benchmarks met
## 7. Test Deliverables
- Test cases (150 cases)
- Test execution reports
- Defect reports
- Test summary report
## 8. Environment
- Test: test.example.com
- Staging: staging.example.com
- Test payment gateway: Stripe test mode
## 9. Schedule
- Test prep: Week 1
- Execution: Weeks 2-3
- Regression: Week 4
- Sign-off: End of Week 4
## 10. Risks
| Risk | Impact | Mitigation |
|------|--------|------------|
| Payment gateway downtime | High | Use test mode, backup plan |
| Environment instability | Med | Daily smoke tests |
| Resource availability | Med | Cross-training |
Best Practices
- Align with requirements - Trace to specs
- Risk-based approach - Prioritize critical areas
- Clear scope - What's in, what's out
- Realistic estimates - Based on complexity
- Define metrics - Coverage, defect density
- Entry/exit criteria - Clear quality gates
- Stakeholder review - Get approval
- Living document - Update as needed
Resources
- IEEE 829: Test plan standard
- ISTQB: Test planning guidelines
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
