Enforces a strict test-driven development (TDD) workflow for the HTML Minifier repo. Use this skill whenever you are asked to add, change, or fix any behavior in the minification pipeline, feature flags, file-extension handling, or any other production code. It forces you to write a failing test first, run it to watch it fail (red), and then ask the user for permission before writing any implementation code.
2026-06-23