# Rnd Blog Series Planner

> Technical Blog Series Planner

- Skill: `chendongqi/rnd-blog-series-planner` (Agent Skill)
- Install (CLI): `npx skillmds@latest add chendongqi/rnd-blog-series-planner`
- Raw SKILL.md: https://api.skillmd.com/api/skills/chendongqi/rnd-blog-series-planner/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: chendongqi (https://skillmd.com/u/chendongqi)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/chendongqi/rnd-blog-series-planner

---


# Technical Blog Series Planner

Plan and structure comprehensive technical blog series (专题) with logical content progression, audience targeting, and interconnected articles that build upon each other.

## When to Use This Skill

Use this skill when you need to:
- Plan a multi-article technical blog series
- Design learning paths with progressive difficulty
- Structure tutorial series with dependencies
- Create content calendars for technical topics
- Map out knowledge progression for readers

## Planning Workflow

### Step 1: Topic Analysis

**Theme Validation:**
- Assess market demand and audience interest
- Analyze existing content gaps
- Review competitive landscape
- Align with trending topics

**Scope Definition:**
- Identify core concepts to cover
- Determine depth level (beginner/intermediate/advanced)
- Define breadth of coverage
- Establish prerequisite knowledge requirements
- Set learning objectives

### Step 2: Audience Profiling

**Target Reader Analysis:**
- Skill level: beginner/intermediate/advanced
- Role: developer/architect/manager/student
- Industry context: enterprise/startup/freelance
- Learning preferences: hands-on/conceptual/reference
- Pain points and challenges

**Engagement Goals:**
- Knowledge transfer objectives
- Skill development milestones
- Practical application outcomes
- Career advancement value
- Community building potential

### Step 3: Content Architecture

**Series Structure Template:**

```markdown
## 专题规划: [Series Title]

### 系列概要
- **主题**: [Core Theme]
- **目标读者**: [Target Audience Description]
- **技能层次**: [Beginner/Intermediate/Advanced]
- **预计文章数**: [X] 篇
- **总字数估计**: [Y] 万字
- **完成周期**: [Z] 周

### 学习路径
读者完成本系列后将能够:
1. [Learning Outcome 1]
2. [Learning Outcome 2]
3. [Learning Outcome 3]

### 文章规划
1. [Article 1 Title] - 入门篇
   - 核心内容: [Key Topics]
   - 前置知识: [Prerequisites]
   - 学习目标: [Learning Goals]
   - 预计字数: [Word Count]
   - 发布日期: [Date]

2. [Article 2 Title] - 基础篇
   - [Details...]

3. [Article 3 Title] - 进阶篇
   - [Details...]
```

**Content Progression Patterns:**
- Foundation first → Gradual complexity increase
- Theory → Practice → Advanced optimization
- Problem → Solution → Best practices
- Overview → Deep dive → Case studies

### Step 4: Article Interconnection

**Knowledge Flow Design:**
- Clearly state prerequisites for each article
- Add cross-references between related articles
- Design progressive skill building
- Include recap sections for reinforcement
- Add forward references to maintain interest

**Series Cohesion Elements:**
- Consistent terminology throughout
- Unified example project (running case study)
- Cumulative learning path
- Final capstone article tying concepts together

### Step 5: Practical Elements Planning

**Hands-on Components:**
- Code examples per article
- Step-by-step tutorials
- Exercise challenges
- Project milestones
- Downloadable resources (templates, scripts, datasets)

**Supporting Materials:**
- Sample code repository
- Configuration templates
- Cheat sheets
- Reference documentation
- Video supplements (optional)

## Output Format

### Series Plan Document

Provide a comprehensive series plan including:

1. **Executive Overview**: Series summary with objectives and scope
2. **Detailed Article Breakdown**: Each article with outline, key points, word count
3. **Content Calendar**: Publication schedule with dependencies
4. **Resource Requirements**: Materials, tools, references needed

### Publication Schedule Template

```markdown
| 序号 | 文章标题 | 类型 | 字数 | 计划发布日期 | 状态 | 依赖文章 |
|-----|---------|------|------|-------------|------|---------|
| 1   | [Title] | 入门 | 3000 | YYYY-MM-DD  | 待写 | -       |
| 2   | [Title] | 基础 | 4000 | YYYY-MM-DD  | 待写 | 文章1   |
| 3   | [Title] | 进阶 | 5000 | YYYY-MM-DD  | 待写 | 文章2   |
```

## Quality Checklist

### Series-Level Quality

- [ ] Target audience clearly defined
- [ ] Learning objectives measurable and achievable
- [ ] Content progression logical and well-paced
- [ ] Article count appropriate for scope
- [ ] Practical elements integrated throughout
- [ ] Cross-references planned
- [ ] Publication timeline realistic
- [ ] Resource requirements identified

### Article-Level Quality

- [ ] Each article delivers standalone value
- [ ] Contribution to series clearly articulated
- [ ] Prerequisites explicitly documented
- [ ] Learning outcomes defined
- [ ] Hands-on components planned
- [ ] Word count estimated
- [ ] Visual aids identified

## Success Metrics

Track series effectiveness through:

**Engagement Indicators:**
- Article completion rate
- Series completion rate
- Reader feedback quality
- Social sharing metrics
- Return reader percentage

**Learning Outcomes:**
- Comment quality and technical depth
- Follow-up questions relevance
- Community discussion engagement
- Reader implementation reports
- Skill demonstration evidence

## Best Practices

1. **Start with the end in mind**: Define the final learning outcome before planning individual articles
2. **Balance depth and breadth**: Don't try to cover everything; focus on core concepts with depth
3. **Include milestones**: Create natural checkpoint articles where readers can assess progress
4. **Plan for flexibility**: Leave room to adjust based on reader feedback
5. **Build momentum**: Structure early articles to generate excitement and commitment
6. **Provide quick wins**: Include early practical results to maintain motivation
7. **End strong**: Final article should showcase cumulative learning with impressive results

## Common Pitfalls to Avoid

- ❌ Planning too many articles (reader fatigue)
- ❌ Inconsistent difficulty jumps between articles
- ❌ Lack of practical exercises
- ❌ No clear learning progression
- ❌ Unrealistic publication timeline
- ❌ Ignoring prerequisite knowledge gaps
- ❌ Weak connection between articles

Always ensure each article delivers independent value while contributing meaningfully to the larger series narrative.

