Patch Design Skill Create minimal, surgical patch plans for targeted fixes. When to Use - Fixing specific issues from review - Creating focused bug fixes - Addressing blockers without scope creep - Making targeted improvements Core Principle "This is a PATCH - keep the scope minimal. Only fix what's described in the issue and nothing more." Design Workflow Step 1: Understand the Specific Issue Parse the issue clearly: - What is broken? (specific behavior) - How should it work? (expected behavior) - What evidence exists? (screenshots, errors) Do NOT expand scope beyond the reported issue. Step…