Maestro-orchestrate perf-check

Run a Maestro-style performance assessment for hotspots, regressions, and optimization planning

install
source · Clone the upstream repo
git clone https://github.com/josstei/maestro-orchestrate
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/josstei/maestro-orchestrate "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/maestro/skills/perf-check" ~/.claude/skills/josstei-maestro-orchestrate-perf-check-79ffd3 && rm -rf "$T"
manifest: plugins/maestro/skills/perf-check/SKILL.md
source content

Read

../../references/runtime-guide.md
. Call
get_skill_content
with resources: ["architecture", "delegation"]. Call
get_agent
with agents: ["performance-engineer"].

Workflow

  1. Define the performance target or pain point
  2. Establish the current baseline from available code, metrics, or reproducible commands
  3. Identify likely hotspots, structural bottlenecks, and hot loops through code analysis
  4. Prioritize fixes by expected impact versus implementation cost
  5. Report measurement gaps when hard evidence is unavailable and propose a validation plan