WordPress Theme Development Workflow
WordPress theme development workflow covering theme architecture, template hierarchy, custom post types, block editor support, responsive design, and WordPress 7.0 features: DataViews, Pattern Editing, Navigation Overlays, and admin refresh.
When to Use
- The request matches the skill description: WordPress theme development workflow covering theme architecture, template hierarchy, custom post types, block editor support, responsive design, and WordPress 7.0 features: DataViews, Pattern Editing, Navigation Overlays, and admin refresh.
- The task needs the implementation patterns, examples, validation checks, or edge cases listed in the topic map.
- The work would benefit from the complete guidance preserved in
references/full-guidance.md.
Core Workflow
- Confirm the request matches this skill's trigger, scope, and risk profile.
- Use the topic map to identify the relevant pattern, checklist, or example before writing detailed guidance or code.
- Load
references/full-guidance.md when implementation details, examples, anti-patterns, validation checks, or edge cases are needed.
- Apply only the relevant guidance instead of loading or repeating the entire reference by default.
- Verify the result against any validation checks, limitations, security notes, or platform constraints in the reference.
Topic Map
- Overview
- WordPress 7.0 Theme Features
- When to Use This Workflow
- Workflow Phases
- Phase 1: Theme Setup
- Phase 2: Template Hierarchy
- Phase 3: Theme Functions
- Phase 4: Custom Post Types
- Phase 5: Block Editor Support
- Phase 6: Styling and Design
- Phase 7: WordPress 7.0 Features Integration
- Phase 8: Testing
- Theme Structure
- WordPress 7.0 Theme Checklist
- Quality Gates
- Related Workflow Bundles
Reference Map
references/full-guidance.md preserves the complete original guidance, including examples and detailed edge cases.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Progressive Loading
Keep this SKILL.md as the compact routing and workflow entrypoint. Load the reference file only when the user task requires the deeper implementation material.
1---2name: wordpress-theme-development3description: WordPress theme development workflow covering theme architecture, template hierarchy, custom post types, block editor support, responsive design, and WordPress 7.0 features: DataViews, Pattern Editing, Navigation Overlays, and admin refresh.4license: MIT5---67# WordPress Theme Development Workflow89WordPress theme development workflow covering theme architecture, template hierarchy, custom post types, block editor support, responsive design, and WordPress 7.0 features: DataViews, Pattern Editing, Navigation Overlays, and admin refresh.1011## When to Use12- The request matches the skill description: WordPress theme development workflow covering theme architecture, template hierarchy, custom post types, block editor support, responsive design, and WordPress 7.0 features: DataViews, Pattern Editing, Navigation Overlays, and admin refresh.13- The task needs the implementation patterns, examples, validation checks, or edge cases listed in the topic map.14- The work would benefit from the complete guidance preserved in `references/full-guidance.md`.1516## Core Workflow171. Confirm the request matches this skill's trigger, scope, and risk profile.182. Use the topic map to identify the relevant pattern, checklist, or example before writing detailed guidance or code.193. Load `references/full-guidance.md` when implementation details, examples, anti-patterns, validation checks, or edge cases are needed.204. Apply only the relevant guidance instead of loading or repeating the entire reference by default.215. Verify the result against any validation checks, limitations, security notes, or platform constraints in the reference.2223## Topic Map24- Overview25- WordPress 7.0 Theme Features26- When to Use This Workflow27- Workflow Phases28- Phase 1: Theme Setup29- Phase 2: Template Hierarchy30- Phase 3: Theme Functions31- Phase 4: Custom Post Types32- Phase 5: Block Editor Support33- Phase 6: Styling and Design34- Phase 7: WordPress 7.0 Features Integration35- Phase 8: Testing36- Theme Structure37- WordPress 7.0 Theme Checklist38- Quality Gates39- Related Workflow Bundles4041## Reference Map42- `references/full-guidance.md` preserves the complete original guidance, including examples and detailed edge cases.4344## Limitations45- Use this skill only when the task clearly matches the scope described above.46- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.47- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.4849## Progressive Loading50Keep this `SKILL.md` as the compact routing and workflow entrypoint. Load the reference file only when the user task requires the deeper implementation material.