What problem does it solve?
This Skill solves the problem of getting a Sage/Bedrock WordPress project working with the Roots AI stack (Acorn AI plus the WordPress MCP adapter) so AI assistants can discover and use WordPress capabilities reliably.
Core Features & Use Cases
- Guided AI stack readiness and gap detection: Runs a detect-ai-readiness probe and then performs only the missing steps needed for your project to become AI-ready.
- Automated installation across the correct layers: Installs the Acorn bridge into the theme via Lando and installs the MCP adapter into the Bedrock root using the correct Composer context.
- MCP configuration generation and verification: Generates or merges the .mcp.json entry and validates the MCP handshake via both WordPress MCP CLI and AI-side ability discovery.
- Failure-mode guardrails and rollback pointers: Handles common issues like Composer version conflicts, Bedrock installer-path autoload quirks, missing .mcp.json entries, and .env not taking effect, with references for rollback.
Real-world use case: you want Claude Code (or a compatible assistant) to automatically reason about your WordPress site and call MCP tools, but your project is missing one or more packages, config files, or API wiring.
Quick Start
Run the superpowers-sage:ai-setup skill in your project root to install the missing Acorn AI and WordPress MCP adapter pieces, generate .mcp.json, write the required API key line into .env, and validate that MCP can register WordPress abilities.