ktg-plugin-marketplace/plugins/linkedin-thought-leadership/config/state-file.template.md
Kjell Tore Guttormsen 8606abf5ee feat(linkedin): progressive onboarding — hide score until 3+ posts, suppress voice guardian noise
- session-start.mjs: count published posts, gate personalization score
  display and reminder behind >= 3 published posts
- voice-guardian.md: suppress LOW CONFIDENCE messages, silently skip
  drift scoring when < 5 samples
- state-file.template.md: add "general" default for expertise_areas
- onboarding.md: show friendly defaults message for new users, move
  score dashboard to returning-user flow

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-11 00:50:18 +02:00

61 lines
1.2 KiB
Markdown

---
# LinkedIn Thought Leadership State
# Auto-managed by the linkedin-thought-leadership plugin
# Copy to ~/.claude/linkedin-thought-leadership.local.md
# Posting metrics
last_post_date: null
first_post_date: null # YYYY-MM-DD, set once on first post, never changed
last_post_topic: "" # Should match an expertise_areas value for pillar tracking
posts_this_week: 0
weekly_goal: 3
current_streak: 0
longest_streak: 0
# Week tracking (ISO week)
current_week: ""
# Analytics tracking
last_import_date: null
last_import_week: ""
# Milestone tracking
follower_count: 0
follower_target: 10000
target_date: "2026-12-31"
monthly_growth: []
projected_10k_date: ""
growth_rate_needed: 0
# Planning
next_planned_topic: ""
pending_5x5x5: false
content_series_active: ""
# Profile
expertise_areas:
- "general"
- ""
- ""
- ""
- ""
---
# LinkedIn Session State
## Recent Posts
<!-- Updated automatically by Stop hook -->
<!-- Format: [YYYY-MM-DD] "Hook text..." (chars) - topic_area -->
## Session Notes
<!-- Free-form notes from sessions -->
## Planned Content
<!-- Upcoming posts and topics -->
## Milestone Log
<!-- Updated when follower_count changes. Format: [YYYY-MM] count (+delta) -->