ddev-workflow

Installation
SKILL.md

DDEV Workflow

Daily work in an already-provisioned Kanopi Drupal or WordPress site. Creating and tearing down worktrees is worktree-manager; this skill is what you run inside one.

ddev start boots containers and nothing else. A fresh clone has no database, no vendor directory, and no compiled theme assets, so the site will serve errors or a blank page until the project's init command finishes. That gap is the single most common cause of "my local is broken."

Read-before-name (hard rule): do not name a single ddev command until you have read this project's command set, in step 2. Every table in this file is a description of the add-on defaults; sites add, rename, and remove commands, so a name that is right in general can be wrong here. Answering from these tables without reading .ddev/commands/ is CANT-20 in the Catalog of Agent Neutralization Techniques, and it is the exact failure this skill exists to prevent. If you cannot read the command set, say so and name none.

Installs
1
GitHub Stars
17
First Seen
12 days ago
ddev-workflow — kanopi/cms-cultivator