What problem does it solve?
The Skill helps orchestrate large, implementation-heavy coding changes—like major refactors, rewrites, and migrations—without losing safety, tests, or deploy discipline.
Core Features & Use Cases
- 7-phase pipeline for big changes: research → audit → plan → implement → review → fix-loop (max 3) → ship.
- Scripts-first determinism: whenever a step can be formalized, it’s executed via scripts rather than ad-hoc AI actions.
- Dual-model critique on the only critical stage: Codex + Opus run in parallel for Review, then merged findings drive the fix-loop.
- Staging-first with production gate: staging deploy can proceed autonomously; production requires explicit approval.
- Scope control: targeted for multi-file, high-risk work; explicitly avoids one-off edits, small fixes, docs-only changes, or dependency/typo bumps.
Quick Start
Use this skill to plan and execute a Russian migration and major refactor: "Сделай миграцию с переездом и крупным рефакторингом, с тестами, staging и только потом попроси явное разрешение на prod."