AI Directive Integration
bloxx cms — 10 features · 4 phases
From static content blocks to an AI-powered system where blog posts stay live, suggestions arrive as you type, and Claude generates CMS-connected content automatically.
Shipped Infrastructure
@faq @team @testimonials @place @reviews @url01 Schema Export Planned
Every downstream AI feature consumes this contract. Add a new directive and AI knows about it automatically. Single dependency for the entire roadmap.
02 AI Emits Directives Planned
Blog posts stay live — when FAQs change in the CMS, the generated post updates too. Claude emits @faq --limit=5 instead of baking in static HTML.
03 Tier 1 Suggestions Planned
Zero-cost, zero-latency suggestions via regex. Type “our team” and a sidebar chip offers @team. Tab to accept. Works on free tier — first taste of AI assistance.
04 @ai Meta-Directive Planned
Any user prompt becomes a context-aware HTML block. @ai "comparison table of our plans" resolves through Claude with full site context.
05 Discoverability Score Planned
Users see WHY directives matter. A toolbar indicator shows schema.org coverage building up as they add directives: “3/7 recommended schemas active.”
06 Intel-Driven Suggestions Planned
“Competitors all have FAQ schema” is 10x more compelling than “you mentioned questions.” Suggestions powered by real competitive intelligence data.
07 Schema as Tool Definitions Planned
Each directive becomes a Claude tool automatically. Structured output with validated arguments — no per-directive prompt engineering needed.
08 Full Loop Planned
Click “generate blog post” → complete article with live CMS data. FAQ, reviews, team bios all resolve from real content.
09 Autopilot Recommendations Vision
Closed loop — weekly citation health scans generate prioritized directive recommendations surfaced in an Action Queue dashboard.
10 @url Browser Rendering Vision
Cloudflare Browser Rendering replaces Firecrawl for JS-heavy URL previews. Native, no external dependency, with product schema extraction in Phase 2.
flowchart TD F["Foundation (Built)"] S1["01 Schema Export"] S2["02 AI Emits Directives"] S3["03 Tier 1 Suggestions"] S4["04 @ai Meta-Directive"] S5["05 Discoverability Score"] S6["06 Intel Suggestions"] S7["07 Schema as Tools"] S8["08 Full Loop"] S9["09 Autopilot Recs"] S10["10 @url Upgrade"] F --> S1 S1 --> S2 S1 --> S3 S1 --> S4 S1 --> S5 S2 --> S7 S3 --> S6 S4 --> S7 S7 --> S8 S6 -.-> S9 S8 -.-> S9 F -.-> S10 classDef built fill:#2d6a4f33,stroke:#2d6a4f,stroke-width:2px classDef planned fill:#2563a033,stroke:#2563a0,stroke-width:1.5px classDef vision fill:#8b9aab22,stroke:#8b9aab,stroke-width:1px,stroke-dasharray:4 class F built class S1,S2,S3,S4,S5,S6,S7,S8 planned class S9,S10 vision