A specification-driven WordPress plugin boilerplate that integrates Spec Kit and Claude Code to help you build plugins using clear specs before writing a single line of code.
Write specifications. Let AI implement. Ship with confidence.
| Section | Description |
|---|---|
| What is Spec Kit? | Overview of Spec Kit and spec-driven development |
| Quick Start | Installation, initialization, and getting-started checklist |
| Project Memory | Setting up CONSTITUTION.md, DECISIONS.md, and GOTCHAS.md |
| Spec Kit Workflow | Step-by-step workflow with a full payment feature example |
| Project Structure | Full directory layout after Spec Kit setup |
| Claude Code Integration | Available slash commands and how Claude Code uses memory |
| Best Practices | Tips for specs, memory files, and team collaboration |
| Maintenance | Updating Spec Kit, syncing AGENTS.md, monthly review guide |
uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@v0.8.7
specify init --here --integration claude-codeSee Quick Start for the full setup guide.