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
|
|
@ -11,7 +11,6 @@
|
|||
| analytics-interpreter | Sonnet | Yellow | Pattern discovery from analytics data |
|
||||
| engagement-coach | Haiku | Magenta | 5x5x5 method and engagement routines |
|
||||
| content-planner | Sonnet | Cyan | Weekly/monthly content calendars |
|
||||
| content-tracker | Haiku | Orange | Plan vs. published accountability |
|
||||
| performance-reporter | Sonnet | Amber | Weekly/monthly performance reports |
|
||||
| network-builder | Sonnet | Teal | Strategic networking and outreach |
|
||||
| content-repurposer | Sonnet | Purple | Format conversion and evergreen refresh |
|
||||
|
|
@ -21,7 +20,8 @@
|
|||
| differentiation-checker | Sonnet | Gray | Originality scoring and commodity detection |
|
||||
| video-scripter | Sonnet | Violet | Video script creation with pacing and visual cues |
|
||||
| post-feedback-monitor | Haiku | Lime | Post-publish 48h monitoring and real-time interventions |
|
||||
| personalization-scorer | Haiku | Indigo | Asset completeness scoring and setup recommendations |
|
||||
| fact-checker | Opus | Brown | Factual-claim verification against primary/credible sources (longform) |
|
||||
| persona-reviewer | Opus | Olive | Reader-persona resonance + hook-conversion gate (longform) |
|
||||
|
||||
## Capability Matrix
|
||||
|
||||
|
|
@ -97,15 +97,15 @@ How agents collaborate in the end-to-end content lifecycle:
|
|||
└─────┬──────┘
|
||||
┌────────────────────────────┤
|
||||
│ │
|
||||
┌──────▼───────┐ ┌────────▼───────┐
|
||||
│content-tracker│ │ [PUBLISH] │
|
||||
│(plan vs real) │ └────────┬───────┘
|
||||
└──────┬───────┘ │
|
||||
│ ┌───────▼────────┐
|
||||
┌──────▼────────────┐ │engagement-coach│
|
||||
│performance-reporter│ │(5x5x5 + first │
|
||||
│(weekly/monthly) │ │ hour tactics) │
|
||||
└───────────────────┘ └──────┬─────────┘
|
||||
┌──────▼────────────┐ ┌────────▼───────┐
|
||||
│performance-reporter│ │ [PUBLISH] │
|
||||
│(weekly/monthly) │ └────────┬───────┘
|
||||
└───────────────────┘ │
|
||||
┌────────▼───────┐
|
||||
│engagement-coach│
|
||||
│(5x5x5 + first │
|
||||
│ hour tactics) │
|
||||
└──────┬─────────┘
|
||||
│
|
||||
┌──────▼─────────┐
|
||||
│comment-strategist
|
||||
|
|
@ -133,7 +133,7 @@ content-repurposer ────▸ Post-publish: extends content lifecycle
|
|||
| "Make this post better" | content-optimizer | `/linkedin:post` |
|
||||
| "Is this original enough?" | differentiation-checker | `/linkedin:pipeline` |
|
||||
| "Plan my week's content" | content-planner | `/linkedin:batch` |
|
||||
| "Am I on track this week?" | content-tracker | `/linkedin` |
|
||||
| "Am I on track this week?" | — | `/linkedin:calendar` |
|
||||
| "How did I do this week?" | performance-reporter | `/linkedin:report` |
|
||||
| "Analyze my LinkedIn data" | analytics-interpreter | `/linkedin:analyze` |
|
||||
| "What's my LinkedIn strategy?" | strategy-advisor | `/linkedin:strategy` |
|
||||
|
|
@ -153,5 +153,6 @@ content-repurposer ────▸ Post-publish: extends content lifecycle
|
|||
|
||||
| Model | Agents | Why |
|
||||
|-------|--------|-----|
|
||||
| **Opus** | 2 agents (fact-checker, persona-reviewer) | Longform judgment: factual verification, reader-persona resonance |
|
||||
| **Sonnet** | 12 agents | Complex reasoning: optimization, strategy, analysis, scoring, scripting |
|
||||
| **Haiku** | 4 agents (engagement-coach, content-tracker, post-feedback-monitor, personalization-scorer) | Lighter tasks: coaching prompts, status tracking, post monitoring, asset scoring |
|
||||
| **Haiku** | 2 agents (engagement-coach, post-feedback-monitor) | Lighter tasks: coaching prompts, post monitoring |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue