/spec-driven
Decompose a compound request (multiple deliverables, skills, pillars, or decision/check gates) into spec + plan + result-check before any downstream skill runs.
$ npx -y skills add agencia-conversion/agentic-seo-skills --agent claude-codeShips with agentic-seo. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/spec-driven
Context preview
What this command does when you run it.
Decompose a compound request (multiple deliverables, skills, pillars, or decision/check gates) into spec + plan + result-check before any downstream skill runs.
Command definition
spec-driven.mddescription: Decompose a compound request (multiple deliverables, skills, pillars, or decision/check gates) into spec + plan + result-check before any downstream skill runs. argument-hint: [optional extra context — leave empty to use the previous user message]
Invoke the `spec-driven` skill on the user's most recent compound request.
Request to decompose:
$ARGUMENTS
If `$ARGUMENTS` is empty, use the previous user message in the conversation as the request.
Follow the `spec-driven` skill contract exactly:
1. Decompose the request into deliverables, source inputs, downstream skills, dependencies, decision gates, and deterministic checks. 2. Present a **simple design** (entregáveis, ordem, decisões, critérios de sucesso, arquivos de controle). 3. Write `project/workbench/specs/<slug>/spec.md`, `plan.md`, and `result-check.md` unless the user explicitly requested review-only planning. 4. Never write into `project/brain/` from this command. 5. Name every downstream gate with its consequence.
Preserve pt-BR diacritics in all human-facing prose.
Agentic SEO is officially available as a Claude Code plugin. It is a framework for executing SEO with human judgment and agent scale: agents do the research, analysis, content drafting, technical checks, and brain maintenance while logging decisions,
Repo: agencia-conversion/agentic-seo-skills

