chore(linkedin-studio): re-add example placeholder; STATE.md now local-only
assets/examples/high-engagement-posts.md restored as the generic placeholder example. STATE.md is now gitignored (local-only): there is no private remote, and STATE must not reach the public mirror.
This commit is contained in:
parent
fc72336a94
commit
9338454ea4
2 changed files with 64 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -59,7 +59,10 @@ scripts/analytics/node_modules/
|
|||
scripts/analytics/build/
|
||||
|
||||
# --- session/local state ---
|
||||
# STATE.md is intentionally TRACKED (global continuity rule supersedes the old polyrepo gitignore convention)
|
||||
# STATE.md is LOCAL-ONLY (gitignored): no private remote exists and STATE must
|
||||
# never reach the public open/ mirror. Deliberate deviation from the global
|
||||
# "STATE tracked" rule, justified by the absence of any private remote.
|
||||
STATE.md
|
||||
REMEMBER.md
|
||||
ROADMAP.md
|
||||
TODO.md
|
||||
|
|
|
|||
60
assets/examples/high-engagement-posts.md
Normal file
60
assets/examples/high-engagement-posts.md
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
# High-Engagement Posts Collection
|
||||
|
||||
Store your top-performing posts here for pattern analysis. Add 5-10 of your best posts to identify what consistently works for YOUR audience.
|
||||
|
||||
> **Placeholder seed.** Your real, per-user collection lives in your external data
|
||||
> dir (`~/.claude/linkedin-studio/examples/high-engagement-posts.md`). Replace the
|
||||
> example structure below with your own posts.
|
||||
|
||||
## How to Use This File
|
||||
|
||||
After each successful post (high engagement relative to your baseline):
|
||||
|
||||
1. Add a new `## Post N` section (where N is a number) per saved post
|
||||
2. Note engagement metrics and timing
|
||||
3. Analyze WHY it worked (hook, angle, timing, CTA)
|
||||
4. Document the replicable pattern
|
||||
|
||||
Claude studies these to learn your successful patterns and apply them to new content.
|
||||
|
||||
## Entry Format
|
||||
|
||||
Each saved post is one `## Post N` section with these fields:
|
||||
|
||||
- **Posted:** date, time, timezone
|
||||
- **Engagement:** likes / comments / shares
|
||||
- **Reach:** impressions and engagement rate
|
||||
- **The Post:** the full post text
|
||||
- **Why It Worked:** hook, angle, timing, CTA
|
||||
- **Pattern to Replicate:** the elements you want to reuse
|
||||
|
||||
(Add your first `## Post N` section above this line once you have a high performer.)
|
||||
|
||||
## Patterns Across All High-Performing Posts
|
||||
|
||||
**Common Elements:**
|
||||
|
||||
- [ ] [Element you notice across your best posts]
|
||||
- [ ] [Element 2]
|
||||
|
||||
**Audience Preferences (What YOUR Audience Responds To):**
|
||||
|
||||
- Format: [Your best-performing format]
|
||||
- Length: [Your best-performing length]
|
||||
- Tone: [Your best-performing tone]
|
||||
- CTAs: [What drives replies for you]
|
||||
|
||||
**Topics That Resonate:**
|
||||
|
||||
1. [Topic]
|
||||
2. [Topic]
|
||||
|
||||
**Best Posting Times (Based on YOUR Data):**
|
||||
|
||||
- Primary: [Time]
|
||||
- Secondary: [Time]
|
||||
- Avoid: [Time]
|
||||
|
||||
## Update Log
|
||||
|
||||
- [Date]: [What you added or learned]
|
||||
Loading…
Add table
Add a link
Reference in a new issue