refactor(linkedin): edition-state schema + retire 2 deterministic agents to scripts (S6)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
1faffac303
commit
ca5aa4e698
10 changed files with 69 additions and 275 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue