930836597e
refactor(linkedin): merge analytics + engagement agents 2→1 each (S19)
...
- analytics-interpreter absorbs performance-reporter (interpret/report modes,
identical data sources): mode-selector + both output templates kept inline.
- engagement-coach absorbs comment-strategist (5x5x5 + first-hour + CEA
commenting + target selection + scoring + quality scorecard + daily
routine). Self-ref at engagement-coach.md:24 rewritten — target is now
in-file. Model upgraded from haiku to sonnet (absorbed deeper work);
tools union: Read, Glob, WebSearch.
- 7 ref-files reconciled: commands/linkedin.md (router rules merged),
skills/linkedin-analytics (row dropped), skills/linkedin-thought-leadership
(2 rows merged), skills/linkedin-networking (row dropped), CLAUDE.md
(agents table 16→14, merged rows), README.md (agents table, flow diagram,
intent table, analytics consumers line), references/glossary.md (3 'Used in'
refs), scripts/test-runner.sh (EXPECTED_AGENTS list reconciled to current
14 — also closed lingering S5/S6 gaps for fact-checker/persona-reviewer/
video-scripter, removed already-deleted content-tracker/personalization-scorer),
docs/agents-capability-matrix.md (full restructure: header count 16→14,
agent table, capability grid columns + capabilities, pipeline diagram,
intent table, model selection table — fixed STATE residual #1 on the
tracker/pers-scorer stale columns in the same pass).
- Q2 decision (video-scripter → content-repurposer?): KEEP separate.
Distinct invocation paths (/linkedin:video vs format conversion), distinct
outputs (timed video script with pacing+captions vs format-translation
artifact), and newsletter.md already uses content-repurposer for prose
drafting independently of video-scripter. Net agents/ 16→14.
- agents/README.md dropped from Files (moved to docs/agents-capability-matrix.md
in S14); literal Verify exits 2 on missing path (logged), corrected Verify
passes 4/4 predicates. Manifest audit: 2/2 expected paths exist, 13 'CEA'
occurrences in engagement-coach.md.
- gitleaks: clean.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-28 06:19:20 +02:00
92e0a0b4f5
fix(linkedin): close dogfood friction (S14)
...
Close all 9 friction points from the S13 newsletter dogfood (operator
elected to fix F6-F9 rather than defer):
- F1: namespace all subagent_type calls in newsletter.md to
linkedin-thought-leadership:<name> (4 sites + canonical note)
- F2: document agent invocation form + reload requirement in CLAUDE.md
+ README.md (reload itself is an operator action)
- F3: add edition-config / edition-delingstekst / edition-HANDOVER
templates under config/ + wire into Steps 0 and 8 + footer
- F4: reconcile draft path to <serie>/NN-utkast.md (series root)
- F5: de-hardcode series root (explicit arg / LTL_SERIES_ROOT / default)
- F6: config-derive carousel editions (remove Seres CAROUSEL set);
correct samle comment
- F7: build-html.mjs exits non-zero when zero HTML produced
- F8: guard parseDelingstekst (graceful ENOENT) + correct Step 8 wording
- F9: relocate agents/README.md -> docs/agents-capability-matrix.md
Re-tested: 87/87 plugin tests pass; build-html/build-linkedin behavior
re-verified live. Per-item outcomes logged in dogfood-S13-friction.md.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 23:37:39 +02:00
ca5aa4e698
refactor(linkedin): edition-state schema + retire 2 deterministic agents to scripts (S6)
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 20:26:14 +02:00
1faffac303
feat(linkedin): add persona-reviewer agent (2 modes) + fixture (S5)
2026-05-27 20:08:06 +02:00
be03d44c52
feat(linkedin): add fact-checker agent + fixture (S4)
2026-05-27 19:42:41 +02:00
Kjell Tore Guttormsen
9ea5a2e6c6
chore(privacy): scrub real-org references from plugin internals (phase 2)
...
Same bulk replacement applied to plugin-internal KB, examples, fixtures,
tests, and docs. Real organization names, persona names, internal system
identifiers, and domain-specific terms replaced with fictional generic
public-sector entity (DDT) and generic terminology.
Scope:
- okr/ — examples, governance, framework, integrations, sources
- ms-ai-architect/ — KB references (engineering, governance, security,
infrastructure, advisor), tests/fixtures, agents, docs
- linkedin-thought-leadership/ — voice samples, network-builder,
examples (genericized identifying headlines to "[your organization]")
- llm-security/ — research notes, scan report
Manual genericization beyond bulk replace:
- okr SKILL.md "Primary user / Domain" — generic Norwegian public sector
- linkedin-voice SKILL.md headline placeholder
- network-builder.md headline placeholder
- high-engagement-posts.md voice sample employer line + hashtag
Phase 3 (factual-attribution review) remains: a few KB files attribute
publicly known transport-sector docs/datasets (e.g. håndbok V440, NVDB)
to the fictional DDT after bulk replace. Needs manual semantic review
to either remove or restore correct citation without re-introducing
affiliation references.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-03 04:28:15 +02:00
Kjell Tore Guttormsen
5be9c8e47c
feat(ultraplan-local): v1.6.0 — /ultraresearch-local deep research command
...
Add /ultraresearch-local for structured research combining local codebase
analysis with external knowledge via parallel agent swarms. Produces research
briefs with triangulation, confidence ratings, and source quality assessment.
New command: /ultraresearch-local with modes --quick, --local, --external, --fg.
New agents: research-orchestrator (opus), docs-researcher, community-researcher,
security-researcher, contrarian-researcher, gemini-bridge (all sonnet).
New template: research-brief-template.md.
Integration: --research flag in /ultraplan-local accepts pre-built research
briefs (up to 3), enriches the interview and exploration phases. Planning
orchestrator cross-references brief findings during synthesis.
Design principle: Context Engineering — right information to right agent at
right time. Research briefs are structured artifacts in the pipeline:
ultraresearch → brief → ultraplan --research → plan → ultraexecute.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 08:58:35 +02:00
Kjell Tore Guttormsen
1a8cc1942c
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>
2026-04-08 06:16:35 +02:00
Kjell Tore Guttormsen
39f8b275a6
feat(linkedin-thought-leadership): v1.0.0 — initial open-source import
...
Build LinkedIn thought leadership with algorithmic understanding,
strategic consistency, and AI-assisted content creation. Updated for
the January 2026 360Brew algorithm change.
16 agents, 25 commands, 6 skills, 9 hooks, 24 reference docs.
Personal data sanitized: voice samples generalized to template,
high-engagement posts cleared, region-specific references replaced
with placeholders.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 22:09:03 +02:00