refactor(linkedin): single newsletter entry + skill trigger + router row (S11)
This commit is contained in:
parent
f24c6e30f7
commit
e031fae3de
5 changed files with 31 additions and 74 deletions
|
|
@ -9,11 +9,15 @@ description: |
|
|||
use templates, run the full content pipeline, adapt content for other platforms,
|
||||
or create quick 5-minute posts.
|
||||
|
||||
For long-form (newsletter editions, essays, series articles), route to /linkedin:newsletter —
|
||||
the single long-form entry point. /linkedin:multiplatform no longer produces long-form.
|
||||
|
||||
Triggers on: "write a LinkedIn post", "create linkedin post", "quick post", "batch content",
|
||||
"week of posts", "weekly content prep", "content pipeline", "use a template", "adapt for twitter",
|
||||
"cross-post", "multi-platform", "repurpose content", "turn into carousel",
|
||||
"help me post about", "linkedin post from this", "5-minute post",
|
||||
"create video script", "linkedin video", "video for linkedin".
|
||||
"create video script", "linkedin video", "video for linkedin",
|
||||
"newsletter", "long-form", "edition", "write an essay", "series article".
|
||||
---
|
||||
|
||||
## Content Creation Domain
|
||||
|
|
@ -31,8 +35,13 @@ This skill covers everything related to creating LinkedIn content -- from quick
|
|||
| `/linkedin:templates` | Browse/apply post templates | When you want structure |
|
||||
| `/linkedin:pipeline` | Full end-to-end content pipeline | Idea to published post |
|
||||
| `/linkedin:batch` | Create a full week of content | Sunday content prep |
|
||||
| `/linkedin:multiplatform` | Adapt content for other platforms | Cross-posting |
|
||||
| `/linkedin:multiplatform` | Adapt content for other platforms (short-form/cross-format) | Cross-posting |
|
||||
| `/linkedin:video` | Video script generator (30s/60s/90s/2min) | When you want to create a LinkedIn video script |
|
||||
| `/linkedin:newsletter` | Long-form orchestrator (newsletter editions, essays, series articles) | The single long-form entry point — research → draft → fact-check → persona-review → lock → delivery |
|
||||
|
||||
> **Short-form vs long-form.** `/linkedin:post`, `:quick`, `:react`, `:carousel`, and
|
||||
> `:video` cover feed posts. For long-form (a newsletter, an essay, a series article),
|
||||
> use `/linkedin:newsletter` — `/linkedin:multiplatform` no longer produces long-form.
|
||||
|
||||
## Agents
|
||||
|
||||
|
|
|
|||
|
|
@ -151,6 +151,7 @@ Launch newsletter only after:
|
|||
- Reliable content generation system
|
||||
|
||||
For complete newsletter strategy, see `references/newsletter-strategy-guide.md`.
|
||||
To actually produce an edition once you are ready, use `/linkedin:newsletter` (the long-form orchestrator).
|
||||
|
||||
### Articles Strategy
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ This plugin uses **6 focused skills**. This main skill contains shared knowledge
|
|||
|
||||
| Skill | Domain | Key Commands |
|
||||
|-------|--------|--------------|
|
||||
| **linkedin-content-creation** | Post creation, templates, batch, pipeline, video | `/linkedin:post`, `/linkedin:quick`, `/linkedin:templates`, `/linkedin:batch`, `/linkedin:pipeline`, `/linkedin:multiplatform`, `/linkedin:video` |
|
||||
| **linkedin-content-creation** | Post creation, templates, batch, pipeline, video, long-form | `/linkedin:post`, `/linkedin:quick`, `/linkedin:templates`, `/linkedin:batch`, `/linkedin:pipeline`, `/linkedin:multiplatform`, `/linkedin:video`, `/linkedin:newsletter` |
|
||||
| **linkedin-analytics** | Analysis, reporting, import, troubleshooting | `/linkedin:analyze`, `/linkedin:audit`, `/linkedin:import`, `/linkedin:report` |
|
||||
| **linkedin-strategy** | Growth, authority, competitive, monetization | `/linkedin:strategy`, `/linkedin:authority`, `/linkedin:competitive`, `/linkedin:monetize` |
|
||||
| **linkedin-networking** | Engagement, collaborations, speaking | `/linkedin:speaking`, `/linkedin:collab` |
|
||||
|
|
@ -133,7 +133,8 @@ These rules apply to ALL content created by any skill or command:
|
|||
| `/linkedin:calendar` | View and manage post scheduling queue |
|
||||
| `/linkedin:publish` | Mark scheduled posts as published |
|
||||
| `/linkedin:pipeline` | Full end-to-end content pipeline |
|
||||
| `/linkedin:multiplatform` | Adapt content for other platforms |
|
||||
| `/linkedin:newsletter` | Long-form orchestrator (newsletter editions, essays, series articles) -- single long-form entry point |
|
||||
| `/linkedin:multiplatform` | Adapt content for other platforms (short-form/cross-format) |
|
||||
| `/linkedin:audit` | Periodic content strategy audit |
|
||||
| `/linkedin:authority` | Systematic authority building |
|
||||
| `/linkedin:competitive` | Competitive analysis of niche |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue