What problem does it solve?
This Skill solves the problem of ungoverned, error-prone modifications to Roster pipeline skills and components by providing a structured, approval-gated workflow for implementing only the improvements explicitly approved by skill health checks.
Core Features & Use Cases
- Proposal Processing: Handles 5 types of approved proposals: new skills, deterministic tools, skill adaptations, new dedicated agents, and workflow template promotions.
- Governance Enforcement: Requires explicit human approval before and after every change, preventing unvetted modifications to critical pipeline components.
- Validation & Coherence: Runs post-edit integrity checks and harness coherence validation to ensure all changes integrate cleanly with the existing Roster ecosystem.
- Use Case: For example, if a skill health check identifies a recurring friction in the implement phase that can be resolved with a new bash script, this Skill will guide you through writing the script, patching the affected skill, and validating the harness before installation.
Quick Start
Use the roster-skill-evolve skill to implement the next approved improvement proposal from the latest skill health report, following all required validation and human gate steps.