30x-seo-plan

Installation

$npx skills add norahe0304-art/30x-seo --skill 30x-seo-plan

Summary

Plan a complete SEO strategy by analyzing competitors, developing keyword strategy, and creating a content calendar and implementation roadmap. The agent can invoke this skill when a user requests SEO planning, strategy development, or content roadmap creation.

SKILL.MD

SEO Strategy Planning

What This Skill Does

Create SEO strategy: analyze competitors, plan keywords, create content calendar, output implementation roadmap.

Does NOT do:

  • Website architecture design → use site-architecture
  • Technical SEO checks → use seo-technical
  • Content generation → use seo-content-writer

Optional Input

InputSourceDescription
seo-keywords output/seo keywordsIf keyword research exists, read as strategy input

Not a hard dependency. You can plan first then research, or research first then plan.


Process

Step 1: Discovery

Ask user:

  • Business type (SaaS / E-commerce / Local service / Media / Other)
  • Target audience (Who are your customers?)
  • Main competitors (3-5)
  • Goals (Traffic? Conversions? Brand?)
  • Existing website? (Yes → analyze current state; No → new site planning)

Step 2: Competitor Analysis

For each competitor, analyze:

DimensionCheck Points
ContentWhat pages? Blog frequency? Content depth?
KeywordsWhat keywords rank? Content topics?
E-E-A-TAuthor info? Expert endorsements? Trust signals?
StructureURL hierarchy? Navigation design?

Tools: WebFetch + Perplexity

Output: COMPETITOR-ANALYSIS.md

Step 3: Keyword Strategy

If seo-keywords output exists → read and integrate If not → infer from competitor analysis + user input

Determine:

  • Core keywords (3-5)
  • Long-tail keywords (10-20)
  • Topic clusters

Output: Integrate into SEO-STRATEGY.md

Step 4: Content Planning

Based on keyword strategy, plan:

Content TypeExample
Pillar pagesAuthoritative long-form on core topics
Cluster pagesDetailed articles around pillars
Blog postsRegular update content

Output: CONTENT-CALENDAR.md

# Content Calendar

## Month 1
| Week | Topic | Target Keyword | Type | Priority |
|------|-------|----------------|------|----------|
| 1 | ... | ... | Pillar | High |
| 2 | ... | ... | Cluster | Medium |

Step 5: Implementation Roadmap

Simplified roadmap:

PhaseTimelineFocus
LaunchWeek 1-2Technical foundation (→ seo-technical), core pages
ContentWeek 3-8Publish per calendar (→ seo-content-writer)
OptimizeWeek 9-12Monitor rankings, adjust strategy

Output: IMPLEMENTATION-ROADMAP.md


Output Files

FileContent
SEO-STRATEGY.mdComplete strategy: goals, keywords, topic clusters
COMPETITOR-ANALYSIS.mdCompetitor analysis report
CONTENT-CALENDAR.mdContent calendar (for seo-content-writer)
IMPLEMENTATION-ROADMAP.mdImplementation roadmap

Integration

seo-keywords ──(optional)──> seo-plan
                                │
                                ├──> seo-content-writer (content generation)
                                ├──> site-architecture (architecture design)
                                └──> seo-technical (technical checks)
SkillWhen to Use
seo-keywordsDo keyword research before planning
site-architectureWhen detailed architecture design needed
seo-content-writerGenerate content per calendar
seo-technicalCheck technical foundation

Example

User: /seo plan
Claude: Please tell me:
1. Business type?
2. Target audience?
3. Main competitors?
4. SEO goals?

User: SaaS project management tool, targeting SMBs, competitors are Asana, Monday, Notion

Claude: [Executing competitor analysis...]
        [Creating keyword strategy...]
        [Planning content calendar...]
        [Outputting 4 files]

[PROTOCOL]: Update this header on changes, then check CLAUDE.md