mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-14 02:42:04 +08:00
- Introduced a comprehensive set of parallel execution command templates for various architectural and functional scenarios. - Added prompts for analyzing system architecture, implementation patterns, performance, code quality, security, and project structure. - Created templates for planning tasks, component implementation, migration strategies, and code reviews. - Established a unified guideline for Gemini CLI usage, including command syntax, file patterns, and template best practices. - Initialized VSCode settings file for project configuration.1
16 lines
723 B
Plaintext
16 lines
723 B
Plaintext
Analyze performance characteristics and optimization opportunities:
|
|
|
|
## Required Analysis:
|
|
1. Identify performance bottlenecks and resource usage patterns
|
|
2. Assess algorithm efficiency and data structure choices
|
|
3. Evaluate caching strategies and optimization techniques
|
|
4. Review memory management and resource cleanup
|
|
5. Document performance metrics and improvement opportunities
|
|
|
|
## Output Requirements:
|
|
- Performance bottleneck identification with specific locations
|
|
- Algorithm complexity analysis and optimization suggestions
|
|
- Caching pattern documentation and recommendations
|
|
- Memory usage patterns and optimization opportunities
|
|
|
|
Focus on measurable performance improvements and concrete optimization strategies. |