From SEO Agency & Freelancer Starter
Draft a tailored, phased SEO consulting offer. Use when the user asks to write a proposal, Angebot, statement of work, or retainer for a prospect — turning analysis data plus client context (budget, team, decision process, tools) into a structured, priced, management-ready offer.
How this skill is triggered — by the user, by Claude, or both
Slash command
/seo-starter:visibly-seo-offerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn analysis + client context into a **phased, priced, credible offer** that survives
Turn analysis + client context into a phased, priced, credible offer that survives procurement scrutiny.
Before writing a line, ingest: the Status-Quo and Potential outputs, any prior audits, call notes/transcripts, previous offers and emails. Recognising existing work is the single biggest trust signal — it makes you a partner, not a vendor. Never duplicate analysis the client already paid for; reference and build on it.
Don't invent a layout — fill in the ready skeleton at
templates/offer-template.md. It already has the
phases, pricing table, ROI, milestone plan, KPQ/KPI, terms, assumptions and CTA.
For each phase give: scope · deliverables · timeline · investment.
Vague offers lose. "Add 10 internal links from these 5 pages to /target" beats "improve internal linking". Give priority and estimated effort per workstream.
Don't compute the Year-1 total, ROI multiple and payback by hand. Pass the phase prices and the realistic annual value (from the Potential analysis) to the Python template:
.\claude_tools_venv\Scripts\python.exe -m claude_tools.offer_economics `
--phases "Setup:2500,Audit:6500,Retainer:25000" `
--annual-value 120000 `
--out "clients/<domain>/<date>_Offer/economics.xlsx"
It prints the section-8 ROI block (value : cost, ROI %, payback months) and writes a
Pricing + ROI xlsx — keep the offer's price visibly smaller than the value it unlocks.
Setup once: .\claude_tools\setup.ps1.
clients/<domain>/YYYY-MM-DD_Offer/offer_<client>_<date>.md (copied from
templates/offer-template.md) → then hand to /visibly-seo-pdf-build
for the client-ready PDF. Slash command: /visibly-seo-offer <domain>.
Methodology: docs/workflows.md.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub antonioblago/claude-code-seo-starter --plugin seo-starter