wp-spec-to-goal
wp-spec-to-goal — Vague WP Plugin Idea → Codex /goal Bundle
Turn a rough WordPress plugin or feature idea into the three files Codex /goal needs to drive autonomous implementation:
goals/<slug>/
GOAL.md what done looks like (full WP plugin template)
VERIFY.md how /goal proves it's done (wp-env + playwright-cli + wp-eval, folded in)
PROGRESS.md the audit trail /goal will populate
The skill optionally scaffolds a missing plugin (plugin folder + .wp-env.json + package.json + AGENTS.md) and prints a tailored /goal command at the end.
Prerequisite — playwright-cli. The generated
VERIFY.mddrives browser-visible checks through playwright-cli. Install it once on the machine that runs/goal:npm install -g @playwright/cli@latestthenplaywright-cli install --skills(needs Node.js 18+). If it isn't installed, this skill still produces the bundle — it just prepends a "Setup prerequisites" section toVERIFY.mdso/goalknows to install it first.
Why this skill exists
A full multi-prompt workflow kit is overkill for plugins or features that fit in one or two goal slices. This skill collapses the "spec → goal trio" hop into a single guided conversation that: