WordPress Theme Development Workflow Overview Specialized workflow for creating custom WordPress themes from scratch, including modern block editor (Gutenberg) support, template hierarchy, and responsive design. When to Use This Workflow Use this workflow when: - Creating custom WordPress themes - Converting designs to WordPress themes - Adding block editor support - Implementing custom post types - Building child themes Workflow Phases Phase 1: Theme Setup Skills to Invoke - - Project scaffolding - - Frontend development Actions 1. Create theme directory structure 2. Set up style.css with th…