WordPress Plugin Development Workflow Overview Specialized workflow for creating WordPress plugins with proper architecture, hooks system, admin interfaces, REST API endpoints, and security practices. When to Use This Workflow Use this workflow when: - Creating custom WordPress plugins - Extending WordPress functionality - Building admin interfaces - Adding REST API endpoints - Integrating third-party services Workflow Phases Phase 1: Plugin Setup Skills to Invoke - - Project scaffolding - - Backend patterns Actions 1. Create plugin directory structure 2. Set up main plugin file with header 3…