This is the protocol that subagents follow when /optimize dispatches them to work on optimization bottlenecks. The orchestrator writes a brief with four fields (objective, parent node, boundaries, pointer traces) and the subagent drives its own iteration loop: read traces, form edits, run experiments, analyze, repeat. It's auto-loaded when subagents spawn, but orchestrators can also read it to understand what shape of brief their subagents expect and what they'll emit back, which helps when debugging why a subagent did something weird. The protocol includes mandatory verifier gates before and after every run, references for instrumentation and training recipes, and the full command surface for working with the evo experiment tree. If you're building multi-agent optimization workflows, this is the contract between your dispatcher and its workers.
npx -y skills add evo-hq/evo --skill subagent --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
supercent-io/skills-template
supercent-io/skills-template
huangjia2019/claude-code-engineering
remotion-dev/remotion
reactjs/react.dev