Introduce proven design patterns to solve recurring design problems and improve code structure.
/plugin marketplace add dhofheinz/open-plugins/plugin install 10x-fullstack-engineer@open-pluginsrefactor/# Design Pattern Introduction Operation Introduce proven design patterns to solve recurring design problems and improve code structure. ## Parameters **Received from $ARGUMENTS**: All arguments after "patterns" **Expected format**: **Parameter definitions**: - `scope` (REQUIRED): Path to apply pattern (e.g., "src/services/", "src/components/UserForm.tsx") - `pattern` (REQUIRED): Pattern to introduce - `factory` - Create objects without specifying exact class - `strategy` - Encapsulate interchangeable algorithms - `observer` - Publish-subscribe event system - `decorator` - Add ...