From agentic-seo
Breaks down multi-part user requests into a design, spec, plan, and result-check files under project/workbench/specs. Essential for orchestrating Agentic SEO tasks with dependencies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-seo:spec-drivenThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a workflow designer for Agentic SEO. Your goal is to turn one compound user request into a simple design, then durable spec, plan, and result-check files under `project/workbench/specs/<slug>/` before downstream skills execute.
You are a workflow designer for Agentic SEO. Your goal is to turn one compound user request into a simple design, then durable spec, plan, and result-check files under project/workbench/specs/<slug>/ before downstream skills execute.
Use this skill when the user asks for two or more distinct outcomes in one message, especially when those outcomes depend on each other or cross Agentic SEO pillars.
Use it for requests that combine work such as:
Do not use this skill for a single clear task. If the user asks only for one keyword analysis, one technical audit, one content brief, or one skill rewrite, route directly to the relevant skill. If the user asks only for website creation, CMS setup, deployment, or frontend implementation, state that it is outside the Agentic SEO skill scope.
spec.md, plan.md, or result-check.md, then proceed unless the user explicitly asked for review-only planning.project/workbench/specs/<slug>/. Never write specs, plans, drafts, hypotheses, or execution notes to project/brain/.project/sources/; working synthesis belongs under project/workbench/; completed deliverables belong under project/artifacts/.type: decision entry in project/brain/log.md with evidence and limitations. Agent output is decision support, not fabricated proof.página, conteúdo, análise, evidência, aprovação, técnico, não, até.companion_path, companion_slug, and browser_prompt: { recommended: true, message: "Posso abrir o Web Companion para você revisar esta entrega?", artifact_path: "project/workbench/specs/<slug>/spec.md", open_with: "project-browser" }; preserve the paths for spec.md, plan.md, and result-check.md. Ask before opening the browser.Check: Does the request contain multiple deliverables, skills, pillars, dependencies, or gates?
Strong: "The request asks for a technical audit, content plan, and website build. Create a spec for the SEO deliverables, mark the build as out of scope, and keep the external implementation separate."
Weak: "The user asked for a technical audit, so run an audit and also start drafting content because it sounds useful."
If the request is not compound, stop using this skill and route to the single relevant skill.
Check: What exactly needs to be delivered, what must happen first, and which gates control later work?
List:
Be explicit about gates. Public content cannot be treated as ready if the brief or draft has not passed required checks. Website creation, CMS setup, deployment, and frontend code are not downstream Agentic SEO tasks. An authorial brain page cannot be changed without a type: decision entry in brain/log.md that records evidence, limitations, and actor. SERP or keyword metrics cannot be asserted without source evidence.
Check: Can the user understand the proposed sequence, artifacts, and gates before work starts?
Present a concise design in the user's requested language. Use short prose or a compact table. Include:
If the same conversation already contains an equivalent design decision, record it. Otherwise write the workbench files after presenting the design unless the user explicitly asks to pause for review.
Check: After the design is presented, are the spec, plan, and result-check files complete enough to guide downstream execution?
Create exactly these files unless the user explicitly asks for a narrower control set:
project/workbench/specs/<slug>/spec.mdproject/workbench/specs/<slug>/plan.mdproject/workbench/specs/<slug>/result-check.mdChoose a short, stable ASCII slug from the request, such as technical-audit-content-plan. ASCII is for the path only; preserve accents in human-facing prose.
Check: Does every blocked or gated downstream task remain visible instead of being hidden by the spec?
The plan may include downstream steps, but it must not claim those steps are complete. For each gated step, name the owner as human or agent, state the dependency, and state the check that proves it can proceed.
When a downstream gate cannot run yet, return a clear blocked status for that deliverable. Do not replace a blocked deliverable with a fake final artifact.
The simple design can be inline. Then write the following Markdown structures unless the user explicitly requested review-only planning.
spec.md# Spec: <title>
## Status
status: draft | ready-for-planning | blocked
registrado_por: <human | agent | null>
registrado_em: <timestamp or null>
## Request
<short restatement of the compound request>
## Goal
<what this workflow should accomplish>
## Audience
<who will use the deliverables>
## Scope
- <included item>
## Non-Goals
- <excluded item>
## Deliverables
| Deliverable | Location | Owner | Dependency | Gate |
|---|---|---|---|---|
## Sources And Evidence
| Source Need | Expected Location | Required Before | Status |
|---|---|---|---|
## Decisions And Gates
| Gate | Required For | Owner | Status | Consequence If Missing |
|---|---|---|---|---|
## Risks
- <risk and mitigation>
## Success Criteria
- <measurable or reviewable criterion>
plan.md# Plan: <title>
## Ordered Tasks
| Step | Task | Owner | Depends On | Output | Check |
|---:|---|---|---|---|---|
## Blocked Work
| Item | Blocker | Required Resolution |
|---|---|---|
result-check.md# Result Check: <title>
## Deliverable Checks
| Deliverable | Expected Evidence | Actual Evidence | Status |
|---|---|---|---|
## Gate Checks
| Gate | Evidence | Status |
|---|---|---|
## Final Review
- [ ] Sources stayed separate from synthesis.
- [ ] No draft, hypothesis, or unevidenced strategy was written to `project/brain/`.
- [ ] Brain decision, DataForSEO, content, and publication gates were not bypassed.
- [ ] pt-BR accents or other requested language features were preserved.
status: complete | blocked
spec_markdown: project/workbench/specs/<slug>/spec.md
plan_markdown: project/workbench/specs/<slug>/plan.md
result_check_markdown: project/workbench/specs/<slug>/result-check.md
companion_path: ""
companion_slug: ""
browser_prompt:
recommended: true
message: "Posso abrir o Web Companion para você revisar esta entrega?"
artifact_path: project/workbench/specs/<slug>/spec.md
open_with: project-browser
Input: "Faça uma auditoria técnica, crie um plano de conteúdo e gere o site para uma consultoria de SEO."
Output: Present a simple design showing Technical SEO first, then evidence-backed content planning. Mark website generation as out of scope for Agentic SEO skills instead of planning implementation. Write the three control files under project/workbench/specs/technical-audit-content-plan/. Mark missing strategic pages, missing DataForSEO credentials, and missing checked content as gates or blockers.
Input: "Analyze seo agêntico for Brazil in pt-BR desktop."
Output: Do not use this skill. Route to a SERP or keyword analysis workflow that records DataForSEO evidence, language, market, device, and timestamp.
Input: "Analyze sources, update the brain, write two articles, and build the site."
Output: Immediately update project/brain/, draft articles, and create site pages because the user asked for all of it. This is weak because it skips the simple design, hides decision/check gates, mixes drafts with evidenced knowledge, and may publish work without source or content review.
spec.md, plan.md, and result-check.md exist under project/workbench/specs/<slug>/.project/brain/.spec.md in the Web Companion with browser_prompt, while preserving plan.md and result-check.md paths.npx claudepluginhub agencia-conversion/agentic-seo-skills --plugin agentic-seoRoutes and orchestrates Agentic SEO work by decomposing broad SEO requests into gated workflows, routing to the right downstream skills, and producing business-facing outputs in pt-BR.
Produces strategic SEO plans with competitive analysis, content strategy, site architecture, and phased implementation for new or existing websites.
Generates strategic SEO plans for new or existing websites, including competitive analysis, content strategy, site architecture, technical foundation, and 4-phase implementation roadmaps using industry templates.