Consult test-architecture agent for testing strategy and design
Consults test-architecture agent for strategic testing decisions and recommendations.
/plugin marketplace add laurigates/claude-plugins/plugin install testing-plugin@lgates-claude-plugins<topic> [--context <path>]test/Explicit command to consult the test-architecture agent for strategic testing decisions.
Use when:
| Topic | What it covers |
|---|---|
coverage | Analyze gaps, recommend high-value tests to write |
strategy | Review overall test architecture and pyramid |
framework | Recommend testing tools for tech stack |
flaky | Diagnose and remediate flaky tests |
pyramid | Analyze test tier distribution |
new-feature | Design test approach for new functionality |
| (free text) | Custom question about testing |
$1: Topic keyword or natural language question--context <path>: Focus analysis on specific directoryGather Project Context:
Delegate to test-architecture Agent:
Present Recommendations:
# Coverage analysis
/test:consult coverage
# New feature testing strategy
/test:consult new-feature --context src/auth/
# Framework decision
/test:consult "Should we add property-based testing?"
# Flaky test investigation
/test:consult flaky
# Custom question
/test:consult "How should we structure tests for our API endpoints?"
This command delegates to the test-architecture agent with:
The agent will provide: