# First-session checklist

Complete these steps before editing WordPress content on Pedestal Health staging.

1. **Verify connectivity** — `wp_cms_edit ["verify"]` or `wp_cms_edit_version`
2. **Read capabilities** — `wp_cms_edit_customer` resource `capabilities` (or `wp-cms-edit://customer/capabilities`)
3. **Read tasks index** — `wp_cms_edit_customer` resource `tasks-index`
4. **Read site overview** — `wp-cms-edit://customer/overview`
5. **Read routing** — `wp-cms-edit://customer/routing`
6. **Read blocks index** — `wp-cms-edit://customer/blocks-index` before editing block attributes
7. **List agent drafts** (optional) — `wp_cms_edit ["list-drafts"]`

## Safety

- All `save` operations write **drafts only** — never publish
- Prefer **new draft pages** (`create-page`) with slugs like `ai-edit-<topic>-<date>`
- Do not overwrite production marketing pages (`home`, `about`, solutions, etc.) unless explicitly approved
- Use `open` only on drafts or agent slugs (`ai-edit-*`, `ai-e2e-*`); published marketing pages require `--allow-published`