From mcpwp
Operate a client's WordPress site brand-first and governed — the core loop every marketing/website agent runs on connect. Onboard, read the brand book, then build/edit on-brand with approval-first safety. Use the moment you connect to any mcpwp site to do real work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mcpwp:operateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is the **operating loop** — the agent-half of a deployable site. Reference skills tell you
This is the operating loop — the agent-half of a deployable site. Reference skills tell you
what tools exist (/mcpwp:tools, /mcpwp:elementor, /mcpwp:design). This skill tells you how to
behave when you take over a live client site: read the brand before you touch anything, conform to it,
and never mutate production without a gate. Proven on real client sites (digid.ca, crophelp.ai).
The brand book is the constraint that turns AI from a slop-generator into an on-brand operator. Read it first, every time. Everything you produce conforms to it or it does not ship.
Call wp_onboard first, always. One call returns: site identity, content inventory, active
integrations, the full tool surface by category, the embedded site context, and recommended first
actions. Never start work from assumptions — start from the briefing.
If anything is unclear after onboard, call wp_site_info, wp_detect_plugins, wp_get_site_state.
Call wp_get_site_context. This is the site's master style guide / system context — the
brand crystal. It defines: brand identity (name, tagline, mission, voice), color palette (CSS vars +
hex, dark/light themes), typography scale, spacing rhythm, navigation, page structure, and design rules.
effective_context and an inheritance block (scope, archetype_class,
style, matched). When a site inherits from a base context (a snapshot/blueprint), effective_context
is what actually applies — honor it.wp_set_site_context (markdown:
identity → palette → type → spacing → nav → page structure → design rules), get it approved by the
human, then build. A site with no brand book is the first thing to fix, not skip.wp_get_site_state — content, graph, SEO, approvals, events, capabilities, recommended actions.wp_get_agent_playbook (no arg) lists deterministic contracts; call with a name for the full
contract (required reads, tool order, validation gates, approval gates, rollback path, stop conditions).
Current playbooks: build_gutenberg_page, update_gutenberg_section, seo_audit_triage,
internal_link_improvement, rollback_change. Follow the matching playbook rather than improvising./mcpwp:elementor first; always wp_get_elementor_summary before editing;
prefer surgical tools (wp_edit_section, wp_edit_widget, wp_patch_elementor) over full-page rewrites.wp_keyword_research to ground content in real search demand.wp_list_approvals → wp_approve_request → wp_apply_approval), never a silent direct write,
unless a playbook is explicitly marked read-only or the human pre-authorized the specific change.wp_validate_seo_readiness, wp_validate_blocks / Elementor warnings.wp_rollback_approval.wp_get_content_coherence_report / wp_get_signals to confirm the brand crystal
still holds after a batch of work.Stop and ask the human when: the brand book is missing or contradicts the request; a change is destructive with no rollback; an approval is required but absent; the task needs a fact you cannot verify on the site; or a playbook's stop condition triggers.
A deployable site snapshot = this operating skill (the agent's behavior) + the site's brand book +
blueprint (the WordPress structure). Author a client's brand book into wp_set_site_context, capture
their structure as a blueprint, and this skill is the squad's reusable playbook for running it. One skill,
every client site. That is how one proven build (digid.ca) becomes a repeatable product.
/mcpwp:tools (discover tools) · /mcpwp:elementor (page building) · /mcpwp:design (design
principles) · /mcpwp:status (site/plugin health) · /mcpwp:connect (wiring a client).
npx claudepluginhub mumega-com/mcpwp-claude-plugin --plugin mcpwpGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.