Skip to content

Command Reference

Complete reference for all available commands in Seer Agent Engine.

Copy/paste ready

All command snippets in this page are safe to copy and paste as-is.

Command Capability Map

flowchart TB
    subgraph SEO["SEO Commands"]
        CA["/content-audit"]
        CO["/content-outline"]
        SL["/search-landscape"]
        CGA["/content-gap-analysis"]
        TDA["/traffic-decline-analysis"]
    end

    subgraph Core["Core Commands"]
        COT["/chain-of-thought"]
        CONF["/95-confidence"]
        TOK["/token-optimizer"]
        DOC["/core-doctor"]
        QA["/qa-check"]
        SD["/slide-deck"]
    end

    subgraph Innovation["Innovation"]
        AA["/agent-architect"]
        AC["/agent-creator"]
    end

    subgraph Analytics["Analytics"]
        RB["/reporting-buddy"]
        FA["/funnel-analysis"]
        ET["/event-tracker"]
        FPD["/first-party-data-audit"]
    end

    subgraph PDM["Paid Media"]
        KA["/keyword-analysis"]
        PR["/pdm-report"]
    end

    subgraph Operations["Operations"]
        TT["/time-tracking"]
    end

    subgraph Creative["Creative"]
        BC["/brand-content"]
        CRO["/cro-audit"]
        AA2["/audience-analysis"]
        CP["/creative-playbook"]
    end

    subgraph Skills["Skills (Auto-loaded)"]
        SM["seo-methods"]
        AM["analytics-methods"]
        PM["pdm-methods"]
        CM["creative-methods"]
        WS["writing-standards"]
        QS["quality-standards"]
    end

    subgraph MCP["Data Sources"]
        BQ["BigQuery"]
        DFS["DataForSEO"]
        WR["Wrike"]
    end

    %% SEO connections
    CA --> SM
    CO --> SM
    SL --> SM
    CGA --> SM
    TDA --> SM

    CA --> BQ
    CA --> DFS
    CO --> DFS
    SL --> BQ
    CGA --> BQ
    CGA --> DFS
    TDA --> BQ

    %% Operations connections
    TT --> WR

    %% Analytics connections
    RB --> AM
    FA --> AM
    ET --> AM
    FPD --> AM

    RB --> BQ
    FA --> BQ
    ET --> BQ
    FPD --> BQ

    %% Paid Media connections
    KA --> PM
    PR --> PM

    KA --> BQ
    PR --> BQ

    %% Creative connections
    BC --> CM
    CRO --> CM
    AA2 --> CM
    CP --> CM

    CRO --> BQ

    %% All deliverables use standards
    CA --> WS
    CO --> WS
    SL --> WS
    SD --> WS
    QA --> WS
    RB --> WS
    FA --> WS
    ET --> WS
    FPD --> WS
    KA --> WS
    PR --> WS
    BC --> WS
    CRO --> WS
    AA2 --> WS
    CP --> WS

    QA --> QS

    style SEO fill:#5050BC,color:#fff
    style Core fill:#5050BC,color:#fff
    style Innovation fill:#5050BC,color:#fff
    style Analytics fill:#5050BC,color:#fff
    style PDM fill:#5050BC,color:#fff
    style Operations fill:#5050BC,color:#fff
    style Creative fill:#5050BC,color:#fff
    style Skills fill:#343456,color:#fff
    style MCP fill:#343456,color:#fff

This diagram shows the ecosystem at a glance.


SEO Division

MCP Legend: πŸ”Œ Required | ⚑ Optional (commands work without, but with reduced automation)

/content-audit

Optimize existing pages to improve organic performance.

Property Value
Version 2.7.0
Time 30-60 minutes
Skills seo-methods, writing-standards, quality-standards
MCP πŸ”Œ bigquery, πŸ”Œ dataforseo, ⚑ wrike

Required Inputs:

Input Description
Target URL The page to audit
Client name For BigQuery organization filter
Primary goal Traffic growth, conversion optimization, competitive positioning
Target keywords Known keywords or request research

Optional Inputs:

  • Preceding analysis (Content Gap, Keyword Proposal)
  • Client brand voice guidelines
  • Known conversion paths or key events
  • Constraints (technical, content, timeline)

