--- 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β¦