wpboilerplate / wordpress-plugin-boilerplate
Composer to autoload the condition checking for which this add-on is made
Package info
github.com/WPBoilerplate/wordpress-plugin-boilerplate
Language:Shell
Type:wordpress-plugin
pkg:composer/wpboilerplate/wordpress-plugin-boilerplate
v1.0.1
2023-05-03 12:23 UTC
This package is auto-updated.
Last update: 2026-05-15 11:01:37 UTC
README
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.
Documentation
| 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 |
Quick Install
uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@v0.8.7 specify init --here --integration claude-code
See Quick Start for the full setup guide.