From perf
Synthesizes performance findings from baselines, experiments, profiling, and hypotheses into evidence-backed summaries, recommendations, and next steps.
npx claudepluginhub agent-sh/perf --plugin perfThis skill uses the workspace's default tool permissions.
Synthesize performance investigation results into clear recommendations.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Synthesize performance investigation results into clear recommendations.
Follow docs/perf-requirements.md as the canonical contract.
summary: <2-3 sentences>
recommendations:
- <actionable recommendation 1>
- <actionable recommendation 2>
abandoned:
- <hypothesis or experiment that failed>
next_steps:
- <if user should continue or stop>