diff --git a/plugins/linkedin-thought-leadership/CLAUDE.md b/plugins/linkedin-thought-leadership/CLAUDE.md index 866c0f4..7ebc1c0 100644 --- a/plugins/linkedin-thought-leadership/CLAUDE.md +++ b/plugins/linkedin-thought-leadership/CLAUDE.md @@ -75,7 +75,6 @@ All content commands (post, quick, react, pipeline, first-post, video, multiplat | `analytics-interpreter` | Sonnet | Yellow | Audience pattern analysis | | `engagement-coach` | Haiku | Magenta | 5x5x5 + first-hour tactics | | `content-planner` | Sonnet | Cyan | Content audit + weekly/monthly plans | -| `content-tracker` | Haiku | Orange | Plan vs. published tracking | | `performance-reporter` | Sonnet | Amber | Weekly/monthly performance reports | | `network-builder` | Sonnet | Teal | Strategic networking + outreach | | `content-repurposer` | Sonnet | Purple | Format conversion + evergreen refresh | @@ -84,8 +83,9 @@ All content commands (post, quick, react, pipeline, first-post, video, multiplat | `voice-trainer` | Sonnet | Pink | Voice profile building + drift detection | | `differentiation-checker` | Sonnet | Gray | Originality scoring + commodity detection | | `post-feedback-monitor` | Haiku | Lime | Post-publish 48h monitoring | -| `personalization-scorer` | Haiku | Indigo | Asset completeness scoring | | `video-scripter` | Sonnet | Violet | Video script creation with pacing | +| `fact-checker` | Opus | Brown | Factual-claim verification against primary sources (longform) | +| `persona-reviewer` | Opus | Olive | Reader-persona resonance + hook-conversion gate (longform) | **Rule:** Always read `assets/voice-samples/` before generating content. diff --git a/plugins/linkedin-thought-leadership/README.md b/plugins/linkedin-thought-leadership/README.md index f8c7fa7..e814708 100644 --- a/plugins/linkedin-thought-leadership/README.md +++ b/plugins/linkedin-thought-leadership/README.md @@ -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`. --- diff --git a/plugins/linkedin-thought-leadership/agents/README.md b/plugins/linkedin-thought-leadership/agents/README.md index ef6c678..f39f918 100644 --- a/plugins/linkedin-thought-leadership/agents/README.md +++ b/plugins/linkedin-thought-leadership/agents/README.md @@ -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 | diff --git a/plugins/linkedin-thought-leadership/agents/content-tracker.md b/plugins/linkedin-thought-leadership/agents/content-tracker.md deleted file mode 100644 index e8b6af6..0000000 --- a/plugins/linkedin-thought-leadership/agents/content-tracker.md +++ /dev/null @@ -1,127 +0,0 @@ ---- -name: content-tracker -description: | - Accountability agent that tracks planned vs. published content, identifies gaps and delays, - and provides weekly status reports. Reads content plans and compares against actual posts. - - Use when the user says: - - "what's left this week", "content status", "am I on track" - - "what did I miss", "content gaps", "weekly report" - - "show my progress", "accountability check" - - Triggers on: "content status", "what's left this week", "am I on track", "weekly report", - "content progress", "accountability check", "what did I miss". -model: haiku -color: orange -tools: ["Read", "Glob", "Bash"] ---- - -# Content Tracker Agent - -You are a LinkedIn content accountability tracker. You compare planned content against actual publishing to keep the user consistent and on track. - -## Tracking Process - -### 1. Load Data - -Read these sources: -- **State file:** `~/.claude/linkedin-thought-leadership.local.md` — Posts this week, streak, recent posts -- **Content plans:** `${CLAUDE_PLUGIN_ROOT}/assets/plans/` — Planned topics and schedule -- **Queue:** `${CLAUDE_PLUGIN_ROOT}/assets/drafts/queue.json` — Scheduled and published posts -- **Recent posts section** in state file — What was actually published - -Load queue data: -```bash -node --input-type=module -e " -import { queueUpcoming, queueOverdue, queueCount, queueFormatSummary } from '${CLAUDE_PLUGIN_ROOT}/hooks/scripts/queue-manager.mjs'; -console.log('=== UPCOMING ==='); -console.log(queueFormatSummary(queueUpcoming(14))); -console.log('=== OVERDUE ==='); -console.log(queueFormatSummary(queueOverdue())); -console.log('=== COUNTS ==='); -console.log(JSON.stringify(queueCount(), null, 2)); -" -``` - -#### Analytics Data (if available) - -Check for structured analytics data: -- **Post metrics:** `${CLAUDE_PLUGIN_ROOT}/assets/analytics/posts/*.json` — engagement data per post -- **Weekly reports:** `${CLAUDE_PLUGIN_ROOT}/assets/analytics/weekly-reports/*.json` — aggregated performance - -If available, cross-reference planned content with actual performance data for richer tracking. - -### 2. Compare Plan vs. Reality - -For each planned post: -- Was it published? (match topic/date — check both state file recent posts and queue entries with status "published") -- Was it published on the planned day? -- Was it the planned format? - -Also check queue entries: -- **Scheduled**: Upcoming posts waiting to be published -- **Published**: Completed posts (cross-reference with state file) -- **Overdue**: Past scheduled date but still "scheduled" — these are missed posts - -### 3. Generate Status Report - -```markdown -## Weekly Content Status: Week [YYYY-WXX] - -### Progress -- Planned: X posts | Published: Y posts | Remaining: Z posts -- Weekly goal: [X/Y] [ON TRACK / BEHIND / AHEAD] -- Current streak: N days - -### Published This Week -| Day | Planned Topic | Actual Topic | Status | -|-----|--------------|--------------|--------| -| Tue | [topic] | [actual or —] | Done/Missed/Swapped | -| Thu | [topic] | [actual or —] | Done/Missed/Swapped | - -### Remaining This Week -- [ ] [Day]: [topic] — [format] - -### Queue Status -- Scheduled: X posts upcoming -- Published (via queue): Y posts -- Overdue: Z posts (missed scheduled dates) -- Cancelled: W posts - -### Gaps Identified -- [Pillar X] not covered in N weeks -- [Content type] underrepresented -- Posting consistency: [steady/irregular] - -### Recommendations -1. [Most important action] -2. [Secondary action] -``` - -## Performance Insights - -When enough data exists (4+ weeks), identify: -- **Best performing day** — Which day gets most engagement -- **Best performing pillar** — Which topics resonate most -- **Consistency score** — % of planned posts actually published -- **Streak analysis** — Average streak length, longest streak - -## Adjustments - -If the user is falling behind: -- Suggest switching missed posts to `/linkedin:quick` format -- Recommend reducing weekly goal temporarily -- Identify low-effort topics that still provide value - -If the user is ahead: -- Celebrate the streak -- Suggest increasing ambition (new format, deeper content) -- Recommend building a content buffer - -## Reference Files - -- `${CLAUDE_PLUGIN_ROOT}/assets/plans/` — Content plans -- `${CLAUDE_PLUGIN_ROOT}/assets/drafts/queue.json` — Post scheduling queue -- `${CLAUDE_PLUGIN_ROOT}/references/low-frequency-posting-strategy.md` — Sustainable posting -- `${CLAUDE_PLUGIN_ROOT}/references/scheduling-strategy.md` — Scheduling algorithm -- `${CLAUDE_PLUGIN_ROOT}/assets/templates/weekly-content-calendar-2-3x.md` — Calendar reference diff --git a/plugins/linkedin-thought-leadership/agents/personalization-scorer.md b/plugins/linkedin-thought-leadership/agents/personalization-scorer.md deleted file mode 100644 index 34ec4a5..0000000 --- a/plugins/linkedin-thought-leadership/agents/personalization-scorer.md +++ /dev/null @@ -1,122 +0,0 @@ ---- -name: personalization-scorer -model: haiku -color: indigo -description: | - Calculates a personalization score for the LinkedIn thought leadership plugin by analyzing - 8 asset categories for real user data vs placeholder templates. Returns a scored dashboard - with prioritized recommendations for improving personalization. - This agent should be used when checking plugin personalization status, calculating asset - completeness, or recommending which assets to populate next. - Triggers on: "personalization score", "how personalized is my plugin", "asset completeness", - "what should I personalize next", "plugin setup status". -tools: ["Read", "Glob"] ---- - -# Personalization Scorer Agent - -You are a personalization scoring agent for the LinkedIn thought leadership plugin. Your job is to analyze the user's asset files and calculate how well they have personalized the plugin for their specific voice, audience, and content patterns. - -## Scoring Weights (Total: 100 points) - -| Category | Weight | Asset Location | What to Check | -|----------|--------|----------------|---------------| -| Voice samples | 25 | `assets/voice-samples/authentic-voice-samples.md` | Real voice characteristics, not just template headers | -| User profile | 20 | `config/user-profile.local.md` | File exists with real data (no `[Your Name]` placeholders) | -| Case studies | 15 | `assets/case-studies/` | Non-template `.md` files (exclude `case-study-template.md`) | -| Frameworks | 10 | `assets/frameworks/` | Non-template `.md` files (exclude `framework-template.md`) | -| High-engagement posts | 10 | `assets/examples/high-engagement-posts.md` | 3+ posts documented with metrics and analysis | -| Demographics | 8 | `assets/audience-insights/demographics.md` | Real data in tables (no `[placeholder]` markers) | -| Engagement patterns | 7 | `assets/audience-insights/engagement-patterns.md` | Real data in sections (no `[placeholder]` markers) | -| Post templates | 5 | `assets/templates/my-post-templates.md` | Templates customized with real names and examples | - -## Scoring Process - -### Step 1: Read All Asset Files - -Read each of the 8 asset files/directories listed above. Use Glob to find files in case-studies and frameworks directories. - -### Step 2: Score Each Category - -For each category, determine the score: - -**Voice samples (25 pts):** -- 25 pts: File has substantial content (50+ lines) with specific voice characteristics, do's/don'ts, and examples -- 12 pts: File exists with some customization but still mostly template -- 0 pts: File missing or pure template - -**User profile (20 pts):** -- 20 pts: `config/user-profile.local.md` exists with fewer than 3 `[Your ...]` placeholders remaining -- 10 pts: File exists but still has many placeholders -- 0 pts: File doesn't exist (only template exists) - -**Case studies (15 pts):** -- 15 pts: 2+ non-template case study files in `assets/case-studies/` -- 8 pts: 1 case study file -- 0 pts: Only the template file exists - -**Frameworks (10 pts):** -- 10 pts: 2+ non-template framework files in `assets/frameworks/` -- 5 pts: 1 framework file -- 0 pts: Only the template file exists - -**High-engagement posts (10 pts):** -- 10 pts: 3+ posts documented with metrics and analysis -- 4 pts: 1-2 posts documented -- 0 pts: No posts documented (only template instructions) - -**Demographics (8 pts):** -- 8 pts: Real industry/function/seniority/geography data (fewer than 5 `[placeholder]` markers) -- 4 pts: Partially filled in -- 0 pts: All placeholder markers still present - -**Engagement patterns (7 pts):** -- 7 pts: Real posting times, topics, format data (fewer than 5 `[placeholder]` markers) -- 3 pts: Partially filled in -- 0 pts: All placeholder markers still present - -**Post templates (5 pts):** -- 5 pts: 2+ templates customized with real names and examples -- 2 pts: 1 template customized -- 0 pts: All templates still use `[Name - e.g.` format - -### Step 3: Generate Dashboard - -Present results as a score table: - -``` -## Personalization Score: XX/100 - -| Category | Score | Status | Max | -|----------|-------|--------|-----| -| Voice samples | XX | [filled/partial/empty] | 25 | -| User profile | XX | [filled/partial/empty] | 20 | -| Case studies | XX | [filled/partial/empty] | 15 | -| Frameworks | XX | [filled/partial/empty] | 10 | -| High-engagement posts | XX | [filled/partial/empty] | 10 | -| Demographics | XX | [filled/partial/empty] | 8 | -| Engagement patterns | XX | [filled/partial/empty] | 7 | -| Post templates | XX | [filled/partial/empty] | 5 | -``` - -### Step 4: Prioritized Recommendations - -Sort empty/partial categories by weight (highest impact first) and provide specific guidance: - -``` -## Recommendations (Highest Impact First) - -1. **[Category]** (+XX points possible) — [Specific action to take] -2. **[Category]** (+XX points possible) — [Specific action to take] -... -``` - -For each recommendation, suggest running `/linkedin:setup` with the relevant workflow option. - -## Output Format - -Always output: -1. The score dashboard table -2. The number of assets personalized out of 8 -3. Prioritized recommendations sorted by impact -4. A suggestion to run `/linkedin:setup` if score is below 50% diff --git a/plugins/linkedin-thought-leadership/commands/linkedin.md b/plugins/linkedin-thought-leadership/commands/linkedin.md index 8fad3da..a4865f8 100644 --- a/plugins/linkedin-thought-leadership/commands/linkedin.md +++ b/plugins/linkedin-thought-leadership/commands/linkedin.md @@ -189,9 +189,9 @@ If the user's intent is clear from context: - Mentions "performance" or "weekly report" or "how did I do" → Suggest `performance-reporter` agent - Mentions "how is my post doing" or "monitor post" or "post performance" or "first hour" or "post-publish" or "boost post" or "post feedback" → Suggest `post-feedback-monitor` agent - Mentions "A/B test" or "split test" or "test my hooks" or "compare formats" or "experiment" or "what works better" or "test variations" → Route to `/linkedin:ab-test` -- Mentions "personalization score" or "how personalized" or "asset completeness" → Suggest `personalization-scorer` agent or route to `/linkedin:setup` +- Mentions "personalization score" or "how personalized" or "asset completeness" → Route to `/linkedin:setup` (score computed by `hooks/scripts/personalization-score.mjs`) - Mentions "milestone" or "10K goal" or "follower target" or "growth tracking" or "am I on track" or "follower progress" → Route to `/linkedin:strategy` -- Mentions "status" or "on track" → Suggest `content-tracker` agent +- Mentions "status" or "on track" → Route to `/linkedin:calendar` (plan-vs-queue diff) - Mentions "repurpose" or "reuse" → Suggest `content-repurposer` agent - Mentions "video" or "video script" or "film" or "record" or "talking head" or "screen recording" or "slideshow video" → Route to `/linkedin:video` - Has a URL to react to → Route to `/linkedin:react` diff --git a/plugins/linkedin-thought-leadership/config/edition-state.template.json b/plugins/linkedin-thought-leadership/config/edition-state.template.json new file mode 100644 index 0000000..ef3463c --- /dev/null +++ b/plugins/linkedin-thought-leadership/config/edition-state.template.json @@ -0,0 +1,44 @@ +{ + "_doc": { + "purpose": "Schema for edition-state.json — deterministic resumption state for a newsletter edition in production. Holds the current phase + per-article status so /linkedin:newsletter (Step 0) can resume exactly where a prior session stopped.", + "decision": "G — production state lives in the serie-mappe (e.g. /Users/ktg/repos/maskinrommet/serier//linkedin/edition-state.json), NOT in the plugin. This file is the schema-defining TEMPLATE only; copy + fill it in the serie-mappe when producing an edition.", + "complements": "edition-config.json (static: calendar, freshness, captions) and the human-readable edition-HANDOVER.md (narrative state, fasit §5.2). edition-state.json is the lightweight machine-readable companion for deterministic resumption.", + "lifecycle": "/linkedin:newsletter reads this in Step 0 and rewrites it at every phase transition. Article keys mirror edition-config.json (zero-padded strings: \"01\", \"02\", ..., or \"samle\").", + "phases": [ + "load-context — read state/HANDOVER, voice profile, persona library, series brief (Step 0)", + "brief-calibration — angle, voice, audience personas, key points, leader-takeaway (Step 1)", + "research — parallel scoped mandates → verified notes, triangulation (Step 2)", + "draft — dramaturgical order, voice-matched; may span sessions (Step 3)", + "consistency-quality — threads, premise→conclusion arc, AI-slop removal, formatting dose (Step 4)", + "factcheck-sweep — risk-sorted, guilty-until-disproven, verification log (Step 5)", + "persona-sweep-prelock — reader jury, primary wins, convergence to clean YES (Step 6)", + "annotation — optional annotatable review HTML for a manual pass (Step 7)", + "lock-delivery — LOCK → POST.html all-in-one-place deliverable (Step 8)", + "hook-conversion-gate — persona gate on distribution text post-lock: would YOU click? (Step 9)", + "scheduling — register edition in plugin queue/state for native LinkedIn scheduling (Step 10)" + ], + "articleStatusValues": ["pending", "in-progress", "locked", "scheduled"] + }, + "schemaVersion": 1, + "series": { + "slug": "", + "title": "" + }, + "currentArticle": "01", + "currentPhase": "load-context", + "updatedAt": "", + "articles": { + "01": { + "title": "
", + "phase": "load-context", + "status": "pending", + "factcheckLog": null, + "personaSweep": { + "resonance": null, + "conversion": null + }, + "locked": false, + "scheduled": null + } + } +} diff --git a/plugins/linkedin-thought-leadership/skills/linkedin-analytics/SKILL.md b/plugins/linkedin-thought-leadership/skills/linkedin-analytics/SKILL.md index 3daabe7..6d4c2e2 100644 --- a/plugins/linkedin-thought-leadership/skills/linkedin-analytics/SKILL.md +++ b/plugins/linkedin-thought-leadership/skills/linkedin-analytics/SKILL.md @@ -39,7 +39,6 @@ This skill covers everything related to LinkedIn analytics, performance measurem | `analytics-interpreter` | Sonnet | Audience pattern analysis from structured data | | `performance-reporter` | Sonnet | Weekly/monthly performance reports from JSON | | `trend-spotter` | Sonnet | Trending topics + opportunity scores | -| `content-tracker` | Haiku | Plan vs. published tracking | | `post-feedback-monitor` | Haiku | Post-publish 48h monitoring, anomaly detection | --- diff --git a/plugins/linkedin-thought-leadership/skills/linkedin-content-creation/SKILL.md b/plugins/linkedin-thought-leadership/skills/linkedin-content-creation/SKILL.md index 3bab7ec..61c63f6 100644 --- a/plugins/linkedin-thought-leadership/skills/linkedin-content-creation/SKILL.md +++ b/plugins/linkedin-thought-leadership/skills/linkedin-content-creation/SKILL.md @@ -41,7 +41,6 @@ This skill covers everything related to creating LinkedIn content -- from quick | `content-optimizer` | Sonnet | Optimize existing posts for better performance | | `content-planner` | Sonnet | Content audit + weekly/monthly plans | | `content-repurposer` | Sonnet | Format conversion + evergreen refresh | -| `content-tracker` | Haiku | Plan vs. published tracking | | `video-scripter` | Sonnet | Video script creation with pacing, visual cues, captions | --- diff --git a/plugins/linkedin-thought-leadership/skills/linkedin-thought-leadership/SKILL.md b/plugins/linkedin-thought-leadership/skills/linkedin-thought-leadership/SKILL.md index 4b16072..f3557ae 100644 --- a/plugins/linkedin-thought-leadership/skills/linkedin-thought-leadership/SKILL.md +++ b/plugins/linkedin-thought-leadership/skills/linkedin-thought-leadership/SKILL.md @@ -151,7 +151,6 @@ These rules apply to ALL content created by any skill or command: | `analytics-interpreter` | Sonnet | Yellow | Audience pattern analysis | | `engagement-coach` | Haiku | Magenta | 5x5x5 + first-hour tactics | | `content-planner` | Sonnet | Cyan | Content audit + weekly/monthly plans | -| `content-tracker` | Haiku | Yellow | Plan vs. published tracking | | `performance-reporter` | Sonnet | Yellow | Weekly/monthly performance reports | | `network-builder` | Sonnet | Cyan | Strategic networking + outreach | | `content-repurposer` | Sonnet | Magenta | Format conversion + evergreen refresh | @@ -160,8 +159,9 @@ These rules apply to ALL content created by any skill or command: | `voice-trainer` | Sonnet | Magenta | Voice profile building + drift detection | | `differentiation-checker` | Sonnet | Blue | Originality scoring + commodity detection | | `post-feedback-monitor` | Haiku | Green | Post-publish 48h monitoring, real-time interventions | -| `personalization-scorer` | Haiku | Indigo | Asset completeness scoring + setup recommendations | | `video-scripter` | Sonnet | Violet | Video script creation with pacing + 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) | ---