refactor(linkedin): merge collab + speaking into outreach (S17)
Step 18 (fasit S17): merged commands/collab.md + commands/speaking.md into a single commands/outreach.md covering both tracks under one outreach/pitch paradigm. Structural twins: same outreach/pitch flow (readiness → identify → score → format/abstract → outreach by temperature → production/portfolio → engagement-pod warning → pipeline tracker → network/progression → results dashboard) with track-specific detail at each step. Capability checklist: every function of both predecessors preserved: - Collab: 5-item readiness, partner search + 25-pt rubric, 12 formats across 4 maturity tiers, cold/warm/established outreach, DM amplification protocol, 5-phase co-creation workflow, shared drafting ground rules, pipeline board, health signals, Inner Circle tiers, long-term partnership framework. - Speaking: 100-pt readiness scorecard, event/CFP search + research template, Nordic/European tech conference calendar, 4 talk abstract templates, speaker positioning content calendar, demo reel strategy, speaker bio variants (50/100/200 words), CFP cover note + organizer outreach (cold/warm), post-speaking follow-up sequence, pipeline tracker, progression ladder (4 levels). - Both: engagement-pod warning (post-Mar-2025), quarterly results dashboard with both tracks. Removed commands/collab.md, commands/speaking.md. Reconciled all 16 route-refs across plugin (collab 8, speaking 8): - commands/linkedin.md: table row, priority list (items 16-17 → 16), routing rules (lines 177-178 → one rule), removed 'outreach' keyword from network-builder agent suggestion (now belongs to /linkedin:outreach). - skills/linkedin-thought-leadership/SKILL.md: pillar table + all-commands table (lines 30, 140, 142). - skills/linkedin-networking/SKILL.md: commands table (lines 29-30). - CLAUDE.md: commands table (lines 63-64). - README.md: feature bullet (line 68), commands table (lines 168-169), skills pillar table (line 289), ToS table (line 514). Verify: corrected predicate (test ! -f X && test ! -f Y && ! grep -rqn) exit 0. Literal Verify (plan.md:681) exit 1 due to the same exit-inversion bug observed at Step 16/17 — logged for plan-pass at Step 21. Manifest audit PASS: commands/outreach.md present; [Ss]peaking 40 hits; min_file_count=1 satisfied; forbidden/bash checks vacuous. Net commands/: 26 → 25 (matches plan). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
e4aa5a61c2
commit
d5ee9d19fa
8 changed files with 1244 additions and 1277 deletions
|
|
@ -65,7 +65,7 @@ Key capabilities:
|
|||
- **Analytics pipeline** — import LinkedIn CSV exports, parse into structured JSON, generate performance reports
|
||||
- **Voice training** — learns your authentic writing style and flags drift
|
||||
- **Growth strategy** — phase-specific guidance from foundation (0-1K followers) through authority (10K+)
|
||||
- **Monetization and speaking** — readiness assessment, lead magnets, conference CFP templates
|
||||
- **Monetization and outreach** — readiness assessment, lead magnets, conference CFP templates, collaboration formats and partner pitches
|
||||
- **Video scripting** — structured scripts for 30s/60s/90s/2min LinkedIn video
|
||||
- **Multi-platform repurposing** — adapt LinkedIn content for Twitter/X, newsletters, blogs, slides
|
||||
- **A/B testing framework** — design and track content experiments
|
||||
|
|
@ -165,8 +165,7 @@ All 26 commands use colon notation: `/linkedin:post`, `/linkedin:quick`, etc.
|
|||
| `/linkedin:strategy` | Growth strategy planning based on your follower level. Phase-specific guidance from foundation (0-1K) through authority (10K+). |
|
||||
| `/linkedin:authority` | Systematic authority building. Tracks cited/shared posts, identifies signature content, builds repost schedules, and monitors growing influence. |
|
||||
| `/linkedin:monetize` | Monetization strategy with scored readiness assessment, stage-specific action plans, lead magnet blueprints, DM conversion workflows, and revenue dashboards. |
|
||||
| `/linkedin:speaking` | Generate speaking opportunities. Speaker readiness assessment, conference search, talk abstract templates, speaker bio variants, CFP templates, and pipeline tracking. |
|
||||
| `/linkedin:collab` | Orchestrate collaborations with other thought leaders. Partner scoring, 12 collaboration formats, outreach templates, and partnership frameworks. |
|
||||
| `/linkedin:outreach` | Outreach orchestrator covering both collaborations and speaking opportunities under one paradigm: readiness assessment (collab thresholds + 100-pt speaker scorecard), partner scoring (25-pt rubric), event/CFP search with Nordic/European conference calendar, 12 collaboration formats across 4 maturity tiers, 4 talk abstract templates, speaker bio variants, co-creation production workflow, unified pipeline tracker, and quarterly results dashboard. |
|
||||
|
||||
### Profile & Setup
|
||||
|
||||
|
|
@ -287,7 +286,7 @@ Six domain-specific skills organize the plugin's knowledge and route commands to
|
|||
| `linkedin-content-creation` | Posts, templates, batch, pipeline, video, calendar | `/linkedin:post`, `:quick`, `:templates`, `:pipeline`, `:batch`, `:calendar`, `:publish`, `:video`, `:multiplatform` |
|
||||
| `linkedin-analytics` | Analysis, reporting, import, A/B testing | `/linkedin:analyze`, `:audit`, `:import`, `:report`, `:ab-test` |
|
||||
| `linkedin-strategy` | Growth, authority, competitive, monetization | `/linkedin:strategy`, `:authority`, `:competitive`, `:monetize` |
|
||||
| `linkedin-networking` | Engagement, collaborations, speaking | `/linkedin:speaking`, `:collab` |
|
||||
| `linkedin-networking` | Engagement, collaborations, speaking | `/linkedin:outreach` |
|
||||
| `linkedin-voice` | Voice training, profile optimization, differentiation | `/linkedin:profile` |
|
||||
|
||||
---
|
||||
|
|
@ -512,7 +511,7 @@ Scheduled posts are tracked in `assets/drafts/queue.json`:
|
|||
|------|-----|-------------|
|
||||
| LinkedIn API integration | No official API for content posting | Copy/paste from generated drafts |
|
||||
| Real-time analytics | LinkedIn doesn't provide streaming data | Periodic CSV import via `/linkedin:import` |
|
||||
| Engagement automation | Automated commenting violates LinkedIn ToS | Manual engagement guided by `/linkedin:collab` |
|
||||
| Engagement automation | Automated commenting violates LinkedIn ToS | Manual engagement guided by `/linkedin:outreach` |
|
||||
| Profile editing | Plugin generates recommendations, not API calls | Apply changes manually on LinkedIn |
|
||||
| Team/multi-user workflows | Designed for individual thought leaders | Enterprise LinkedIn tools |
|
||||
| Content scheduling via API | No official scheduling API | Queue management with manual posting via `/linkedin:calendar` (publish action) |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue