fix(linkedin-studio): S1 hardening — method calibration (quick) + Start journey
Hardening phase S1. Tightened the hook character bound from one-sided (under 140) to the full canonical 110-140 band across the Start-journey creation surfaces, matching hooks/prompts/content-quality-gate.md: - quick.md: hook band on Step 2 + Step 5 checklist; added a buzzword check and a 150-500 length-band check; checklist tally 6 -> 7. - onboarding.md: hook band in Phase 3.2 + 3.3 (length + no-links already present). - first-post.md: hook band in Step 4 + Step 5 (length + no-links already present). - setup.md: zero-edit pass (all four axes already satisfied). Adds docs/hardening/log.md (per-command audit trail, 5-step method) and docs/hardening/review.md (cold /trekreview: ALLOW, 0 BLOCKER/0 MAJOR/1 MINOR). Lint Failed:0, counts 29/19/25/6 unchanged. No structural/version churn. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
2f90880f7a
commit
a41cc54e73
5 changed files with 320 additions and 8 deletions
|
|
@ -98,7 +98,7 @@ Then ask: "Give me a sentence or two about what you have in mind."
|
|||
|
||||
Use the 3-line formula (from `/linkedin:quick`):
|
||||
|
||||
**Line 1: Hook (under 140 characters)**
|
||||
**Line 1: Hook (110-140 characters)**
|
||||
- Make it specific to your experience
|
||||
- Avoid generic openings
|
||||
|
||||
|
|
@ -122,7 +122,7 @@ Use the 3-line formula (from `/linkedin:quick`):
|
|||
## Step 5: Simplified Quality Check
|
||||
|
||||
For a first post, only check these 4 things:
|
||||
- [ ] Hook works in 140 chars?
|
||||
- [ ] Hook in the 110-140 band (not just under 140)?
|
||||
- [ ] ONE clear point (not three)?
|
||||
- [ ] Ends with a question or invitation?
|
||||
- [ ] Sounds like YOU (not corporate/AI)?
|
||||
|
|
|
|||
|
|
@ -197,7 +197,7 @@ Then ask: "Give me a sentence or two about what you have in mind." If expertise
|
|||
### 3.2 — Write the post (3-line formula)
|
||||
|
||||
Draft the post using the voice profile from Phase 2 (or the existing `assets/voice-samples/` profile):
|
||||
- **Line 1 — Hook (under 140 chars):** specific to their experience, no generic opening
|
||||
- **Line 1 — Hook (110-140 chars):** specific to their experience, no generic opening
|
||||
- **Line 2 — Context (1-3 sentences):** the what and why, kept tight
|
||||
- **Line 3 — Insight + question:** their takeaway, ending on a genuine question that invites comments
|
||||
|
||||
|
|
@ -206,7 +206,7 @@ Target 150-500 characters (short posts perform well for new accounts). One point
|
|||
### 3.3 — Quick quality check
|
||||
|
||||
Confirm 4 things before presenting:
|
||||
- [ ] Hook works in 140 chars?
|
||||
- [ ] Hook in the 110-140 band (not just under 140)?
|
||||
- [ ] ONE clear point (not three)?
|
||||
- [ ] Ends with a question or invitation?
|
||||
- [ ] Sounds like THEM (not corporate/AI)?
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ per-type structures and let them pick before applying the 3-line formula.
|
|||
|
||||
Use this structure for all quick posts:
|
||||
|
||||
**Line 1: Hook (under 140 characters)**
|
||||
**Line 1: Hook (110-140 characters)**
|
||||
- Creates curiosity or makes a statement
|
||||
- Must work standalone on mobile
|
||||
|
||||
|
|
@ -137,13 +137,14 @@ Create the post, then verify:
|
|||
|
||||
**Quick Quality Check (30 seconds):**
|
||||
- [ ] On-topic for my expertise? (Y/N)
|
||||
- [ ] Hook works in 140 chars? (Y/N)
|
||||
- [ ] Hook in the 110-140 band (not just under 140)? (Y/N)
|
||||
- [ ] Clear value delivered? (Y/N)
|
||||
- [ ] Ends with engagement prompt? (Y/N)
|
||||
- [ ] No external links in body? (Y/N)
|
||||
- [ ] Under 500 characters? (Y/N)
|
||||
- [ ] No corporate buzzwords? (Y/N)
|
||||
- [ ] In the 150-500 band (not just under 500)? (Y/N)
|
||||
|
||||
**All 6 = Yes? -> Ready to post.**
|
||||
**All 7 = Yes? -> Ready to post.**
|
||||
|
||||
### De-AI / Differentiation Gate (fast)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue