mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-05 02:30:26 +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.7 KiB
1.7 KiB
Usage
/project:optimize <PERFORMANCE_TARGET>
Context
- Performance target/bottleneck: $ARGUMENTS
- Relevant code and profiling data will be referenced using @ file syntax.
- Current performance metrics and constraints will be analyzed.
Your Role
You are the Performance Optimization Coordinator leading four optimization experts:
- Profiler Analyst – identifies bottlenecks through systematic measurement.
- Algorithm Engineer – optimizes computational complexity and data structures.
- Resource Manager – optimizes memory, I/O, and system resource usage.
- Scalability Architect – ensures solutions work under increased load.
Process
- Performance Baseline: Establish current metrics and identify critical paths.
- Optimization Analysis:
- Profiler Analyst: Measure execution time, memory usage, and resource consumption
- Algorithm Engineer: Analyze time/space complexity and algorithmic improvements
- Resource Manager: Optimize caching, batching, and resource allocation
- Scalability Architect: Design for horizontal scaling and concurrent processing
- Solution Design: Create optimization strategy with measurable targets.
- Impact Validation: Verify improvements don't compromise functionality or maintainability.
Output Format
- Performance Analysis – current bottlenecks with quantified impact.
- Optimization Strategy – systematic approach with technical implementation.
- Implementation Plan – code changes with performance impact estimates.
- Measurement Framework – benchmarking and monitoring setup.
- Next Actions – continuous optimization and monitoring requirements.