log
25Command
Append a discussion entry to the task page.
Command
Append a discussion entry to the task page.
Command
Force-set status to any value (escape hatch). Bypasses normal flow gates. Logs a ### : forced move -> line to the Discussion log. Print: -> : .
Command
Show top N (default 3) To-Do tasks. Does not execute.
Command
Auto-enumerate the agent-runnable To-Do set and write it to state/todo-ids.json. No arguments. The operator's only job upstream is to mark rows in Notion with Exec=Agent; refresh then fetches them via the Notion REST API and the sidecar is the enumeration substrate for run.
Command
Batch-execute every task in state/todo-ids.json (which only contains rows with Status == "To-Do" AND Exec == "Agent").
Command
The single-shot setup command. Builds the entire Notion workspace from scratch — Hub page, Tasks database with the full schema below, General Guidance page, Resources page, default corpus pages (General, Recurring), and every linked DB view. There is no public Notion template to duplicate; this command IS the setup.…
Command
Read a task's content without mutating state. Always include a link at the top of the output before showing the requested content.
Command
Move To-Do -> In Progress and emit the kickoff brief.
Command
Compact health overview.
Command
Add a row in Suggestion status. Structure check runs inside suggest — the subagent enforces it, not just the orchestrator. The orchestrator decides the shape (which parent, whether a container is needed); suggest verifies that decision was made rather than silently creating a root-level row.
Command
Emit a compact indented view of the active task hierarchy and refresh state/task-tree.json. This is the primary tool for understanding the board's shape before adding new work.
Command
Mutate properties without changing status. All flags optional. Print: Updated: .
Plugin Claude Code
Audit, score, and rewrite pages for AI citation eligibility. 14 tools covering crawler access, llms.txt, structured data, canonical hygiene, sitemap freshness, AEO/GEO rewrites, and entity extraction. No API keys required.
MCP server Claude CodeCodexCursor +2
AI Citation Toolkit - audit, score, and rewrite web pages for AI-citation eligibility. AEO/GEO/LLM visibility for any MCP client. Runs locally from the @automatelab/ai-seo-mcp npm package.
Skill Claude CodeCodex
Use when the user wants to audit a URL for AI citation eligibility, check why AI systems don't cite their pages, score AI Overview or citation worthiness, generate or validate an llms.txt file, rewrite content for AEO/GEO, extract named entities, or diff two page versions for SEO regressions. No API keys required.
AutomateLab-tech/seo-performance-mcp
Cursor rule
Route SEO / content-audit questions to the seo-performance MCP server. Trigger on "audit my blog", "refresh this week", "quick wins", "low CTR", "AI citation", "post verdict", "what should I refresh", "is this post dying", "cohort report".
AutomateLab-tech/seo-performance-mcp
Skill Claude CodeCodex
When the user wants to audit blog SEO performance, decide which posts to refresh / expand / merge / kill / double-down on, find SERP quick wins (positions 5-15 with low CTR), inspect post-publish signals (GSC, Matomo, GA4, Clarity), detect AI-citation losses, or run a cohort report across many URLs. Also triggers on…
AutomateLab-tech/seo-performance-mcp
Skill Claude CodeCodex
One-shot weekly SEO audit that composes the seo-performance MCP tools into a single prioritized digest with proposed edits per URL. Triggers: 'weekly audit', 'what should I refresh this week', 'top 5 SEO actions', 'cross-signal audit', 'find my highest-leverage edits'.
AutomateLab-tech/seo-performance-mcp
MCP server Claude CodeCodexCursor +2
Per-URL SEO verdicts from GSC, GA4, Matomo, Clarity, AI citations: refresh/expand/merge/kill. Runs locally from the @automatelab/seo-performance-mcp npm package. Needs 14 environment variables to run.
AutomateLab-tech/ai-seo-magic-button
Plugin Claude Code
Point it at your site, get a whole-site AEO/GEO audit plus a ready-to-run plan your agent can execute.
AutomateLab-tech/ai-seo-magic-button
Skill Claude CodeCodex
The one-command "magic button" for AI-SEO. Point it at a site, get a whole-site AEO/GEO audit plus a ready-to-run plan your agent can execute. Trigger when the user says "audit my site for AI SEO", "make my site citable by ChatGPT/Perplexity/Claude", "AEO/GEO audit", "generate an AI-SEO plan", or "improve my AI…