Docs / Quick Start

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

01

Install WordPress plugin

Upload `kitten.zip` under Plugins. Kitten Base is optional and must be reviewed separately before activation.

02

Create minimum access

Enable MCP with least privilege and create a WordPress Application Password for the build user.

03

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.

04

Inspect before writing

Run `kitten doctor` and `kitten preflight saas`; resolve capability, authority, template, staging, backup, and rollback blockers.

05

Build reviewed drafts

Validate, analyze fidelity, preview locally, push only reviewed manifests, and rerun preflight with each draft post ID.

06

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

See how inspection, drafts, QA, and publishing fit together.