wiki/knowledge/project-management/development-checklist-standard.md Layer 2 article 958 words Updated: 2026-04-05
↓ MD ↓ PDF
process wordpress development checklist quality-assurance handoff

Standard WordPress Development Checklist

Overview

This checklist was created in response to process gaps identified during the [1] web project post-mortem. The absence of a formal development standard led to inconsistent site structure, difficult developer handoffs, and rework. The goal is to ensure any developer — new or returning — can build or inherit a WordPress site with consistent quality and minimal friction.

"A lot of us have our checklist in our brain. We just know what we need to do." — Melissa Cusumano, VCEDC Post-Mortem

The intent is to externalize that institutional knowledge into a shared, living document.


Pre-Development: Asset & Requirement Collection

Before any design or development begins, confirm the following with the client and account manager:

Lesson from VCEDC: Stock photos and AI-generated images were rejected late in the project because the client wanted imagery specific to the "Northwoods" region. The client's preference for their own photography was not surfaced until well into development. Collecting assets and confirming image policy upfront would have prevented significant rework.


Content Architecture

Correct content type selection prevents structural rework and ensures scalability.

Lesson from VCEDC: The previous developer built news/blog content as individual pages rather than posts, requiring Isahaque to restructure the site after handoff. See [2] for context.


Form Strategy

Lesson from VCEDC: The event plugin's free ticket add-on does not integrate with Kit CRM. Gravity Forms was chosen as the integration layer. Each event requires its own form and CRM tag. Tracy (client) was trained to add the shortcode manually per event post. See [3].


Plugin Selection & Limitations


Developer Handoff Checklist

When transitioning a site between developers:


Pre-Launch QA