version: "1.0.1"
name: perf-check description: Run a Loom-style performance assessment for hotspots, regressions, and optimization planning argument-hint: "[scope or file paths]" allowed-tools: Read, Glob, Grep, Bash(*), Agent
Loom Perf Check
Read ${CLAUDE_PLUGIN_ROOT}/references/architecture.md.
Protocol
Before delegating, activate the delegation skill to ensure agent-base-protocol and filesystem-safety-protocol are injected into the delegation prompt.
Workflow
- Define the performance target or pain point.
- Establish the current baseline from available code, metrics, or reproducible commands.
- Identify likely hotspots or structural bottlenecks.
- Prioritize fixes by expected impact versus implementation cost.
- Report measurement gaps when hard evidence is unavailable.
Constraints
- Avoid optimization advice that is disconnected from the observed bottleneck.
- Distinguish measured issues from inferred ones.