Quick Start
Connect your coding agent to WordPress—without putting secrets in the project.
Install the WordPress plugin and local CLI, use a least-privilege Application Password through environment variables, run doctor and preflight, then create drafts for review.
Installation
From plugin upload to first reviewed draft
Install WordPress plugin
Upload `kitten.zip` under Plugins. Kitten Base is optional and must be reviewed separately before activation.
Create minimum access
Enable MCP with least privilege and create a WordPress Application Password for the build user.
Install and configure CLI
Install the versioned CLI, export `KITTEN_WP_URL`, `KITTEN_WP_USER`, and `KITTEN_WP_APP_PASSWORD`, then configure Codex or Claude.
Inspect before writing
Run `kitten doctor` and `kitten preflight saas`; resolve capability, authority, template, staging, backup, and rollback blockers.
Build reviewed drafts
Validate, analyze fidelity, preview locally, push only reviewed manifests, and rerun preflight with each draft post ID.
Update safely
Keep plugin and CLI versions compatible, verify checksums/releases, retain backups, and never treat update or publish as automatic.
Core commands
A small, reviewable command surface
Important
Secrets stay in the environment; publishing stays explicit.
Understand the full workflow