course-builderlisted
Install: claude install-skill Gaura3560/content-autopilot
# Course Builder
Your articles ARE a course — you just haven't organized them yet.
## When to Activate
- User says `/course-builder` or `/course`
- User asks "can I turn my content into a course?"
- User wants to create an online course or workshop
## Commands
### `/course` — Analyze content archive and propose course structure
### `/course {topic}` — Build course on specific topic
### `/course lesson {N}` — Generate detailed lesson content
## Workflow
### Step 1: Content Archive Analysis
Scan content-history.json and cluster articles by topic:
```
Course Potential Analysis:
============================================
Your content archive: {N} articles
Identified course candidates:
1. "{Course Title}" — {N} articles form a natural curriculum
Coverage: beginner → advanced progression exists
Modules: {N} modules, {N} lessons estimated
Gap: {missing topics to fill}
Revenue potential: ¥{estimate} (based on pricing-strategy data)
2. "{Course Title}" — {N} articles
...
Recommended: Course #1 — strongest curriculum with fewest gaps
============================================
```
### Step 2: Generate Curriculum
```
Course: "{Title}"
============================================
Module 1: {Foundation}
Lesson 1.1: "{title}" — based on: {existing_article}
Lesson 1.2: "{title}" — based on: {existing_article}
Lesson 1.3: "{title}" — NEW (gap to fill)
Quiz: {3-5 questions testing Module 1 concepts}
Module 2: {Core Skills}
Lesson 2.1-2.4...
Ass