Output: Google Doc with:

  • Expected Outcome (ROI projection)
  • General Research (goal, competitive analysis)
  • On-Page Optimizations (color-coded recommendations)
  • Internal Linking Opportunities

Color Coding:

Color Meaning
Blue ADD this content
Yellow OPTIONAL enhancement
Red FIX or NEW internal link
Strikethrough Fuchsia REMOVE this content

Example Output:

## Expected Outcome

| Metric | Current | Projected | Change |
|--------|---------|-----------|--------|
| Organic Sessions | 5,200/mo | 7,800/mo | +50% |
| Target Keywords | 3 top-10 | 8 top-10 | +167% |

## On-Page Recommendations

### Title Tag
πŸ”΅ **ADD:** Include primary keyword "widget pricing"
Current: "Our Widgets | Company Name"
Recommended: "Widget Pricing & Plans | Company Name"

### H1
🟑 **OPTIONAL:** Add secondary keyword variation

Common Issues:

Issue Solution
"No data found for client" Verify client name matches BigQuery org_name field exactly
"DataForSEO rate limit exceeded" Wait 60 seconds and retry, or use manual keyword research
"Missing GA4 conversion data" Ensure GA4 is connected in BigQuery; fall back to engagement metrics

/content-outline

Create strategic blueprint for NET NEW pages.

Property Value
Version 2.7.0
Time 45-90 minutes
Skills seo-methods, writing-standards, quality-standards
MCP πŸ”Œ dataforseo, ⚑ bigquery, ⚑ wrike

Required Inputs:

Input Description
Target topic What content are we creating
Target keywords Primary, secondary, long-tail variations
Client name For BigQuery organization filter
Page goal Educate, convert, thought leadership

Optional Inputs:

  • Origin deliverable (Content Gap Analysis)
  • Existing related content on client site
  • Competitor pages to benchmark
  • Internal data or expertise to differentiate
  • Client brand voice guidelines

Output: Google Doc with:

  • Overview + Goal
  • Expected Impact (best/better/good scenarios)
  • Keyword Research (10-15 target keywords with MSV)
  • Competitive Insights (3-5 competitors + differentiation strategy)
  • Metadata Recommendations
  • On-Page Copy & Format Recommendations (section-by-section)
  • Next Steps

Example Output:

## Expected Impact

| Scenario | Est. Monthly Traffic | Assumptions |
|----------|---------------------|-------------|
| Best | 2,400 sessions | Position 1-3 for primary KW |
| Better | 1,200 sessions | Position 4-7 for primary KW |
| Good | 600 sessions | Position 8-15 for primary KW |

## Keyword Research

| Keyword | MSV | Difficulty | Intent |
|---------|-----|------------|--------|
| saas pricing models | 1,900 | 42 | Informational |
| per-seat vs usage pricing | 480 | 28 | Informational |

Common Issues:

Issue Solution
"No competitor data available" Manually specify 3-5 competitor URLs for benchmarking
"Topic too broad" Narrow focus to specific subtopic or audience segment
"Low search volume keywords" Consider long-tail variations or adjacent topics with higher MSV

/search-landscape

Comprehensive 12-question SERP analysis for strategic planning.

Property Value
Version 2.7.0
Time 90-120 minutes
Skills seo-methods, writing-standards, quality-standards
MCP πŸ”Œ bigquery, ⚑ dataforseo

Required Inputs:

Input Description
Client name For BigQuery lookup
Project ID Specific project to analyze

Optional Inputs:

  • Project brief (business objectives, KPIs, target audience)

Interactive Process:

  1. Request project brief
  2. Identify client & project in BigQuery
  3. Work through 12 questions interactively
  4. Generate comprehensive analysis outline

12 Questions Covered:

  1. Keywords at a Glance (metrics overview)
  2. Keyword distribution by ranking position
  3. Competitive domain analysis
  4. SERP feature opportunities
  5. Search volume analysis by topic/category
  6. Ranking trajectory trends
  7. High-opportunity keywords (positions 11-20)
  8. Geographic/device performance variations
  9. Content gap identification
  10. Internal linking opportunities
  11. Seasonal trends
  12. Brand vs. non-brand performance

Output: Structured outline with:

  • Executive Summary
  • Question-by-question findings
  • Strategic recommendations (0-30 days, 30-90 days, 90+ days)
  • Competitive landscape summary
  • Data appendix

Example Output:

## Executive Summary

Client ranks for 1,247 keywords but misses opportunities in 3 key areas:
product comparison queries, integration guides, and pricing content.

## Q7: High-Opportunity Keywords (Positions 11-20)

| Keyword | Position | MSV | Opportunity |
|---------|----------|-----|-------------|
| crm integration guide | 14 | 720 | Expand existing content |
| saas onboarding best practices | 17 | 1,100 | New page recommended |

## Strategic Recommendations

### 0-30 Days (Quick Wins)
- Optimize 5 pages ranking 11-15 for high-MSV terms

Common Issues:

Issue Solution
"Project not found in BigQuery" Verify Project ID matches exactly; check with account team
"Insufficient ranking data" Ensure domain has been tracked for 30+ days in Seer Signals
"Analysis taking too long" Break into smaller topic clusters; run sequentially

/content-gap-analysis

Identify content opportunities competitors are capitalizing on that the client is missing.

Property Value
Version 1.0.0
Time 60-90 minutes
Skills seo-methods, writing-standards, quality-standards
MCP πŸ”Œ bigquery, πŸ”Œ dataforseo

Required Inputs:

Input Description
Client domain The domain to analyze for gaps
Client name For BigQuery organization filter
Competitor domains 3-5 competitor domains to benchmark against
Business constraints Budget, resources, content limitations

Optional Inputs:

  • Specific themes or topic areas to focus on
  • Content goals (traffic, conversions, authority)
  • Target audience segments
  • Existing content inventory

Output:

  • Client presentation summarizing gap analysis
  • Keyword proposal spreadsheet with prioritized opportunities

Example Output:

## Gap Analysis Summary

| Gap Type | Keywords Found | Est. Monthly Traffic |
|----------|----------------|---------------------|
| Competitor-only | 342 | 28,400 |
| Underperforming | 89 | 12,100 |
| Untapped topics | 156 | 19,800 |

## Priority 1: Competitor-Only Keywords

| Keyword | Competitors Ranking | MSV | Recommended Action |
|---------|---------------------|-----|-------------------|
| crm comparison 2024 | 4/5 competitors | 2,400 | New comparison page |
| best crm for startups | 3/5 competitors | 1,900 | New landing page |

Common Issues:

Issue Solution
"No overlapping competitors" Broaden competitor list or check domain spelling
"DataForSEO quota exceeded" Reduce competitor count to 3; retry in 24 hours
"Too many gaps to prioritize" Apply business filters (revenue potential, intent alignment)

/traffic-decline-analysis

Systematic investigation of organic traffic declines using four-phase methodology.

Property Value
Version 1.0.0
Time 45-90 minutes
Skills systematic-investigation, seo-methods, signals-data, quality-standards
MCP πŸ”Œ bigquery

Required Inputs:

Input Description
Primary metric The metric showing decline (sessions, clicks, impressions)
Percentage change Approximate decline percentage
Time period The period to investigate (e.g., "last 30 days")
Comparison baseline What to compare against (YoY, MoM, previous period)

Investigation Phases:

  1. Scope Definition - Confirm metric, timeframe, and comparison period
  2. Data Gathering - Pull relevant data from BigQuery/Signals
  3. Hypothesis Testing - Systematically test potential causes
  4. Root Cause Analysis - Identify confirmed causes and contributing factors

Common Causes Investigated:

  • Algorithm updates
  • Technical issues (crawling, indexing, site speed)
  • Content changes or removals
  • Competitive landscape shifts
  • Seasonal or market trends
  • Tracking/measurement issues

Output: Investigation report with:

  • Executive summary of findings
  • Root cause analysis with evidence
  • Prioritized recommendations
  • Monitoring plan for recovery

Example Output:

## Executive Summary

Organic sessions declined 23% MoM (Oct vs Sep 2024). Root cause:
Google algorithm update on Oct 15 combined with 3 high-traffic pages
returning 404 errors since Oct 8.

## Root Cause Analysis

| Cause | Impact | Confidence | Evidence |
|-------|--------|------------|----------|
| 404 errors (3 pages) | -12% sessions | High | Server logs, GSC coverage |
| Algorithm update | -8% sessions | Medium | Industry reports, SERP volatility |
| Seasonal decline | -3% sessions | High | YoY comparison |

