This release focused on three major capability areas: SEO analysis, customer success workflows, and marketing/business data integrations.
SEO Analysis Suite
Rebuilt SEO analysis as five focused, composable skills optimized for specific use cases and query budgets:
- seo-bootstrap — Initialize reusable SEO context (target domain, competitors, market)
- seo-traffic-analysis — Organic search performance monitoring and trend analysis
- seo-technical-analysis — Live crawl/indexability diagnosis (robots.txt, sitemaps, canonicals)
- seo-competitor-analysis — Benchmark search footprint against selected competitors
- seo-gap-analysis — Find keyword/topic/content gaps to target next
Each skill runs independently with clear input/output contracts. Use seo-bootstrap once, then run analysis skills as needed without re-onboarding.
Reference commits: 26a515c, 5747590, 980d057, 9d562b3
Customer Success & Analytics
New customer mapping and analysis layer combining data from Slack, Mixpanel, and customer registries:
- customer-mapping — Build clean customer registry from multiple sources with identity resolution
- cs-account-analysis — Account-manager-ready briefings combining registry, Slack conversations, and Mixpanel usage
- cs-usage-analysis — Product adoption and workflow usage pattern analysis
Reference commits: 8047a78, 1c7b9c6
Marketing & Business Data Integrations
Shipped integration layer for major marketing and business platforms via MCP-backed CLIs:
SEO & Analytics:
- Ahrefs (keyword research, SERP analysis, backlinks, site metrics)
- Google Analytics (traffic monitoring, deep analysis)
- Google Search Console (organic performance tracking)
Product & Customer:
- Mixpanel (event analytics, funnels, user properties)
- Slack (message search, channel history, support analysis)
- Grain (meeting recordings, transcripts, deal tracking)
Finance:
- Xero (invoices, contacts, reports)
Each integration includes auth skill + operational skill. Auth setup is one-time, operational workflows are repeatable.
Reference commits: b16d62b, 7cdb43c, d1c55d6, fbb4603, f581b60, f3fb817, a1f74bc
Content & Workflow Improvements
- article-image-generation — Two-phase Gemini workflow for blog header/inline images (ideate 10 concepts, then create selected ones)
- domain-generate — Infrastructure-style domain brainstorming with rubric constraints
- session-search-history — Search local Codex/Claude/OpenClaw transcripts for earlier conversations
- agent-runner — Delegate to child runtimes with auto-answer policy (escalates only when blocked)
Reference commits: 864ccb3, 78d6a5e, 5f6dfac, e1ccfe0, 94a5224, 71ff9c7, 1d5140d
Article Pipeline Hardening
- Migrated from
new-articlenamespace and aligned state/contracts - Locked prompt baselines with golden fixtures for ideate/shape steps
- Added claim-bank gates and fail-first eval to prevent quality regression
- Tightened anti-drift controls and section depth limits
Reference commits: eaa71f5, 940b66b, 77164b1, 9a307f7, 1543870
Twitter Workflow Refactor
- Renamed
draft→compose,generate→ideatefor clearer task separation - Added calibration blocked-mode fallback
Reference commits: b4f6d2d, 1701f2d
Commit range: 53278cc (2026-03-04) to a1f74bc (2026-03-12)
All skills now available on the skills library.