wpboilerplate/wordpress-plugin-boilerplate

Composer to autoload the condition checking for which this add-on is made

Maintainers

Package info

github.com/WPBoilerplate/wordpress-plugin-boilerplate

Homepage

Issues

Language:Shell

Type:wordpress-plugin

pkg:composer/wpboilerplate/wordpress-plugin-boilerplate

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 1

v1.0.1 2023-05-03 12:23 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.