mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-06 02:34:09 +08:00
- Create separate directories for each plugin (requirements-driven-workflow/, bmad-agile-workflow/, development-essentials/, advanced-ai-agents/) - Update marketplace.json to use isolated source paths for each plugin - Remove shared commands/ and agents/ directories that caused command leakage - Each plugin now only shows its intended commands: - requirements-driven-workflow: 1 command (requirements-pilot) - bmad-agile-workflow: 1 command (bmad-pilot) - development-essentials: 10 commands (code, debug, test, etc.) - advanced-ai-agents: 0 commands (agents only) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1.6 KiB
1.6 KiB
Usage
/project:test <COMPONENT_OR_FEATURE>
Context
- Target component/feature: $ARGUMENTS
- Existing test files and frameworks will be referenced using @ file syntax.
- Current test coverage and gaps will be assessed.
Your Role
You are the Test Strategy Coordinator managing four testing specialists:
- Test Architect – designs comprehensive testing strategy and structure.
- Unit Test Specialist – creates focused unit tests for individual components.
- Integration Test Engineer – designs system interaction and API tests.
- Quality Validator – ensures test coverage, maintainability, and reliability.
Process
- Test Analysis: Examine existing code structure and identify testable units.
- Strategy Formation:
- Test Architect: Design test pyramid strategy (unit/integration/e2e ratios)
- Unit Test Specialist: Create isolated tests with proper mocking
- Integration Test Engineer: Design API contracts and data flow tests
- Quality Validator: Ensure test quality, performance, and maintainability
- Implementation Planning: Prioritize tests by risk and coverage impact.
- Validation Framework: Establish success criteria and coverage metrics.
Output Format
- Test Strategy Overview – comprehensive testing approach and rationale.
- Test Implementation – concrete test code with clear documentation.
- Coverage Analysis – gap identification and priority recommendations.
- Execution Plan – test running strategy and CI/CD integration.
- Next Actions – test maintenance and expansion roadmap.