refactor(linkedin): edition-state schema + retire 2 deterministic agents to scripts (S6)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
1faffac303
commit
ca5aa4e698
10 changed files with 69 additions and 275 deletions
|
|
@ -191,7 +191,6 @@ The plugin delegates specialized work to 16 purpose-built agents. Each agent has
|
|||
| `analytics-interpreter` | Sonnet | Yellow | Pattern discovery from analytics data |
|
||||
| `engagement-coach` | Haiku | Magenta | 5x5x5 method and first-hour engagement tactics |
|
||||
| `content-planner` | Sonnet | Cyan | Weekly/monthly content calendars and mix enforcement |
|
||||
| `content-tracker` | Haiku | Orange | Plan vs. published accountability tracking |
|
||||
| `performance-reporter` | Sonnet | Amber | Weekly/monthly performance reports |
|
||||
| `network-builder` | Sonnet | Teal | Strategic networking, connection scoring, DM templates |
|
||||
| `content-repurposer` | Sonnet | Purple | Format conversion and evergreen content refresh |
|
||||
|
|
@ -200,8 +199,9 @@ The plugin delegates specialized work to 16 purpose-built agents. Each agent has
|
|||
| `voice-trainer` | Sonnet | Pink | Voice profile building and drift detection |
|
||||
| `differentiation-checker` | Sonnet | Gray | Originality scoring and commodity content detection |
|
||||
| `post-feedback-monitor` | Haiku | Lime | Post-publish 48h monitoring and real-time interventions |
|
||||
| `personalization-scorer` | Haiku | Indigo | Asset completeness scoring and setup recommendations |
|
||||
| `video-scripter` | Sonnet | Violet | Video script creation with pacing and visual cues |
|
||||
| `fact-checker` | Opus | Brown | Factual-claim verification against primary/credible sources (longform) |
|
||||
| `persona-reviewer` | Opus | Olive | Reader-persona resonance + hook-conversion gate (longform) |
|
||||
|
||||
### Content Pipeline
|
||||
|
||||
|
|
@ -212,7 +212,7 @@ trend-spotter --> content-planner --> differentiation-checker --> content-optimi
|
|||
| |
|
||||
voice-trainer engagement-coach
|
||||
|
|
||||
content-tracker --> performance-reporter comment-strategist
|
||||
performance-reporter comment-strategist
|
||||
```
|
||||
|
||||
Parallel support agents: `strategy-advisor`, `analytics-interpreter`, `network-builder`, `content-repurposer`, `video-scripter`.
|
||||
|
|
@ -235,7 +235,7 @@ Parallel support agents: `strategy-advisor`, `analytics-interpreter`, `network-b
|
|||
| "What's trending in my field?" | trend-spotter |
|
||||
| "How do I monetize?" | strategy-advisor |
|
||||
| "How is my latest post doing?" | post-feedback-monitor |
|
||||
| "How personalized is my plugin?" | personalization-scorer |
|
||||
| "How personalized is my plugin?" | `/linkedin:setup` |
|
||||
| "Write a LinkedIn video script" | video-scripter |
|
||||
|
||||
---
|
||||
|
|
@ -348,7 +348,7 @@ assets/analytics/
|
|||
└── weekly-reports/ # Generated weekly reports
|
||||
```
|
||||
|
||||
Agents that consume analytics data: `analytics-interpreter`, `performance-reporter`, `content-tracker`.
|
||||
Agents that consume analytics data: `analytics-interpreter`, `performance-reporter`.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue