What problem does it solve?
This Skill prevents beta refactors from silently introducing regressions by enforcing a structured 3-stage workflow with mandatory multi-LLM review, especially for breaking changes.
Core Features & Use Cases
- Beta-only refactor execution: Guides implementation of plan TODOs in the retikz beta window with guardrails against scope creep (no new features/IR/public fields).
- Multi-LLM safety net: Runs equivalence and benefit audits to confirm āno regressionā and āactually better,ā with stricter requirements for breaking/visible changes.
- Controlled wrap-up: Requires roadmap check-off and, when applicable, changelog BREAKING sections and migration guidance.
Quick Start
Use the flow-beta skill to execute one registered beta plan TODO end-to-end from implementation through multi-LLM evaluation to wrap-up with required halting gates.