optimize

Coordinate parallel subagents in an evo optimization loop with budgeted, gate-aware execution.

7|3|Updated May 4, 2026
One-click install
npx skills add https://github.com/nopperabbo/codebuddy2api --skill optimize-nopperabbo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimize
Source: https://github.com/nopperabbo/codebuddy2api/tree/main/opencode-config/skills/evo-optimize
Command: npx skills add https://github.com/nopperabbo/codebuddy2api --skill optimize-nopperabbo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The evo optimization loop coordinates multiple semi-autonomous subagents to explore a search space efficiently, reducing manual trial-and-error in iterative experiments.

Core Features & Use Cases

  • Orchestrator-driven briefs, parallel subagents, and pointer-trace-driven exploration across branches.
  • Budgeted, stall-limited execution with progress tracking and gate-aware pruning for robust experimentation.
  • Use cases include research pipelines that require structured experimentation, cross-agent coordination, and trace-based learning.

Quick Start

Initialize the evo workspace and run the orchestrator to start parallel subagent optimization.

Frequently Asked Questions about optimize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate parallel subagents for iterative experiments?

You can coordinate parallel subagents for iterative experiments by using an orchestrator-driven loop that distributes structured briefs across branches and manages cross-agent state. This automates trial-and-error in research pipelines.

What is an evo optimization loop and when do I need it?

An evo optimization loop is an automated process that coordinates multiple semi-autonomous subagents to explore a search space efficiently. You need it for research pipelines requiring structured experimentation and trace-based learning.

Can I run budgeted parallel experiments with progress tracking and pruning?

Yes, you can run budgeted parallel experiments with progress tracking and gate-aware pruning. The execution is stall-limited and uses pointer-trace-driven exploration to ensure robust experimentation within constrained budgets.

How do I start an orchestrator-driven workflow for cross-agent coordination?

To start an orchestrator-driven workflow for cross-agent coordination, initialize the evo workspace and run the orchestrator. It will automatically start parallel subagent optimization using structured briefs and scratchpad summaries.

How does pointer-trace-driven exploration work across branches?

Pointer-trace-driven exploration works by tracking cross-agent state through structured briefs and scratchpad summaries across branches. This allows subagents to learn from traces and efficiently navigate the search space during optimization.

What are the limitations of using semi-autonomous subagents for optimization?

The limitations of using semi-autonomous subagents for optimization include execution being constrained by predefined budgets and stall-limits. Progress is tracked through gates-aware pruning, which may terminate branches early if they fail to meet coordination gates.