Agent skill
aeo-deliver
Full AEO client delivery pipeline using agent teams. Coordinates audit, playbook, content optimization, and reporting with persistent context.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/aeo-deliver
SKILL.md
AEO Client Delivery Pipeline
Run the full client delivery pipeline using an agent team. Each worker keeps their context so findings can be clarified without restarting.
Team Structure
Create an agent team called "aeo-delivery" with these teammates:
auditor (general-purpose agent)
Role: Run full AEO audit with 10-run consistency tests. Skills to preload: Load the aeo-auditor agent instructions. MCP servers needed: aeo-audit Tasks:
- Read
aeo-protocol-sop.md(lines 1-200 for methodology, 850-900 for First 50 Words, 3348-3432 for consistency test) - Collect brand info and dream queries from the lead
- Run the full 8-query brand audit via
run_brand_auditMCP tool - Run 10-run consistency tests on the top 3-5 dream queries
- Check the brand's website for First 50 Words compliance
- Write the audit report to
clients/[client]/[client]-aeo-audit.md - Report key findings to the team
strategist (general-purpose agent)
Role: Convert audit findings into executable playbook. Skills to preload: Load the playbook-creator agent instructions. Tasks (run AFTER auditor completes):
- Read the audit report
- Message the auditor if any findings are unclear
- Create a prioritized, week-by-week implementation playbook
- Group actions by type (technical, content, citations, monitoring)
- Write playbook to
clients/[client]/[client]-aeo-playbook.md - Report the playbook summary to the team
writer (general-purpose agent)
Role: Optimize website copy per the playbook. Skills to preload: Load the content-optimizer agent instructions. Tasks (run AFTER strategist completes):
- Read the playbook
- Message the strategist about content priorities
- Check the client's sitemap for existing pages
- Optimize/rewrite pages following the First 50 Words Rule
- Write copy files to
clients/[client]/pages/ - Create comparison pages (vs-[competitor].md) if recommended
Workflow
- Client intake done first (you collect dream queries + brand facts)
- Create the team: auditor runs the full audit
- When audit completes, strategist creates the playbook
- When playbook is ready, writer optimizes content pages
- Review everything, then run
/client-reportfor the final deliverable
Input
Provide the brand name, website URL, category, and any dream queries:
$ARGUMENTS
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?