75 lines
1.6 KiB
Markdown
75 lines
1.6 KiB
Markdown
Analyze published content for promotion opportunities using the Promotor Blueprint framework.
|
|
|
|
## Framework
|
|
|
|
Traffic → Holding Pattern → Selling Event → Loop
|
|
|
|
## Step 1: Load Published Content
|
|
|
|
```bash
|
|
cd /home/kang/apps/content-forge/content-forge
|
|
obsidian files folder="04-published"
|
|
```
|
|
|
|
## Step 2: Scan Promotion Status
|
|
|
|
For each published note, check frontmatter:
|
|
|
|
```bash
|
|
obsidian properties path="<file-path>"
|
|
```
|
|
|
|
Identify:
|
|
- Content without `promotion_status` (new opportunities)
|
|
- Content with `evergreen: true` (re-promotion candidates)
|
|
|
|
## Step 3: Analyze Using Promotor Blueprint
|
|
|
|
For each promotion-ready content:
|
|
|
|
**Traffic**: Where can this be shared? (X, LinkedIn, Reddit, YouTube)
|
|
**Holding Pattern**: How to capture audience? (email list, newsletter, lead magnet)
|
|
**Selling Event**: What conversion opportunity? (webinar, product demo, consultation)
|
|
**Loop**: Can this be repurposed? (thread, infographic, video script)
|
|
|
|
## Output Format
|
|
|
|
```
|
|
=== Promotion Analysis ===
|
|
Date: YYYY-MM-DD
|
|
Published Content: X items
|
|
Promotion-Ready: Y items
|
|
|
|
## Item 1: [title]
|
|
Path: 04-published/YYYY-MM-DD-slug.md
|
|
|
|
Traffic Suggestions:
|
|
- X Thread: [specific angle]
|
|
- LinkedIn: [specific angle]
|
|
|
|
Holding Pattern:
|
|
- Lead Magnet: "[title idea]"
|
|
- Newsletter: Issue section
|
|
|
|
Selling Event:
|
|
- Webinar Topic: "[topic]"
|
|
|
|
Loop:
|
|
- Evergreen: Yes/No
|
|
- Repurpose to: [formats]
|
|
|
|
Suggested Channels: ["x-thread", "newsletter"]
|
|
Estimated Effort: Low/Medium/High
|
|
|
|
---
|
|
|
|
## Summary
|
|
- X items ready for immediate promotion
|
|
- Y lead magnet opportunities
|
|
- Z evergreen items for re-promotion
|
|
|
|
## Next Actions
|
|
1. [highest-impact action]
|
|
2. [second priority action]
|
|
```
|