## Prioritized Recommendations

1. **Immediate:** Restore or redirect 3 broken URLs
2. **This week:** Audit affected pages for content quality

Common Issues:

Issue Solution
"Insufficient historical data" Extend comparison period; check if tracking was recently added
"Multiple causes, unclear priority" Use impact sizing; focus on highest-confidence, highest-impact first
"No clear root cause found" Expand hypothesis list; check for tracking/tagging changes

Core Commands

/chain-of-thought

Apply systematic step-by-step reasoning to complex problems.

Property Value
Version 1.0.0
Time Varies
Skills None
MCP None

Process:

  1. UNDERSTAND - Restate the question, identify success criteria
  2. ANALYZE - Break down into parts, identify relevant information
  3. REASON - Trace cause/effect, consider alternatives
  4. SYNTHESIZE - Connect pieces, resolve contradictions
  5. CONCLUDE - State answer clearly, explain reasoning

Use When:

  • Complex problems with multiple factors
  • Decisions requiring careful analysis
  • Need to show reasoning process

/95-confidence

Respond only with high-confidence, evidence-based answers.

Property Value
Version 1.0.0
Time Varies
Skills None
MCP None

Process:

  1. Initial confidence assessment (0-100)
  2. Ask clarifying questions until 95%+ confidence
  3. Report updated confidence after each exchange
  4. Provide final answer with evidence and caveats

Confidence Scale:

Level Meaning
90-100% High confidence, strong evidence
70-89% Moderate confidence, need clarification
50-69% Low confidence, significant gaps
Below 50% Cannot reliably answer

/token-optimizer

Analyze context for redundancy and optimize token usage.

Property Value
Version 1.0.0
Time 5-10 minutes
Skills None
MCP None

Process:

  1. Inventory current context (documents, instructions, history)
  2. Identify redundancy (repeated info, irrelevant content)
  3. Categorize: Essential, Useful, Redundant, Stale
  4. Recommend: Keep, Summarize, Remove, Archive
  5. Identify integration opportunities

Output: Prioritized list of optimization actions


/core-doctor

Diagnose core-dependencies health and configuration.

Property Value
Version 1.0.0
Time 1-2 minutes
Skills None
MCP None

Checks Performed:

  1. Plugin structure verification
  2. Hook registration status
  3. Skill discovery and activation rules
  4. Division plugin scan

Output Format:

CORE-DEPENDENCIES DIAGNOSTIC
============================
Plugin Structure: [OK/WARN/FAIL]
Hook Registration: [OK/WARN/FAIL]
Skills Discovered: [count]
Division Plugins: [count]
Overall Status: [HEALTHY/DEGRADED/BROKEN]

/slide-deck

Generate presentation outlines for client deliverables (QBR, Pitch, Campaign Wrap-up, Audit).

Property Value
Version 1.0.0
Time 15-45 minutes
Skills presenting, seer-branding, writing-standards
MCP None required

Deck Types:

Type Purpose Typical Length
QBR Quarterly Business Review for existing clients 15-20 slides
Pitch New business or capability presentation 10-15 slides
Campaign Performance wrap-up for campaigns 12-18 slides
Audit Technical/content audit findings 15-25 slides

Required Inputs:

Input Description
Deck type QBR, Pitch, Campaign, or Audit
Client name For audience context
Key objectives What you want the audience to do/think

Optional Inputs:

  • Data/metrics to highlight
  • Specific accomplishments
  • Challenges or blockers
  • Next steps/recommendations
  • Brand guidelines (beyond Seer defaults)

Slide Structure:

Every slide follows action-title format:

  • Titles are conclusions, not labels
  • βœ… "Q3 organic traffic grew 34% YoY"
  • ❌ "Traffic Overview"

Output: Markdown outline with slide-by-slide structure. If Anthropic's pptx skill is installed, can generate .pptx file.

Example Output:

## Slide 1: Cover
Title: [Client Name] Q3 2024 Performance Review
Subtitle: Organic Search Strategy & Results

## Slide 2: Executive Summary
Title: Organic traffic grew 47% YoY while maintaining conversion quality
Content:
- Key metric 1 with context
- Key metric 2 with context
- Strategic implication

Analytics Division

