From thinking-frameworks-skills
Verifies section-break style in a Substack draft matches post register — asterisks for essayistic posts, H2 for technical posts. Flags mismatches per style-guide rhythm rule.
How this skill is triggered — by the user, by Claude, or both
Slash command
/thinking-frameworks-skills:section-break-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [The two registers](#the-two-registers)
Related skills: Called by Editor in structural pass. Reads shared-context/style-guide.md for the break rule.
From style-guide.md:
* * * between movements.* * * preferred; H2 only if structured as a how-to.How to detect register:
Section-break check draft D:
- [ ] Step 1: Detect register: reflective | methodology | hybrid
- [ ] Step 2: Scan for section breaks: count H1s, H2s, H3+, asterisk dividers
- [ ] Step 3: Apply register-appropriate rules
- [ ] Step 4: Flag mismatches
| Register | Word count | H2 OK? | * * * OK? | Flag conditions |
|---|---|---|---|---|
| Reflective | <1500 | No | Yes | H2 in body → tier-2 |
| Reflective | 1500–2500 | Avoid | Preferred | Frequent H2 → tier-2 |
| Hybrid | any | Yes | Yes | Mixing both in same section → tier-2 |
| Methodology | any | Yes | Rare | H3+ usage → tier-2 |
Draft 1: A 1200-word reflective essay on pathology AI with H2s (## The Training Set, ## The Failure, ## What I Learned).
Flag: (Tier-2) H2s in a short reflective post break register. Essays under 1500 words use * * *. Rewrite: replace each ## Heading with * * * and fold the heading concept into the first sentence of the new movement.
Draft 2: A 3000-word methodology post on building an agent system with no H2s, only * * * dividers.
Flag: (Tier-2) Methodology register typically uses H2 for navigation. Consider H2 for each major step of the build. Not blocking, but worth the writer's attention.
Draft 3: A 1800-word essay mixing analysis with a concrete build walk-through, with both H2 and * * * (some sections have H2, some have asterisks).
Flag: (Tier-2) Mixing within one essay breaks register. Pick one. Rewrite suggestion: use H2 for the methodology sections and * * * for the analytical transitions — but be consistent within each register.
series: {slug}) typically use * * * — if a series post uses H2, flag softly.* * * or vice versa) and let the writer execute.npx claudepluginhub lyndonkl/claude --plugin thinking-frameworks-skillsPerforms pass-1 structural review of a Substack essay draft — argument flow, out-of-order moves, buried topic sentences, missing pivots, weak signposting, paragraph-logic issues. Use when reviewing a draft's macro-structure before addressing voice, when a draft meanders, or when the user asks whether the argument lands.
Splits a long article or draft into web-optimized sections by inserting clear subheadings and natural break points without rewriting the text, improving scannability for digital publishing.
Reviews written copy line-by-line against Every's style guide for grammar, punctuation, mechanics, formatting, and compliance. Ideal for articles, blogs, and docs.