| A plugin almost does what the site needs but not quite | Build small custom WordPress plugins | WordPress Support | URL, reproduction steps, access context, current output, and desired result |
| Admin workflows are manual or fragile | Modify existing plugin behavior with hooks, filters, shortcodes, and safe extension points | API & Integrations | URL, reproduction steps, access context, current output, and desired result |
| WordPress needs to connect to an API, webhook, CRM, or internal system | Create admin screens, custom post types, settings, scheduled tasks, and database-backed workflows | Automation | URL, reproduction steps, access context, current output, and desired result |
| WooCommerce or form functionality needs custom behavior | Connect REST APIs, webhooks, authentication, and external data sources | Technical SEO | URL, reproduction steps, access context, current output, and desired result |
| Shortcodes, hooks, scheduled tasks, or plugin data are breaking | Build WooCommerce extensions or site-specific commerce logic | WordPress Support | URL, reproduction steps, access context, current output, and desired result |
| Code is buried in theme files where it should be owned by a plugin | Test compatibility, security assumptions, permissions, and update-safe behavior | API & Integrations | URL, reproduction steps, access context, current output, and desired result |