Skip to content

Troubleshooting

Quick solutions for common issues when running Seer Marketing Agent workflows.

Need help fast?

Jump to Error Code Index for quick lookup by error message.


I Can't Complete My Task

"My workflow won't start"

Likely cause: Prerequisites missing (plugin not installed, MCP not connected)

Solution: Run /utils:commands to verify installation. See Command Issues below.

"I don't have the data it's asking for"

Likely cause: Client not in BigQuery, or missing permissions

Solution: Check client name matches BigQuery org_name. You can also provide data manually when prompted.

See also: No data found for client

"BigQuery/MCP says it's unavailable"

Likely cause: Connection timeout or rate limiting

Solution: All workflows gracefully degrade. Answer "no" when asked about data sources and provide data manually.

See also: Seer MCP Connection Issues

"Command not recognized"

Likely cause: Plugin not installed or namespace issue

Solution: Verify with /utils:commands. Ensure core-dependencies is installed first.

See also: Plugin not loaded

"Output doesn't look right"

Likely cause: Missing context or incorrect inputs

Solution: Review the intake questions and provide more specific answers. Check the command's "What you get" section to verify expected outputs.

See also: Relevant workflow page (e.g., SEO Workflows)


Quick Triage

Issue Type Where to Go Example
Command not found Command Issues /content-audit not recognized
MCP connection Seer MCP Connection Issues "Not connected to Seer MCP"
Data missing Data & Seer MCP Issues "No data found for client"
Skill not loading Skill Activation Issues "Skill not activated"

Error Code Index

Error Message Category Quick Fix
"Command not found" Commands Run /utils:commands to verify installation
"No data found for client" Data Check client name matches BigQuery org_name
"Not connected to Seer MCP" Seer MCP Reconnect via Claude → Manage Connectors
"Query timeout" Seer MCP Simplify query, reduce date range
"Rate limit exceeded" Seer MCP Wait and retry
"Plugin not loaded" Commands Ensure core-dependencies is installed
"Skill not activated" Skills Check trigger keywords in prompt

Command Issues

"Command not found"

Symptom Cause Solution
/content-audit returns error Plugin not installed Run /utils:commands to check available commands
Command exists but won't run Core dependencies missing Install core-dependencies plugin first
Works in Claude Code, not OpenCode Different plugin paths Check .opencode/config.json plugin paths

Verification steps:

  1. Run /utils:commands to see active commands
  2. Verify the plugin is installed: check plugins/divisions/seo/ exists
  3. Restart your session after plugin installation

Plugin not loaded

Symptom Cause Solution
No commands available Plugin manifest missing Verify .claude-plugin/plugin.json exists
Some commands missing Partial installation Re-install the plugin
Dependency errors Missing core-dependencies Install core-dependencies first

Seer MCP Connection Issues

"Not connected to Seer MCP"

Cause Solution
Not in Seer workspace Switch to Seer Team Plan in Claude settings
OAuth session expired Reconnect via Claude → Manage Connectors → SEERMCP
Tools not loaded Start a new conversation (tools load at conversation start)

"Connector not appearing"

Cause Solution
Page not refreshed Refresh the browser page
Wrong workspace Ensure you're in the Seer Team workspace
Cache issue Try incognito/private browsing mode

"Authorization fails"

Cause Solution
Wrong Google account Use your @seerinteractive.com account
Permissions not granted Re-authorize and accept all permissions
Browser blocking popup Allow popups for claude.ai

"Query timeout"

Cause Solution
Large date range Reduce to last 30 days
Complex query Simplify joins, use specific tables
Many rows returned Add LIMIT clause or filter conditions

"Rate limit exceeded"

Wait 60 seconds and retry. For bulk operations, space requests apart.


Data & Seer MCP Issues

"No data found for client"

Symptom Cause Solution
Empty results Client name mismatch Use exact org_name from BigQuery
Partial data Date range issue Verify data exists for requested dates
Access denied Permissions Check your Seer MCP role includes this dataset

Finding the right client name:

List the available clients in SeerSignals

Manual fallback: All workflows accept manual data input. The agent will prompt you if Seer MCP is unavailable.


Skill Activation Issues

Skill not auto-loading

Symptom Cause Solution
Writing standards not applied Missing trigger keywords Include "deliverable" or "client" in prompt
SEO methods not used Wrong context Mention "seo", "rankings", or "serp"
Quality gates skipped No data keywords Include "analysis" or "metrics"

Debug skill activation:

# Check which skills are registered
grep -r "auto-load: true" plugins/*/skills/*/SKILL.md


Response Quality Issues

Slow responses

Workflow Expected Time If Longer
/content-audit 30-60 min Check BigQuery query performance
/search-landscape 90-120 min Normal for 12-question analysis
/content-gap-analysis 60-90 min Reduce competitor count

Generic or low-confidence output

Symptom Cause Solution
Vague recommendations Insufficient context Provide specific competitors, challenges
Missing data citations Data not fetched Check Seer MCP connection
Overly cautious language Quality gates working This is intentional - add evidence for confidence

Improve output quality:

  1. Be specific during Intake phase
  2. Mention unique client challenges
  3. Name specific competitors
  4. Provide target audience details

Installation Issues

Claude Code

Issue Solution
Marketplace not found Run /plugin marketplace add seerinteractive/agents-infra
Plugin install fails Check internet connection, try again
Commands not appearing Restart Claude Code after installation

OpenCode

Issue Solution
Plugins not auto-discovered Check plugins/ directory exists in project root
Config not loading Verify .opencode/config.json syntax
MCP connection failing Check ~/.claude/.mcp.json configuration

Getting Help

If these solutions don't resolve your issue:

  1. Slack: #inn-prototype-seer-mcp for Seer MCP issues
  2. Search the docs: Use the search bar to find related topics
  3. Check FAQ: Frequently Asked Questions
  4. File an issue: GitHub Issues

When filing an issue, include:

  • Command you were running
  • Exact error message
  • Whether Seer MCP is connected (check in Manage Connectors)
  • Steps to reproduce


Last updated: 2026-01-26