From thinking-frameworks-skills
Checks each technical term in a substacker draft's claims against the project glossary and field-standard definitions, flagging aligned, diverged-safe, or diverged-risky mismatches.
How this skill is triggered — by the user, by Claude, or both
Slash command
/thinking-frameworks-skills:glossary-alignment-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
Per claim:
- [ ] Step 1: Tokenize claim for candidate terms (named concepts, TLAs, math)
- [ ] Step 2: Grep shared-context/glossary.md for each term
- [ ] Step 3: If found, pull writer's definition
- [ ] Step 4: Compare to field-standard (prior knowledge + optional WebSearch)
- [ ] Step 5: Emit: aligned | diverged-safe | diverged-risky
Term: "attention"
Writer's glossary: "the mechanism that lets tokens exchange information, including the residual bypass."
Field-standard: "the weighted sum softmax(QK^T/√d)V, excluding the residual."
Status: diverged-risky if post asserts "attention is O(n²)" — true under field definition, false-or-unclear under the writer's.
Output note: "Writer's glossary includes residual in 'attention'; field-standard excludes. Post's claim 'attention is O(n²) in memory' is true under field but misleading under writer's glossary. Consider disambiguating in-post or tightening the glossary."
aligned without actually checking the glossary file this run.no-glossary and treat field definition as governing.diverged-safe over diverged-risky — err toward non-blocking.npx claudepluginhub lyndonkl/claude --plugin thinking-frameworks-skillsCaptures canonical definitions of domain terms in CONTEXT.md along with NOT-references to resolve ambiguity. Useful during interviews, spec reviews, or anytime a fuzzy word needs a single authoritative meaning before its sense drifts.
Creates a glossary of key terms for a topic or article with plain-language definitions, calibrated to audience and publication format.
Verifies each analogy in a substacker draft carries mechanical weight (explains vs. decorates) and checks analogy-catalog.md for novelty and domain fit.