mikado-method
Use to refactor or restructure existing code IN PLACE when the change is likely to break things in ways that are hard to predict up front — drive the Mikado Method loop: attempt the change naively, capture what breaks as prerequisite graph nodes, revert, and implement bottom-up from the leaves, always keeping the codebase green. Loaded internally by brownfield-refactorer when the human chooses in-place restructuring over Strangler Fig.
Pinned to revision f2a11d9952bb, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/mikado-method/SKILL.md
- skills/mikado-method/references/graph-format.md
- skills/mikado-method/references/worked-example.md
- skills/mikado-method/scripts/validate-mikado.sh
Every link opens the file at its source, pinned to the revision this page describes.