| name | bugfix-red-green-proof |
| description | Enforce strict ytnova bugfix loop: failing regression first, implementation second, passing proof third. |
Bugfix Red Green Proof
Use this skill for any bugfix work, regardless of persona.
Mandatory Sequence
- Reproduce bug with a targeted regression test (RED).
- Run and show that the test fails before code fix.
- Implement minimal root-cause fix.
- Re-run targeted tests to green.
- Run broader relevant tests to guard against regressions.
Evidence
- Command list in order
- Failing result before fix
- Passing result after fix
- Notes on why fix addresses root cause