/reporting-buddy

Generate comprehensive analytics reports for weekly/monthly client updates.

Property Value
Version 1.0.0
Time 30-45 minutes
Skills analytics-methods, writing-standards, quality-standards
MCP πŸ”Œ bigquery

Required Inputs:

Input Description
Client name For BigQuery organization filter
Report period Weekly, monthly, or custom date range
Report type Performance summary, deep-dive, executive brief
Primary KPIs Metrics to focus on

Output: Narrative analytics report with:

  • Executive summary (1-2 paragraphs, "so what")
  • KPI dashboard with status indicators
  • Channel performance breakdown
  • 3-5 actionable recommendations

/funnel-analysis

Analyze conversion funnels to identify drop-offs and optimization opportunities.

Property Value
Version 1.0.0
Time 30-45 minutes
Skills analytics-methods, writing-standards, quality-standards
MCP πŸ”Œ bigquery

Required Inputs:

Input Description
Client name For BigQuery organization filter
Funnel type E-commerce, lead gen, custom
Funnel events GA4 events for each stage
Date range Analysis period

Output: Funnel analysis with:

  • Visual funnel diagram with percentages
  • Stage-by-stage drop-off analysis
  • Segmented insights (device, source, user type)
  • Prioritized optimization recommendations

/event-tracker

Monitor GA4 event implementations and detect tracking issues.

Property Value
Version 1.0.0
Time 15-20 minutes
Skills analytics-methods
MCP πŸ”Œ bigquery

Required Inputs:

Input Description
Client name For BigQuery organization filter
GA4 Property ID Property to audit
Expected events List of events that should be firing

Output: Event health report with:

  • Overall health status (🟒/🟑/πŸ”΄)
  • Event inventory (expected vs. actual)
  • Issue detection with severity
  • Specific fix recommendations

/first-party-data-audit

Generate internal First-Party Data audit document for team review.

Property Value
Version 1.0.0
Time 60-90 minutes
Skills analytics-methods, first-party-data, quality-standards
MCP πŸ”Œ bigquery

Required Inputs:

Input Description
Client name For organization context
Audit data Browser breakdown, cookie inventory, consent status

Output: Internal 12-15 page audit with:

  • Executive summary with severity breakdown
  • Findings based on 18 deterministic IF/THEN rules
  • Recommendations by workstream
  • Investment summary

Note: This produces an internal team document, NOT client-facing.


/keyword-analysis

Analyze paid search keyword performance to identify optimization opportunities.

Property Value
Version 1.0.0
Time 20-40 minutes
Skills pdm-methods, writing-standards, quality-standards
MCP πŸ”Œ bigquery

Required Inputs:

Input Description
Client name For BigQuery organization filter
Date range Analysis period (last 30/60/90 days)
Analysis focus Negative keywords, expansion, match types

Output: Keyword analysis with:

  • Keyword performance tiers (CTR + CVR pairing)
  • Search term to keyword mapping
  • Negative keyword candidates
  • N-gram pattern insights

/pdm-report

Generate paid media performance reports for weekly/monthly client updates.

Property Value
Version 1.0.0
Time 15-30 minutes
Skills pdm-methods, writing-standards, quality-standards
MCP πŸ”Œ bigquery, ⚑ wrike

Required Inputs:

Input Description
Client name For BigQuery organization filter
Report period Last 7 days, last month, custom
Business model eCommerce or Lead Gen

Output: Performance report with:

  • Executive summary (1-2 paragraphs)
  • Performance highlights by platform and campaign
  • Efficiency signals (budget pacing, cost trends)
  • 3-5 actionable recommendations

Creative Division

/brand-content

Generate foundational brand messaging and identity specification.

Property Value
Version 1.0.0
Time ~4 hours
Skills creative-methods, writing-standards, quality-standards
MCP None

Required Inputs:

Input Description
Client name Brand to develop
Industry/vertical Business context
Existing brand materials Current guidelines, messaging, voice docs
Target audience Primary customer segments

Output: Brand specification with:

  • Brand Platform (mission, vision, values, positioning)
  • Messaging Architecture (key messages, proof points, tone)
  • Editorial Guidelines (voice, terminology, do's and don'ts)
  • Channel-specific adaptations

/cro-audit

Comprehensive conversion optimization audit combining qualitative UX review with quantitative analytics.

Property Value
Version 1.0.0
Time 15-20 hours
Skills creative-methods, writing-standards, quality-standards
MCP ⚑ bigquery

Required Inputs:

Input Description
Target URLs Pages to audit
Analytics access GA4 data, heatmaps (Hotjar, etc.)
Business goals Conversion objectives

Output: CRO audit with:

  • Page-by-page heuristic review (Nielsen/Norman principles)
  • Analytics-backed findings
  • Prioritized recommendations with effort/impact matrix
  • Screenshot documentation with annotations

/audience-analysis

Synthesize qualitative research into actionable customer journey insights.

Property Value
Version 1.0.0
Time 20-25 hours
Skills creative-methods, writing-standards, quality-standards
MCP None

Required Inputs:

Input Description
Research transcripts Interview or usability session transcripts
Research objectives What questions the research aimed to answer
Journey stages Awareness, consideration, purchase, retention

Output: Audience analysis with:

  • Journey-mapped findings by stage
  • Pattern identification across sessions
  • Key quotes and video clip timestamps
  • Actionable recommendations tied to journey stages

/creative-playbook

Paid media creative strategy analyzing competitor advertising and market positioning.

Property Value
Version 1.0.0
Time 50-60 hours
Skills creative-methods, writing-standards, quality-standards
MCP None

Required Inputs:

Input Description
Client name Brand to develop strategy for
Competitors 3-5 competitor brands to audit
Historical creative Past campaign performance data
Campaign objectives Goals for upcoming creative

Output: Creative playbook with:

  • Competitive creative audit (ad libraries, landing pages)
  • Performance analysis of historical creative
  • Strategic messaging framework
  • Executive summary + tactical reference document

Innovation Division

/agent-architect

Design and optimize Claude agents with quality scoring.

Property Value
Version 1.0.0
Time 30-60 minutes
Skills None
MCP None

Required Inputs:

Input Description
Agent requirements Description of desired agent capabilities
Use case Research, coding, assistant, support

Design Phases:

  1. Requirements Analysis - Extract workflows, identify data sources
  2. Context Architecture - File structure, search strategy, subagents
  3. Action Framework - Tools, bash, MCP integrations
  4. Verification System - Rules-based, visual, LLM judge
  5. Instruction Generation - Compressed, production-ready spec

Quality Scoring (1-10):

Score Quality
9-10 Production - handles edge cases, self-improves
7-8 Reliable - solid core workflow, good error recovery
5-6 Functional - works for happy path, needs supervision
3-4 Prototype - basic capabilities, frequent failures
1-2 Concept - missing critical components

/agent-creator

Transform documented agent specs into production configs.

Property Value
Version 1.0.0
Time 15-30 minutes
Skills None
MCP None

Required Inputs:

Input Description
Agent specification Documented agent design

Output: Production-ready JSON configuration


Operations Division

/time-tracking

Automate time tracking via Wrike API.

Property Value
Version 1.0.0
Time 15-30 minutes
Skills wrike-time-tracking
MCP πŸ”Œ wrike

Required Inputs:

Input Description
Calendar events or activity log Raw time data to process

Process:

  1. Process events (8AM-6PM Mon-Fri)
  2. Group and round to 15m+ increments
  3. Categorize by Task ID (TID)
  4. Validate against Wrike
  5. Submit entries
  6. Verify totals

Output Format:

DATE START END HOURS DESCRIPTION WRIKE TASK TID CAT CAT ID

Utility Commands

/utils:help

Get detailed help on system usage.

Property Value
Version 1.0.0
Time Instant
Skills None
MCP None

Output: Usage instructions and prerequisites


/utils:commands

List all available commands across divisions.

Property Value
Version 1.0.0
Time Instant
Skills None
MCP None

Output: Categorized list of all available commands


Quick Reference Table

MCP Legend: πŸ”Œ Required | ⚑ Optional

Command Division Time MCP
/content-audit SEO 30-60m πŸ”Œ bigquery, πŸ”Œ dataforseo, ⚑ wrike
/content-outline SEO 45-90m πŸ”Œ dataforseo, ⚑ bigquery, ⚑ wrike
/search-landscape SEO 90-120m πŸ”Œ bigquery, ⚑ dataforseo
/content-gap-analysis SEO 60-90m πŸ”Œ bigquery, πŸ”Œ dataforseo
/traffic-decline-analysis SEO 45-90m πŸ”Œ bigquery
/keyword-analysis PDM 60-90m πŸ”Œ bigquery
/pdm-report PDM 60-90m πŸ”Œ bigquery, ⚑ wrike
/reporting-buddy Analytics 60-90m πŸ”Œ bigquery
/funnel-analysis Analytics 60-90m πŸ”Œ bigquery
/event-tracker Analytics 30-60m πŸ”Œ bigquery
/first-party-data-audit Analytics 60-90m πŸ”Œ bigquery
/chain-of-thought Core Varies β€”
/95-confidence Core Varies β€”
/token-optimizer Core 5-10m β€”
/core-doctor Core 1-2m β€”
/qa-check Core 5-10m β€”
/slide-deck Core 15-45m β€”
/agent-architect Innovation 30-60m β€”
/agent-creator Innovation 15-30m β€”
/time-tracking Operations 15-30m πŸ”Œ wrike
/brand-content Creative ~4h β€”
/cro-audit Creative 15-20h ⚑ bigquery
/audience-analysis Creative 20-25h β€”
/creative-playbook Creative 50-60h β€”
/utils:help Utility Instant β€”
/utils:commands Utility Instant β€”

Output Examples (By Command)

Command Example Output
/content-audit Executive summary + prioritized recommendations + expected outcome table
/content-outline Page blueprint with section-by-section guidance and target keywords
/search-landscape 12-question analysis with findings and strategic roadmap
/content-gap-analysis Opportunity list with scoring + keyword proposal sheet
/traffic-decline-analysis Root-cause report with timeline, segments, and fixes
/keyword-analysis N-gram waste patterns + negative keyword candidates
/pdm-report Executive summary + KPI tables + optimization recommendations
/reporting-buddy Narrative analytics report with insights and next actions
/funnel-analysis Funnel drop-off chart + priority optimization targets
/event-tracker Event coverage matrix + tracking gaps and fixes
/first-party-data-audit Internal 12-15 page audit with rules, workstreams, and checklist
/chain-of-thought Structured reasoning steps with explicit assumptions
/95-confidence High-confidence response or explicit β€œinsufficient data”
/token-optimizer Context reduction plan with pruning suggestions
/core-doctor Plugin health report + action items
/qa-check QA report with pass/fail checks and issues list
/slide-deck Slide outline with section titles and speaker notes
/agent-architect Agent design spec with scoring rubric
/agent-creator Generated config files based on a spec
/time-tracking Wrike-ready time entry table
/brand-content Brand platform + messaging architecture + editorial guidelines
/cro-audit Heuristic review + analytics findings + prioritized recommendations
/audience-analysis Journey-mapped findings + patterns + key quotes
/creative-playbook Competitive audit + messaging framework + executive summary
/utils:help Usage guide with examples
/utils:commands Categorized list of available commands

Common Errors & Fixes (By Command)

Command Common Error Fix
/content-audit "No data found for client" Verify BigQuery org_name or provide manual data
/content-outline "DataForSEO not connected" Connect DataForSEO or run with manual SERP inputs
/search-landscape "Query timeout" Reduce date range or use fewer competitors
/content-gap-analysis "Missing competitor set" Provide 3-5 competitors explicitly
/traffic-decline-analysis "Insufficient date range" Provide 3-6 months of GSC/GA4 data
/keyword-analysis "No search term data" Confirm paid search export or BigQuery dataset
/pdm-report "Missing KPI baseline" Provide previous period totals or reporting CSV
/reporting-buddy "GA4 export unavailable" Connect BigQuery or paste GA4 export summary
/funnel-analysis "No defined funnel steps" Provide stage names and event mappings
/event-tracker "Events not found" Share GA4 event list or tracking spec
/first-party-data-audit "Audit inputs incomplete" Provide browser/cookie/consent data upfront
/qa-check "No deliverable found" Ensure the deliverable text is in the current context
/time-tracking "Wrike auth error" Reconnect Wrike MCP and retry
/utils:commands "No commands listed" Install core-dependencies and a division plugin

Reference


Last updated: 2026-01-26

How-To

Tutorials

Explanation