What problem does it solve?
Use when a consumer wants to run the public meta-improvement cycle against their target project. This skill is the shipped orchestration surface: it resolves HIVE_TARGET_PROJECT, honors kickoff metrics opt-in, follows the shared meta-team workflow, and promotes retained changes as PR-shaped artifacts against the consumer repo.
Core Features & Use Cases
- Public-cycle orchestration: coordinates the entire meta-team lifecycle from boot to close using the shared workflow.
- Target-project governance: resolves the consumer repo target, enforces clean state, and respects metrics opt-in.
- PR-based promotion: uses PrPromotionAdapter to create PR-shaped artifacts instead of direct commits on the consumer repo.
- Backlog and metrics-based selection: selects ranked proposals when metrics are enabled, otherwise falls back to backlog entries.
- Safeguards and validation: uses closure_validator.validate_closable and shared handoffs to baseline/candidate comparison.
Quick Start
Configure HIVE_TARGET_PROJECT and kickoff metrics, then trigger the public meta-optimize cycle against your target project.