Add publishing and SEO abilities
Build release ZIP / build (push) Has been cancelled

This commit is contained in:
Christian Krakau-Louis
2026-05-16 22:39:40 +02:00
parent e0d0c16892
commit 5c758e2568
4 changed files with 1081 additions and 10 deletions
+34
View File
@@ -0,0 +1,34 @@
# Roadmap
This plugin is meant to become the narrow, trusted control layer for managing a
modern WordPress blog through MCP.
## 0.2.x: Publishing Essentials
- Featured image workflows from existing media and remote image URLs.
- Scheduled publishing for posts, pages, and custom post types.
- SEO metadata read/write support with All in One SEO compatibility.
- Deterministic SEO audits for drafts and published posts.
- GitHub Actions release ZIPs.
## 0.3.x: Editorial Workflows
- Draft review summaries with before/after diffs.
- Bulk post operations with dry-run support.
- Safer taxonomy workflows for category/tag cleanup.
- Redirect suggestions when slugs change.
- Media replacement and alt-text audit helpers.
## 0.4.x: Site Health And Performance
- Cache inspection helpers for common WordPress/Nginx/Cloudflare setups.
- Attachment size and responsive image diagnostics.
- Plugin inventory with update, risk, and redundancy signals.
- Read-only performance snapshots for key pages.
## Later
- Optional structured data helpers for articles, recipes, and FAQs.
- Editorial calendar resources for MCP clients.
- Backup/export preflight checks before destructive operations.
- Fine-grained capability profiles for different MCP clients.