description: "Content Plan generator: Finalizes Article Matrix and Internal Link Matrix from Topical Map" version: "1.0"
/seo-content-plan
Purpose
The final step in the SEO Research pipeline. Takes the topical-map.json and generates the final Article Matrix (Pillar, Spoke, Citable Assets) along with an automated Internal Link Matrix optimized for PageRank flow and Entity Equity.
Skills Activated (up to 10)
| # | Skill | Role | Condition |
|---|---|---|---|
| 1 | seo-plan | Strategic content planning & Python scripts | Always |
| 2 | seo-topical-authority | Internal link matrix generation | Always |
Prerequisites
- Yêu cầu cấu hình dự án
project.jsonđã có sẵn. - Yêu cầu
topical-map.jsonđã hoàn thành (từ/seo-research-topical-map).
Sub-Agent Coordination
- Primary Executor: @[topical-authority-planner] (generates content matrix and internal linking blueprints)
- Co-owner: @[seo-cmo] (approves content plan alignment with marketing goals)
Execution Flow
Step 1: Initialize
- Đọc
SLUG = domain.replace('.', '-'). Load cấu hình từproject.jsonvàtopical-map.json.
Step 2: Final Content Plan Synthesis & Matrix
- Chạy script Python để thực hiện gộp dữ liệu từ khóa của các cụm được hợp nhất, tạo ma trận liên kết nội bộ tự động (Spoke/Citable trỏ về Pillar của cùng thực thể) và xuất báo cáo.
- Lệnh:
python .agents/skills/seo-plan/scripts/content_plan_generator.py {domain} --action export - Outputs:
.seo/data/content-plan.json.seo/reports/content-plan-{date}.md
- Cấu trúc bảng Output:
[ID Bài viết] | [Phân loại: Pillar/Spoke/Citable] | [Tiêu đề đại diện (Working Title)] | [Thực thể chính (Core Entity)] | [Danh sách từ khóa & Truy vấn hội thoại đã gom] | [Trỏ link về ID bài nào]
Step 3: Update Project Phase & Dashboard
- Cập nhật trường
phasetrongproject.jsonsangresearched. - Hiển thị Dashboard tổng kết kế hoạch nội dung lên màn hình terminal.
Final Dashboard
══════════════════════════════════════════
📊 CONTENT PLAN COMPLETE — {domain}
══════════════════════════════════════════
📦 Target Articles: {total} ({pillar} Pillar, {spoke} Spoke, {citable} Citable Asset)
📈 Link Matrix: {link_count} internal link mappings generated
📁 Data: Saved to .seo/data/content-plan.json
💡 Next: /seo-strategy ➔ /seo-execute ➔ /seo-write
══════════════════════════════════════════