WordPress theme development workflow covering theme architecture, template hierarchy, custom post types, block editor support, and responsive design.
Specialized workflow for creating custom WordPress themes from scratch, including modern block editor (Gutenberg) support, template hierarchy, and responsive design.
Use this workflow when:
app-builder - Project scaffoldingfrontend-developer - Frontend developmentUse @app-builder to scaffold a new WordPress theme project
frontend-developer - Template developmentUse @frontend-developer to create WordPress template files
backend-dev-guidelines - Backend patternsUse @backend-dev-guidelines to create theme functions
wordpress-penetration-testing - WordPress patternsUse @wordpress-penetration-testing to understand WordPress CPT patterns
frontend-developer - Block developmentUse @frontend-developer to create custom Gutenberg blocks
frontend-design - UI designtailwind-patterns - Tailwind CSSUse @frontend-design to create responsive theme design
playwright-skill - Browser testingwebapp-testing - Web app testingUse @playwright-skill to test WordPress theme
theme-name/
├── style.css
├── functions.php
├── index.php
├── header.php
├── footer.php
├── sidebar.php
├── single.php
├── page.php
├── archive.php
├── search.php
├── 404.php
├── comments.php
├── template-parts/
├── inc/
├── assets/
│ ├── css/
│ ├── js/
│ └── images/
└── languages/
wordpress - WordPress developmentwordpress-plugin-development - Plugin developmentwordpress-woocommerce - WooCommerce