meta-meta-optimize

Coordinate local plugin-hive optimization cycles with a controlled worktree workflow.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/firefly-events/plugin-hive --skill meta-meta-optimize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-meta-optimize
Source: https://github.com/firefly-events/plugin-hive/tree/main/maintainer-skills/meta-meta-optimize
Command: npx skills add https://github.com/firefly-events/plugin-hive --skill meta-meta-optimize

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local maintainer paths require a controlled, isolated workflow to plan, validate, and apply plugin-hive improvements without affecting the public surface.

Core Features & Use Cases

  • Local worktree-based cycle management for meta optimization
  • Shared-runtime handoffs via hive/lib/meta-experiment for envelopes, baselines, and promotion
  • Step-driven lifecycle (boot, analysis, proposal, implementation, testing, evaluation, promotion, close) with guardrails and artifacts
  • Strict isolation and governance to protect the control plane during cycles

Quick Start

Boot the local optimization cycle by creating a worktree and following hive/workflows/steps/meta-team-cycle steps in order.

Frequently Asked Questions about meta-meta-optimize

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

FAQPage Schema
How do I automate local maintainer optimization cycles for a repository?

Local maintainer optimization cycles are automated using a controlled worktree workflow that operates in an isolated cycle space. This process uses step scripts and shared runtime libraries to produce evaluation, envelope, and promotion artifacts without affecting the public surface.

What is the best way to isolate plugin-hive improvements during a local cycle?

The best way to isolate plugin-hive improvements is through strict local worktree-based cycle management. This governance approach protects the control plane by enforcing validation gates and handling shared-runtime handoffs via the hive/lib/meta-experiment libraries.

How does the worktree workflow handle validation gates and promotion artifacts?

The worktree workflow enforces validation gates through a step-driven lifecycle that includes boot, analysis, implementation, testing, and evaluation phases. It generates promotion artifacts and updates the final ledger only after satisfying predefined prerequisites and handoffs.

Do I need shared runtime libraries to run local meta optimization steps?

Yes, you need shared runtime libraries located in hive/lib/meta-experiment to manage envelopes, baselines, and promotions. These libraries provide the necessary handoffs and runtime context for the step scripts to execute the optimization lifecycle correctly.

What are the steps to boot a local optimization cycle in a worktree?

To boot a local optimization cycle, create a local worktree and follow the hive/workflows/steps/meta-team-cycle scripts in order. This step-driven lifecycle progresses through analysis, proposal, implementation, testing, evaluation, promotion, and close phases with guardrails.

Why does the local meta optimization cycle require strict isolation from the public surface?

Strict isolation is required to protect the public repository surface during maintainer optimization. By operating exclusively in a local cycle space, the workflow ensures that validation gates are enforced and only fully evaluated promotion artifacts affect the main project.