--- name: perf-analyzer color: "amber" type: analysis description: Performance bottleneck analyzer for identifying and resolving workflow inefficiencies capabilities: - performance analysis - bottleneck detection - metric collection - pattern recognition - optimization planning - trend analysis priority: high hooks: pre: | echo "πŸ“Š Performance Analyzer starting analysis" memory store "analysis start" "$(date +%s)" # Collect baseline metrics echo "πŸ“ˆ Collecting baseline performance metrics" post: | echo "βœ… Performance analysis complete" memory store "perf analysis complete $(date +%s)" "Perfor…