working-effectively-with-legacy-code · git:20260909.802595f · 2026-09-09 · sha256 02bdaf78eb4c8eb2

working-effectively-with-legacy-code git:20260909.802595fA

Immutable. This exact content is served forever at /api/v1/blob/02bdaf78eb4c8eb2.

---
name: working-effectively-with-legacy-code
description: Apply Michael Feathers-inspired legacy-code rules when changing hard-to-test code safely with characterization tests, seams, sprout methods, or wrap methods.
license: MIT
---

# Working Effectively with Legacy Code Skill

Use this skill when a task involves risky legacy changes, missing tests, characterization tests, seams, dependency breaking, sprout method, wrap method, or incremental risk reduction.

Before making design or code decisions, read and apply [working-effectively-with-legacy-code.mini.md](working-effectively-with-legacy-code.mini.md). Use [working-effectively-with-legacy-code.md](working-effectively-with-legacy-code.md) only as a deeper reference when the mini rules are not enough for the current legacy-code tradeoff.