feat(linkedin-thought-leadership): v1.1.0 — Q2 2026 feature release

9 improvements across 3 tracks:

Onboarding: /linkedin:onboarding wizard, README Quick Start rewrite
Content Quality: voice drift scoring, industry angle variants,
  /linkedin:carousel, /linkedin:react multi-URL comparison
Analytics: automated week-rollover, day-of-week heatmap,
  month-over-month reports

25→27 commands. All Q2 ROADMAP items completed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kjell Tore Guttormsen 2026-04-08 06:16:35 +02:00
commit 1a8cc1942c
33 changed files with 1726 additions and 236 deletions

View file

@ -1,6 +1,6 @@
# LinkedIn Thought Leadership Plugin — Roadmap
**Current version:** v1.0.0 (April 2026)
**Current version:** v1.1.0 (April 2026)
**Scope:** Planned improvements through Q4 2026
Items organized by quarter and track. Priority = Impact / Effort (High/Medium/Low). Items within each quarter ordered by priority.
@ -16,23 +16,23 @@ Items organized by quarter and track. Priority = Impact / Effort (High/Medium/Lo
- [x] Condensed getting-started menu for zero-post users in `/linkedin` router
- [x] Readiness check in `/linkedin:post` and `/linkedin:quick` for unpersonalized state
- [x] Inline 5x5x5 engagement ritual explanation
- [ ] `/linkedin:onboarding` — dedicated multi-step onboarding command that guides profile → setup → first-post as one flow
- [ ] README Quick Start refinement — 5-minute getting-started path with screenshots
- [x] `/linkedin:onboarding` — dedicated multi-step onboarding command that guides profile → setup → first-post as one flow
- [x] README Quick Start refinement — 5-minute getting-started path with single `/linkedin:onboarding` entry point
### Content Quality
**Priority: High** | **Effort: Medium**
- [ ] Enhanced voice-trainer agent: automatic drift scoring on every post draft (compare against voice samples)
- [ ] Content Matrix improvements: add industry-specific angle variants
- [ ] Carousel post support: structured multi-slide content generation with visual layout guidance
- [ ] `/linkedin:react` enhancement: multi-URL comparison posts (compare 2-3 articles)
- [x] Enhanced voice-trainer agent: automatic drift scoring on every post draft (compare against voice samples)
- [x] Content Matrix improvements: add industry-specific angle variants
- [x] Carousel post support: structured multi-slide content generation with visual layout guidance
- [x] `/linkedin:react` enhancement: multi-URL comparison posts (compare 2-3 articles)
### Analytics Pipeline
**Priority: Medium** | **Effort: Medium**
- [ ] Automated week-rollover: session-start hook resets `posts_this_week` and updates `current_week` on week change (currently warn-only)
- [ ] Post-level heatmap generation: day-of-week x time-of-day performance matrix from imported CSV data
- [ ] `/linkedin:report` month-over-month comparison view
- [x] Automated week-rollover: session-start hook resets `posts_this_week` and updates `current_week` on week change
- [x] Post-level heatmap generation: day-of-week performance matrix from imported CSV data (time-of-day not available in CSV export)
- [x] `/linkedin:report` month-over-month comparison view
---