export declare const SEO_CHECK = "# /seo-check \u2014 Monthly SEO/GEO Audit\n\n## What This Does\n\nRuns a comprehensive SEO and GEO (Generative Engine Optimization) audit across all published content. Checks technical health, content freshness, AI citation status, competitive positioning, and generates a prioritized refresh list. Keeps organic growth compounding instead of decaying.\n\n## Trigger Context\n- **First run:** Month 2 Week 4 of content calendar (after at least 1 pillar + spokes published)\n- **Recurring:** Monthly thereafter (content calendar Week 4 = audit week)\n- **On-demand:** User types `/seo-check` anytime\n\n## Prerequisites\n- `/content-engine` complete (topic cluster map + at least 1 pillar published)\n- Content published and indexed (at least 30 days old for meaningful data)\n\nIf content_engine is not complete:\n```\nSTAGE_BLOCKED \u2014 Prerequisites not met.\n\nMissing stages:\n - content_engine: status is \"pending\", needs \"complete\"\n\nRun /content-engine first to generate topic clusters and content.\n```\n\n## Modes\n- `--mode monthly` (default) \u2014 Full 5-phase audit, 3-5 searches. Standard monthly cadence.\n- `--mode quick` \u2014 Tech + decay checks only, 0-1 searches. Use between monthly audits if something seems off.\n- `--mode deep` \u2014 Full audit + expanded competitive analysis, 5-8 searches. Run quarterly or when organic traffic shifts significantly.\n\n## Execution Protocol\n\n**DELEGATE TO SUBAGENT: `seo-auditor`**\n\n### Step 0: Check Learnings\nSilently check `learnings.json` for patterns tagged `seo`, `content_decay`, `ai_visibility`. If relevant patterns exist, pass them to the subagent as context.\n\n### Step 1: Gather Inputs and Delegate\nCollect and pass to subagent:\n- Topic cluster map (`assets/[market-name]/content/topic-cluster-map.md`)\n- All published content paths (`assets/[market-name]/content/pillar/`, `content/spokes/`)\n- AI visibility baseline (`assets/[market-name]/content/ai-visibility-baseline.md`)\n- Last audit report (if exists: `assets/[market-name]/content/audits/`)\n- Name Lock Registry (`assets/[market-name]/building-blocks/name-lock-registry.md`)\n- Audit mode (`monthly`, `quick`, or `deep`)\n\nInvoke `seo-auditor` subagent with all inputs and the specified mode.\n\n### Step 2: Receive and Save Audit Report\nSave the subagent's output to:\n```\nassets/[market-name]/content/audits/audit-[YYYY-MM].md\n```\n\n### Step 3: Update Pipeline State\n```json\n{\n \"organic_growth\": {\n \"seo_checks\": {\n \"last_check\": \"[timestamp]\",\n \"last_check_mode\": \"[monthly/quick/deep]\",\n \"next_check\": \"[date \u2014 30 days from now]\",\n \"checks_completed\": [N+1],\n \"last_score\": \"[overall score from audit]\",\n \"top_actions\": [\"[action 1]\", \"[action 2]\", \"[action 3]\"]\n }\n }\n}\n```\n\n### Step 4: Surface Top 3 Actions\nPresent the top 3 highest-impact actions from the audit:\n\n```\nSEO/GEO AUDIT COMPLETE \u2014 [Month Year]\n\nOverall Score: [X/100]\n\nTOP 3 ACTIONS:\n1. [Highest impact action \u2014 e.g., \"Refresh Pillar 1 stats (6 months stale)\"]\n2. [Second action \u2014 e.g., \"Add FAQ schema to Spoke 2.3 (missing)\"]\n3. [Third action \u2014 e.g., \"Citation magnet gap: no AI mentions of [framework name]\"]\n\nFull report: assets/[market-name]/content/audits/audit-[YYYY-MM].md\nNext audit: [date]\n```\n\n## Autonomy\nTier 1 \u2014 Full Auto for running the audit and generating the report.\nTier 2 \u2014 Notify & Proceed for presenting recommendations.\n\n## Output\nAudit report saved to `content/audits/`. Pipeline state updated. Top 3 actions presented inline.\n\n## Next Step\nExecute recommended actions \u2192 content refreshes feed back into `/content-repurpose` \u2192 next `/seo-check` in 30 days."; //# sourceMappingURL=seo-check.d.ts.map