@rubytech/create-maxy-code 0.1.106 → 0.1.108
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/uninstall.js +1 -1
- package/package.json +1 -1
- package/payload/platform/config/brand.json +1 -0
- package/payload/platform/plugins/.claude-plugin/marketplace.json +4 -14
- package/payload/platform/plugins/business-assistant/PLUGIN.md +4 -1
- package/payload/platform/plugins/docs/references/plugins-guide.md +8 -1
- package/payload/platform/plugins/venture-studio/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/venture-studio/PLUGIN.md +79 -0
- package/payload/platform/plugins/venture-studio/skills/brand-pack/SKILL.md +256 -0
- package/payload/platform/plugins/venture-studio/skills/brand-pack/references/color-psychology.md +118 -0
- package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/SKILL.md +109 -8
- package/payload/platform/plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/html-pdf-pipeline.md +1 -1
- package/payload/{premium-plugins/founder-pack → platform/plugins/venture-studio}/skills/investor-data-room/references/termsheet-template.md +1 -1
- package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/index.html +1565 -0
- package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/render-pdf.mjs +91 -0
- package/payload/platform/plugins/venture-studio/skills/investor-data-room/templates/prospectus/term_sheet.html +715 -0
- package/payload/platform/plugins/venture-studio/skills/office-hours/SKILL.md +588 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/SKILL.md +332 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/aarrr-metrics.md +275 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/assumption-testing.md +93 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/boolean-search.md +308 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/build-measure-learn.md +262 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/business-model-canvas.md +171 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/commitment-signals.md +246 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/design-thinking.md +183 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/earlyvangelist.md +190 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/first-principles.md +58 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/fishbone.md +114 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/five-whys.md +43 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/ice-scoring.md +237 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/innovation-accounting.md +290 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/jtbd.md +105 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/landing-page.md +361 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/market-type.md +167 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/mom-test.md +193 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/mvp-types.md +200 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/og-images.md +239 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pareto.md +103 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/persona-development.md +291 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pivot-types.md +225 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/positioning-statement.md +179 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/prd.md +363 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/pre-mortem.md +74 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/problem-validation.md +253 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/product-market-fit.md +256 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/research-synthesis.md +276 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/three-engines-of-growth.md +248 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/validation-tests.md +89 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/value-proposition-canvas.md +121 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/win-loss-analysis.md +242 -0
- package/payload/platform/plugins/venture-studio/skills/zero-to-prototype/references/workflow-mapping.md +271 -0
- package/payload/premium-plugins/.claude-plugin/marketplace.json +4 -4
- package/payload/premium-plugins/real-agent/plugins/brochures/skills/property-brochure/references/build.md +4 -5
- package/payload/premium-plugins/venture-studio/.claude-plugin/plugin.json +8 -0
- package/payload/premium-plugins/venture-studio/PLUGIN.md +79 -0
- package/payload/premium-plugins/venture-studio/skills/brand-pack/SKILL.md +256 -0
- package/payload/premium-plugins/venture-studio/skills/brand-pack/references/color-psychology.md +118 -0
- package/payload/{platform/plugins/founder-pack → premium-plugins/venture-studio}/skills/investor-data-room/SKILL.md +109 -8
- package/payload/premium-plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/html-pdf-pipeline.md +1 -1
- package/payload/{platform/plugins/founder-pack → premium-plugins/venture-studio}/skills/investor-data-room/references/termsheet-template.md +1 -1
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/index.html +1565 -0
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/render-pdf.mjs +91 -0
- package/payload/premium-plugins/venture-studio/skills/investor-data-room/templates/prospectus/term_sheet.html +715 -0
- package/payload/premium-plugins/venture-studio/skills/office-hours/SKILL.md +588 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/SKILL.md +332 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/aarrr-metrics.md +275 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/assumption-testing.md +93 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/boolean-search.md +308 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/build-measure-learn.md +262 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/business-model-canvas.md +171 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/commitment-signals.md +246 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/design-thinking.md +183 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/earlyvangelist.md +190 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/first-principles.md +58 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/fishbone.md +114 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/five-whys.md +43 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/ice-scoring.md +237 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/innovation-accounting.md +290 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/jtbd.md +105 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/landing-page.md +361 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/market-type.md +167 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/mom-test.md +193 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/mvp-types.md +200 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/og-images.md +239 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/pareto.md +103 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/persona-development.md +291 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/pivot-types.md +225 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/positioning-statement.md +179 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/prd.md +363 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/pre-mortem.md +74 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/problem-validation.md +253 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/product-market-fit.md +256 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/research-synthesis.md +276 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/three-engines-of-growth.md +248 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/validation-tests.md +89 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/value-proposition-canvas.md +121 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/win-loss-analysis.md +242 -0
- package/payload/premium-plugins/venture-studio/skills/zero-to-prototype/references/workflow-mapping.md +271 -0
- package/payload/server/{chunk-BVDLDM6O.js → chunk-AGFS3TVN.js} +108 -3
- package/payload/server/maxy-edge.js +1 -1
- package/payload/server/server.js +7 -2
- package/payload/platform/plugins/founder-pack/.claude-plugin/plugin.json +0 -8
- package/payload/platform/plugins/teaching/.claude-plugin/plugin.json +0 -8
- package/payload/platform/plugins/teaching/PLUGIN.md +0 -58
- package/payload/platform/plugins/teaching/skills/interactive-tutor/SKILL.md +0 -59
- package/payload/platform/plugins/teaching/skills/interactive-tutor/references/assessment.md +0 -70
- package/payload/platform/plugins/teaching/skills/interactive-tutor/references/classroom-conduct.md +0 -43
- package/payload/platform/plugins/teaching/skills/interactive-tutor/references/teaching-modes.md +0 -83
- package/payload/platform/plugins/teaching/skills/lesson-planner/SKILL.md +0 -48
- package/payload/platform/plugins/teaching/skills/lesson-planner/references/context-gathering.md +0 -41
- package/payload/platform/plugins/teaching/skills/lesson-planner/references/plan-structure.md +0 -94
- package/payload/platform/plugins/teaching/skills/study-pack-builder/SKILL.md +0 -52
- package/payload/platform/plugins/teaching/skills/study-pack-builder/references/disaggregation.md +0 -49
- package/payload/platform/plugins/teaching/skills/study-pack-builder/references/materials.md +0 -116
- package/payload/platform/plugins/writer-craft/.claude-plugin/plugin.json +0 -8
- package/payload/platform/plugins/writer-craft/PLUGIN.md +0 -88
- package/payload/platform/plugins/writer-craft/agents/writer-craft--manuscript-reviewer.md +0 -92
- package/payload/platform/plugins/writer-craft/skills/citation-style/SKILL.md +0 -94
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/book-and-chapter-models.md +0 -77
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/citation-rules.md +0 -103
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/journal-article-models.md +0 -74
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/other-source-models.md +0 -146
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/reference-list-rules.md +0 -70
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/SKILL.md +0 -108
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/copyediting.md +0 -73
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/developmental-editing.md +0 -85
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/genre-specific-editing.md +0 -78
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/line-editing.md +0 -55
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/self-editing.md +0 -89
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/SKILL.md +0 -114
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/audience-analysis.md +0 -73
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/crafting-persuasive-story.md +0 -76
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/persuasion-case-studies.md +0 -67
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/transformation-framework.md +0 -86
- package/payload/platform/plugins/writer-craft/skills/point-of-view/SKILL.md +0 -97
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/indirect-narration.md +0 -72
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md +0 -91
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md +0 -71
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/tense-and-person.md +0 -85
- package/payload/platform/plugins/writer-craft/skills/prose-craft/SKILL.md +0 -100
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/punctuation-and-grammar.md +0 -72
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/repetition.md +0 -71
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md +0 -64
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/word-economy.md +0 -93
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/SKILL.md +0 -100
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/cause-effect-setup-payoff.md +0 -79
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/conflict-escalation.md +0 -81
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md +0 -67
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/neurochemistry-of-engagement.md +0 -94
- package/payload/platform/plugins/writer-craft/skills/review-manuscript/SKILL.md +0 -111
- package/payload/platform/plugins/writer-craft/skills/review-manuscript/references/review-manuscript-checklist.md +0 -119
- package/payload/platform/plugins/writer-craft/skills/review-prose/SKILL.md +0 -99
- package/payload/platform/plugins/writer-craft/skills/review-prose/references/prose-review-checklist.md +0 -112
- package/payload/platform/plugins/writer-craft/skills/review-scene/SKILL.md +0 -99
- package/payload/platform/plugins/writer-craft/skills/review-scene/references/scene-analysis-framework.md +0 -95
- package/payload/platform/plugins/writer-craft/skills/story-architecture/SKILL.md +0 -106
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/blueprinting-and-scene-cards.md +0 -118
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/inner-issue-and-protagonist-goal.md +0 -66
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/misbelief-desire-worldview.md +0 -87
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/origin-scenes-and-escalation.md +0 -82
- package/payload/platform/plugins/writer-craft/skills/story-blueprint/SKILL.md +0 -133
- package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-exercises.md +0 -118
- package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-process.md +0 -128
- package/payload/premium-plugins/founder-pack/.claude-plugin/plugin.json +0 -8
- /package/payload/platform/plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/business-plan-template.md +0 -0
- /package/payload/platform/plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/compliance-research-checklist.md +0 -0
- /package/payload/platform/plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/data-room-structure.md +0 -0
- /package/payload/platform/plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/deck-blueprint-template.md +0 -0
- /package/payload/platform/plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/design-tokens-application.md +0 -0
- /package/payload/platform/plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/internal-workings-scrub.md +0 -0
- /package/payload/premium-plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/business-plan-template.md +0 -0
- /package/payload/premium-plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/compliance-research-checklist.md +0 -0
- /package/payload/premium-plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/data-room-structure.md +0 -0
- /package/payload/premium-plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/deck-blueprint-template.md +0 -0
- /package/payload/premium-plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/design-tokens-application.md +0 -0
- /package/payload/premium-plugins/{founder-pack → venture-studio}/skills/investor-data-room/references/internal-workings-scrub.md +0 -0
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
# Punctuation and Grammar for Writers — Steering the Craft
|
|
2
|
-
|
|
3
|
-
## Why Punctuation Matters
|
|
4
|
-
|
|
5
|
-
Punctuation tells the reader how to hear the writing. It makes grammatical structure clear and shows where the pauses and breaks come. An unpunctuated paragraph makes meaning hard to extract. The same words, punctuated differently, either clarify or destroy meaning.
|
|
6
|
-
|
|
7
|
-
Writers must be competent in punctuation and grammar themselves. Copy editors are an endangered species, and grammar-correcting software is dangerously incompetent at understanding context and intent.
|
|
8
|
-
|
|
9
|
-
## Grammar as the Writer's Toolkit
|
|
10
|
-
|
|
11
|
-
Grammar is the vocabulary of the writer's tools. A writer who doesn't know grammar is like a carpenter who doesn't know a hammer from a screwdriver. You need to know the rules — not to follow them slavishly, but to break them consciously and effectively.
|
|
12
|
-
|
|
13
|
-
### The Distinction: Correctness vs. Craft
|
|
14
|
-
- **Correctness** is a social and political matter — it can be a marker of class and education
|
|
15
|
-
- **Craft** is a matter of clear communication — in written prose, incorrect usage is disastrous because the reader has only the words, and they must be clear
|
|
16
|
-
- Unconventional usage (fragments, run-ons, dialect, deliberate rule-breaking) is a legitimate craft choice — when it's conscious
|
|
17
|
-
- Unconscious errors undermine the reader's trust
|
|
18
|
-
|
|
19
|
-
## Fake Rules to Reject
|
|
20
|
-
|
|
21
|
-
### "Never begin a sentence with 'There is'"
|
|
22
|
-
There is no such thing as "the passive tense." "There is" is an existential construction that good writers use all the time. The claim that it's passive voice reveals ignorance of what passive voice actually is.
|
|
23
|
-
|
|
24
|
-
### "Never use the passive voice"
|
|
25
|
-
The passive is one of the lovely versatilities of the verb. It is perfectly appropriate in many situations:
|
|
26
|
-
- When the agent is unknown: "The window was broken"
|
|
27
|
-
- When the agent is less important than the action: "The building was completed in 1847"
|
|
28
|
-
- When the passive creates the right rhythm or emphasis
|
|
29
|
-
|
|
30
|
-
What writers should guard against: passive voice that seeps in from academic or business English to obscure agency and responsibility. "Mistakes were made" when someone specific made them.
|
|
31
|
-
|
|
32
|
-
### "He is the generic pronoun"
|
|
33
|
-
This is a social convention, not a grammatical law. Using "their" with singular antecedents is a conscious, defensible choice that many careful writers make deliberately.
|
|
34
|
-
|
|
35
|
-
## Real Rules to Know
|
|
36
|
-
|
|
37
|
-
### Sentence Coherence
|
|
38
|
-
A sentence must hang together — it must be coherent. The parts must relate to each other clearly. When they don't, meaning becomes ambiguous or absurd.
|
|
39
|
-
|
|
40
|
-
### Modifier Placement
|
|
41
|
-
Place modifiers next to what they modify. Misplaced modifiers create unintended comedy:
|
|
42
|
-
- "Walking down the street, the trees were beautiful" (the trees are walking)
|
|
43
|
-
- "After rotting in the cellar for three weeks, my sister brought up some oranges" (the sister was rotting)
|
|
44
|
-
|
|
45
|
-
### Dangling Participles
|
|
46
|
-
A participial phrase at the beginning of a sentence must modify the subject of the sentence. If it doesn't, it dangles.
|
|
47
|
-
|
|
48
|
-
### Comma Splices and Run-Ons
|
|
49
|
-
- A **comma splice** joins two independent clauses with only a comma (often considered an error, but deliberately used by many skilled writers for rhythm)
|
|
50
|
-
- A **run-on** jams two independent clauses together with no punctuation at all
|
|
51
|
-
- The fix (when one is needed): period, semicolon, or conjunction
|
|
52
|
-
|
|
53
|
-
### The Semicolon
|
|
54
|
-
Joins two independent clauses that are closely related in meaning. Creates a pause longer than a comma but shorter than a period. A useful tool that many writers fear unnecessarily.
|
|
55
|
-
|
|
56
|
-
## Key Punctuation for Prose Writers
|
|
57
|
-
|
|
58
|
-
| Mark | Function in Prose |
|
|
59
|
-
|------|------------------|
|
|
60
|
-
| **Period** | Full stop. End of thought. Creates silence. |
|
|
61
|
-
| **Comma** | Brief pause. Separates clauses, items, and modifying phrases. The most versatile and most misused mark. |
|
|
62
|
-
| **Semicolon** | Connects related independent clauses. Creates a bridge between thoughts too close for a period, too independent for a comma. |
|
|
63
|
-
| **Colon** | Announces what follows: a list, an explanation, or an amplification of what came before. |
|
|
64
|
-
| **Dash (em dash)** | Interruption, parenthetical emphasis, or dramatic pause. More forceful than a comma, less formal than a colon. |
|
|
65
|
-
| **Ellipsis** | Trailing off, omission, or the passage of time. Overused in amateur prose — use sparingly. |
|
|
66
|
-
| **Parentheses** | Aside, digression, or supplementary information. Can create intimacy or distance depending on context. |
|
|
67
|
-
|
|
68
|
-
## The Moral Dimension
|
|
69
|
-
|
|
70
|
-
Socrates: "The misuse of language induces evil in the soul." This does not mean grammar errors are morally wrong. It means that language used carelessly — to obscure rather than clarify, to manipulate rather than communicate, to evade responsibility — is a failure of craft and, at its worst, a failure of character.
|
|
71
|
-
|
|
72
|
-
The writer's obligation: know what you are doing with your language and why.
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
# The Craft of Repetition — Steering the Craft
|
|
2
|
-
|
|
3
|
-
## Deliberate vs. Accidental Repetition
|
|
4
|
-
|
|
5
|
-
There is such a thing as clumsy repetition — the accidental echo that occurs when you aren't rereading as you write. That kind is easy to fix in revision. But to make a rule against repetition is to go right against the nature of narrative prose.
|
|
6
|
-
|
|
7
|
-
### The Anti-Repetition Myth
|
|
8
|
-
The journalistic and pedagogical rule against using the same word twice on a page drives writers to the thesaurus in search of far-fetched synonyms — flaming words that stick out of their prose like flamingos in a flock of pigeons.
|
|
9
|
-
|
|
10
|
-
If the right word is "said," use "said" — do not cycle through "exclaimed," "uttered," "pronounced," "declared," and "vouchsafed" to avoid repeating it.
|
|
11
|
-
|
|
12
|
-
## The Power of Deliberate Repetition
|
|
13
|
-
|
|
14
|
-
From the grandmother telling a folktale to the most sophisticated novelist, all narrators use repetition. The skilful use of it is a great part of the power of prose.
|
|
15
|
-
|
|
16
|
-
### Types of Repetition
|
|
17
|
-
|
|
18
|
-
**Verbal Repetition** — repeating a word or phrase for emphasis, rhythm, or accumulation:
|
|
19
|
-
- A word repeated like a hammer blow, gaining force with each use
|
|
20
|
-
- A phrase that becomes a refrain, changing meaning through context each time it appears
|
|
21
|
-
- A key word echoed across paragraphs, creating subconscious connections
|
|
22
|
-
|
|
23
|
-
**Structural Repetition** — events, situations, or patterns that echo each other:
|
|
24
|
-
- Near-repetition of events in different contexts
|
|
25
|
-
- A scene that mirrors an earlier scene but with changed stakes or meaning
|
|
26
|
-
- Patterns across the novel analogous to recapitulation and development in music
|
|
27
|
-
|
|
28
|
-
**Comic Repetition** — a recurring element that gathers comedic weight:
|
|
29
|
-
- Micawber's "Something is certain to turn up" in David Copperfield, gaining meaning with each recurrence
|
|
30
|
-
|
|
31
|
-
**Incantatory Repetition** — repetition used for ritual, rhythmic, or hypnotic effect:
|
|
32
|
-
- Sacred and oral narrative is completely fearless about repetition
|
|
33
|
-
- Repetition can give words majesty and power, as in an incantation
|
|
34
|
-
- The repeated phrase shapes the story and marks its rhythm
|
|
35
|
-
|
|
36
|
-
## How Repetition Works in Novels
|
|
37
|
-
|
|
38
|
-
### Opening Chapters Set the Pattern
|
|
39
|
-
The first chapters of great novels often introduce images, words, and themes that will recur throughout the book. Jane Eyre's opening chapters introduce images of imprisonment, fire, coldness, and justice that echo across hundreds of pages.
|
|
40
|
-
|
|
41
|
-
### Repetition Creates Structure
|
|
42
|
-
At the level of the whole novel, structural repetition creates the architecture the reader feels but may not consciously identify:
|
|
43
|
-
- A conversation that recurs in different contexts, revealing how the characters have changed
|
|
44
|
-
- An image (a colour, an object, a place) that appears at key turning points
|
|
45
|
-
- A physical action repeated — the same gesture meaning something different each time
|
|
46
|
-
|
|
47
|
-
### Repetition Reveals Change
|
|
48
|
-
One of the most powerful uses: repeat an element and change one thing. The contrast between what's the same and what's different reveals exactly what has changed in the character or situation.
|
|
49
|
-
|
|
50
|
-
## When Repetition Fails
|
|
51
|
-
|
|
52
|
-
### Accidental Echoes
|
|
53
|
-
An unconscious verbal echo within a paragraph or across adjacent paragraphs is distracting. It draws attention to the words themselves rather than what the words are saying. Catch these in revision by reading aloud.
|
|
54
|
-
|
|
55
|
-
### Dead Repetition
|
|
56
|
-
Repetition without accumulation — saying the same thing in different words without adding meaning. This is not the same as deliberate repetition for emphasis. Test: does each repetition add something? If the reader's response is "you already said that" rather than "yes, again, harder," the repetition is dead.
|
|
57
|
-
|
|
58
|
-
### Thesaurus Syndrome
|
|
59
|
-
The opposite failure: avoiding natural repetition by substituting awkward synonyms. If a character is walking, they are walking — they are not "ambulating," "perambulating," "proceeding on foot," and "locomoting." The word "said" can appear fifty times in a chapter and remain invisible; "ejaculated" cannot appear once without derailing the reader.
|
|
60
|
-
|
|
61
|
-
## Practical Guidance
|
|
62
|
-
|
|
63
|
-
### In First Drafts
|
|
64
|
-
Don't worry about repetition. Write the word that comes naturally. Deliberate repetition will emerge instinctively if you're listening to the rhythm of your prose.
|
|
65
|
-
|
|
66
|
-
### In Revision
|
|
67
|
-
1. Read aloud and listen for accidental echoes — fix these
|
|
68
|
-
2. Look for places where deliberate repetition could strengthen the prose — add these
|
|
69
|
-
3. Check the thesaurus impulse — if you've replaced a natural word with a synonym to avoid repetition, put the original back
|
|
70
|
-
4. Map structural repetitions across the whole text — are there patterns that could be strengthened?
|
|
71
|
-
5. Check that every deliberate repetition accumulates meaning — each occurrence should add something the previous one didn't
|
package/payload/platform/plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md
DELETED
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
# Sound, Rhythm, and Sentence Variety — Steering the Craft
|
|
2
|
-
|
|
3
|
-
## Sound Is Primary
|
|
4
|
-
|
|
5
|
-
The basic elements of language are physical — noise, sound, silence, rhythm. These matter in prose just as much as in poetry, though prose's sound effects are usually subtle and irregular. A good writer has a mind's ear. The common critical terms for weak prose — dull, choppy, droning, jerky, feeble — are all faults of sound.
|
|
6
|
-
|
|
7
|
-
The chief duty of a narrative sentence is to lead to the next sentence. It does this through pace, movement, and rhythm.
|
|
8
|
-
|
|
9
|
-
### Training the Mind's Ear
|
|
10
|
-
- Read prose aloud, or read it silently with full auditory attention
|
|
11
|
-
- Listen to what your own prose sounds like as you write it
|
|
12
|
-
- When something sounds wrong, it is wrong — even if you can't name the problem
|
|
13
|
-
- Language can express delight in itself, as music does — "poetry isn't the only kind of writing that can sound gorgeous"
|
|
14
|
-
|
|
15
|
-
### Elements of Sound
|
|
16
|
-
- **Onomatopoeia** — words that sound like what they mean (sizzle, hiss, slurp, crack)
|
|
17
|
-
- **Alliteration** — repetition of initial sounds (not just identical letters — identical sounds)
|
|
18
|
-
- **Cadence** — the rise and fall of sentence rhythm, created by the pattern of stressed and unstressed syllables
|
|
19
|
-
- **Silence** — what is left out; pauses created by punctuation, paragraph breaks, white space
|
|
20
|
-
|
|
21
|
-
## Sentence Length and Variety
|
|
22
|
-
|
|
23
|
-
### The Core Principle
|
|
24
|
-
There is no optimum sentence length. The optimum is **variety**. Rhythm in prose depends fundamentally on the contrast and interplay between sentences of different lengths.
|
|
25
|
-
|
|
26
|
-
### Short Sentences
|
|
27
|
-
- Highly effective in the right place — for emphasis, impact, sudden revelation
|
|
28
|
-
- Prose consisting entirely of short, syntactically simple sentences is monotonous, choppy, and irritating
|
|
29
|
-
- The myth that short sentences are "more like speech" is wrong — people often use more complex sentences when speaking than when writing
|
|
30
|
-
|
|
31
|
-
### Long Sentences
|
|
32
|
-
- Need careful construction — clear connections, solid architecture — so they flow and carry the reader rather than losing them
|
|
33
|
-
- A sentence so grand it stops the story is not working as a narrative sentence
|
|
34
|
-
- The proper beauty and power of prose is in the work as a whole, not in individual show-off sentences
|
|
35
|
-
- Long sentences can: build tension, accumulate emotional weight, enact a physical experience (a jolting journey, a flowing river, a gathering storm)
|
|
36
|
-
|
|
37
|
-
### Common Sentence Problems
|
|
38
|
-
|
|
39
|
-
**Conjunctivitis**: Stringing short sentences together with conjunctions ("and then... and then... and so... but then"), creating a childish, droning effect.
|
|
40
|
-
|
|
41
|
-
**Misplacement**: Parts of the sentence in the wrong order, creating ambiguity or absurdity. ("Walking down the street, the trees were beautiful" — the trees are walking.)
|
|
42
|
-
|
|
43
|
-
**Danglers**: Modifying phrases attached to the wrong noun. ("After rotting in the cellar for three weeks, my sister brought up some oranges.")
|
|
44
|
-
|
|
45
|
-
## Rhythm and Emotional Register
|
|
46
|
-
|
|
47
|
-
Rhythm should match and embody the emotional content:
|
|
48
|
-
- Fast, staccato rhythm for action, urgency, shock
|
|
49
|
-
- Slower, rolling rhythm for reflection, grief, beauty
|
|
50
|
-
- Varied rhythm for conversation, ordinary life, complexity
|
|
51
|
-
- A sudden short sentence after long ones creates emphasis through contrast
|
|
52
|
-
- A long sentence after short ones creates a feeling of expansion or accumulation
|
|
53
|
-
|
|
54
|
-
### Rhythmic Variety in Practice
|
|
55
|
-
Map the sentence lengths in a passage. If they're all similar, the passage will sound monotonous regardless of content. The interplay of short and long, simple and complex, is what creates the music of prose.
|
|
56
|
-
|
|
57
|
-
## Literary Examples of Sound
|
|
58
|
-
|
|
59
|
-
- **Kipling** (Just So Stories): Exuberant vocabulary, musical rhythms, dramatic phrasing
|
|
60
|
-
- **Twain** ("Jumping Frog"): Beauty through irresistible dialectical cadences
|
|
61
|
-
- **Hurston** (Their Eyes Were Watching God): Rhythm with hypnotic, fatal, forward drive — simple vocabulary whose power is all in the beat
|
|
62
|
-
- **Gloss** (The Hearts of Horses): Quiet, subtle — power from the perfect placement and timing of words
|
|
63
|
-
- **Woolf** (To the Lighthouse): Variety of sentence length, complex syntax including parentheses, flowing and breaking until a one-word sentence stops everything: "Awake."
|
|
64
|
-
- **Twain** (Huckleberry Finn): One long sentence made of short subsentences strung by semicolons, catching the rhythm of someone talking quietly — one of the great sunrises in literature
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
# Word Economy: Adjectives, Adverbs, Crowding, and Leaping — Steering the Craft
|
|
2
|
-
|
|
3
|
-
## Adjectives and Adverbs
|
|
4
|
-
|
|
5
|
-
Adjectives and adverbs are rich, good, and nourishing. They add colour, life, immediacy. They cause obesity in prose only when used lazily or overused.
|
|
6
|
-
|
|
7
|
-
### The Core Principle
|
|
8
|
-
When the quality an adverb indicates can be put directly in the verb, or when the quality an adjective indicates can be put in the noun itself, the prose will be cleaner, more intense, more vivid.
|
|
9
|
-
|
|
10
|
-
| Weak | Strong |
|
|
11
|
-
|------|--------|
|
|
12
|
-
| They ran quickly | They raced / They sprinted |
|
|
13
|
-
| A growling voice | A growl |
|
|
14
|
-
| She said loudly | She shouted / She bellowed |
|
|
15
|
-
| He walked slowly | He shuffled / He crept |
|
|
16
|
-
| A big house | A mansion / A sprawl |
|
|
17
|
-
|
|
18
|
-
### Bloodsuckers: Qualifiers
|
|
19
|
-
These words weaken almost every sentence they appear in:
|
|
20
|
-
- rather
|
|
21
|
-
- a little
|
|
22
|
-
- just
|
|
23
|
-
- very
|
|
24
|
-
- kind of / sort of
|
|
25
|
-
- somewhat
|
|
26
|
-
- quite
|
|
27
|
-
- really
|
|
28
|
-
- perhaps (when hedging, not when genuinely uncertain)
|
|
29
|
-
|
|
30
|
-
They are ticks in written prose. In conversation, they serve as social lubricant. In prose, they drain authority and precision.
|
|
31
|
-
|
|
32
|
-
### Empty Intensifiers
|
|
33
|
-
Words that have lost their meaning through overuse:
|
|
34
|
-
- great
|
|
35
|
-
- suddenly
|
|
36
|
-
- somehow
|
|
37
|
-
- absolutely
|
|
38
|
-
- totally
|
|
39
|
-
- literally (when used as emphasis)
|
|
40
|
-
- amazing / incredible / unbelievable
|
|
41
|
-
|
|
42
|
-
### The Muscle-to-Fat Ratio
|
|
43
|
-
Narrative prose, especially long narrative, needs more muscle than fat. The English language is rich beyond belief — but richness must be earned by precision, not accumulated through decoration.
|
|
44
|
-
|
|
45
|
-
## Crowding
|
|
46
|
-
|
|
47
|
-
**Crowding** means loading every rift with ore. Avoiding flabby language and clichés. Always seeking the vivid phrase. Keeping the story full of what's happening in it, keeping it moving, keeping it interconnected.
|
|
48
|
-
|
|
49
|
-
### Qualities of Crowded Prose
|
|
50
|
-
- **Vivid** — the reader can see, hear, feel what's happening
|
|
51
|
-
- **Exact** — the right word, not its approximate cousin
|
|
52
|
-
- **Concrete** — specific objects, actions, sensations — not abstractions
|
|
53
|
-
- **Accurate** — true to the physical and emotional reality being described
|
|
54
|
-
- **Dense** — every sentence carrying weight
|
|
55
|
-
- **Rich** — multiple layers of meaning working simultaneously
|
|
56
|
-
|
|
57
|
-
### How to Crowd
|
|
58
|
-
- Seek the specific over the general
|
|
59
|
-
- Choose the vivid verb over the weak verb + adverb
|
|
60
|
-
- Choose the precise noun over the generic noun + adjective
|
|
61
|
-
- Make every detail do double or triple duty (reveal character AND advance plot AND illuminate theme)
|
|
62
|
-
- Eliminate any word that isn't pulling its weight
|
|
63
|
-
|
|
64
|
-
## Leaping
|
|
65
|
-
|
|
66
|
-
**Leaping** means what you leave out. What you leave out is infinitely more than what you leave in. There must be white space around the word, silence around the voice.
|
|
67
|
-
|
|
68
|
-
### What to Leave Out
|
|
69
|
-
- Information the reader can infer
|
|
70
|
-
- Steps in a sequence that are obvious
|
|
71
|
-
- Descriptions of what the reader already knows or can imagine
|
|
72
|
-
- Transitions that don't need to be spelled out
|
|
73
|
-
- Emotional states that are already clear from action and dialogue
|
|
74
|
-
|
|
75
|
-
### Listing Is Not Describing
|
|
76
|
-
A catalogue of objects or actions does not create a vivid scene. Only the details that matter — that carry meaning — belong. The rest is noise.
|
|
77
|
-
|
|
78
|
-
### The Danger of Overcrowding
|
|
79
|
-
Even good writers can overdo crowding. Borges's fictional character Funes the Memorious perceived and remembered every detail of everything — and was utterly paralysed by it. Flaubert's Salammbô is a real-world cautionary tale: a novel choked by its own mots justes.
|
|
80
|
-
|
|
81
|
-
### The Danger of Insufficient Leaping
|
|
82
|
-
Action writing that tries to give blow-by-blow accounts creates confusion and boredom. The reader doesn't need to see every swing of the sword. They need to see the moments that change the stakes.
|
|
83
|
-
|
|
84
|
-
## The Revision Method
|
|
85
|
-
|
|
86
|
-
Crowd in the first draft — be generous, overwrite, include too much. Then cut.
|
|
87
|
-
|
|
88
|
-
**Decide what counts, what tells, and cut and recombine until what's left is what counts.**
|
|
89
|
-
|
|
90
|
-
Chekhov's advice: "First, throw out the first three pages." Most first drafts circle and explain before they find their way. In revision, if the beginning can be cut, cut it.
|
|
91
|
-
|
|
92
|
-
### The Halving Exercise
|
|
93
|
-
Take a piece of 400+ words and cut it to half — not trimming but counting words and actually reducing to half while keeping the narrative clear and the sensory impact vivid. This forces you to discover which words are Styrofoam and which are heavy gold.
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: reader-engagement
|
|
3
|
-
description: "Analyzes and teaches reader engagement: hooking from page one, urgency, cause-and-effect chains, setup-payoff patterns, conflict escalation, emotional resonance, and pacing. Use this skill whenever the user asks about hooking readers, page one, opening scenes, reader engagement, urgency, cause and effect, setup and payoff, conflict escalation, raising stakes, pacing, 'why readers stop reading', 'my story is boring', 'the middle sags', or any question about why a story fails to hold attention. Also use when diagnosing why a manuscript loses momentum or when a writer needs to understand the neuroscience of why readers keep turning pages."
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Reader Engagement
|
|
7
|
-
|
|
8
|
-
The brain is bombarded with 11 million bits of sensory information per second. It consciously processes approximately forty. The cognitive unconscious acts as a ruthless filter — keeping only what matters, discarding the rest. Story is the brain's native language for what matters. When a story meets the brain's hardwired criteria, the reader surrenders. When it doesn't, they put the book down.
|
|
9
|
-
|
|
10
|
-
Reader engagement is not a vague aesthetic preference. It is a biological response driven by specific neurochemical mechanisms:
|
|
11
|
-
|
|
12
|
-
| Trigger | Neurochemical | Reader Experience |
|
|
13
|
-
|---------|--------------|-------------------|
|
|
14
|
-
| **Curiosity** (broken pattern, unanswered question) | Dopamine | "What happens next?" |
|
|
15
|
-
| **Conflict** (hard choice, consequences) | Cortisol | "Will they get through this?" |
|
|
16
|
-
| **Vulnerability** (empathy with protagonist) | Oxytocin | "I'm on their side" |
|
|
17
|
-
|
|
18
|
-
A story that triggers all three is virtually impossible to put down.
|
|
19
|
-
|
|
20
|
-
## Hooking the Reader: Page One
|
|
21
|
-
|
|
22
|
-
Three things readers hunt for from the first sentence:
|
|
23
|
-
|
|
24
|
-
1. **Whose story is it?** The protagonist must appear immediately. Readers need a surrogate.
|
|
25
|
-
2. **What's happening here?** Something must already be in motion. Not the preamble — the thing itself.
|
|
26
|
-
3. **What's at stake?** Conflict specific to the protagonist must be visible.
|
|
27
|
-
|
|
28
|
-
The first sentence must suggest that something is already wrong and about to get worse. This fires the dopamine circuit — the anticipation response. Beautiful language alone does not do this. Storytelling always trumps beautiful writing.
|
|
29
|
-
|
|
30
|
-
## Cause and Effect: The Causal Spine
|
|
31
|
-
|
|
32
|
-
The brain is a causal-inference engine. It demands to understand how each event caused the next. Not "and then... and then... and then" but "therefore... because... so..."
|
|
33
|
-
|
|
34
|
-
Every scene must be triggered by the scene before it and must trigger the scene after it. If you can remove a scene without disrupting the chain, it has no business being there.
|
|
35
|
-
|
|
36
|
-
Cause and effect operates on two levels:
|
|
37
|
-
1. **External (plot)**: physical events cause physical consequences
|
|
38
|
-
2. **Internal (character arc)**: each event triggers an emotional reaction → a decision → a new action
|
|
39
|
-
|
|
40
|
-
The internal level is primary. The reader tracks this pattern whether they know it or not: **action → reaction → decision → new action**. When it breaks, the story loses them.
|
|
41
|
-
|
|
42
|
-
### The "And So?" Test
|
|
43
|
-
For every scene, every detail — ask "And so?" What does this lead to? What consequence does it produce? If you can't answer, the element is probably a darling that the story doesn't need.
|
|
44
|
-
|
|
45
|
-
## Setup and Payoff
|
|
46
|
-
|
|
47
|
-
The brain instinctively scans for patterns. In a story, readers are continuously looking for setups — hints, details, actions that signal future significance. When a payoff arrives, the brain experiences the reward of a pattern completed.
|
|
48
|
-
|
|
49
|
-
Rules:
|
|
50
|
-
- Every payoff requires a clear setup
|
|
51
|
-
- Every setup requires a clear payoff
|
|
52
|
-
- The road between them must build — each step increasing in significance
|
|
53
|
-
- Setups and payoffs must be separated enough to create anticipation
|
|
54
|
-
- **Audit for inadvertent setups** — details described at length that then vanish. Readers catalogue everything. Absence in the payoff register reads as error or cheat.
|
|
55
|
-
|
|
56
|
-
## Conflict Escalation
|
|
57
|
-
|
|
58
|
-
The brain uses story to simulate navigating difficult situations. A story that is too easy provides no simulation worth running. Everything that can go wrong must go wrong, and the wrongness must escalate.
|
|
59
|
-
|
|
60
|
-
Principles:
|
|
61
|
-
- Each complication raises stakes beyond where they were
|
|
62
|
-
- Each apparent solution creates a larger problem
|
|
63
|
-
- The protagonist must be forced to find resources they didn't know they had
|
|
64
|
-
- The antagonist (person, force, or circumstance) must be specific, present, and active
|
|
65
|
-
- There are no free victories — every gain costs something, every loss has consequences
|
|
66
|
-
- The worst thing you can do as a writer is be kind to your protagonist
|
|
67
|
-
|
|
68
|
-
## Emotional Resonance
|
|
69
|
-
|
|
70
|
-
Emotion is not the enemy of reason — it is the system within which reason operates. Every decision is ultimately made emotionally. For readers: if they do not feel what the protagonist feels, they are not processing the story.
|
|
71
|
-
|
|
72
|
-
The mechanism: mirror neurons. When we observe someone in pain or joy, the same neural circuits fire as when we experience it ourselves. The brain does not fully distinguish between observed and directly experienced emotion.
|
|
73
|
-
|
|
74
|
-
Requirements:
|
|
75
|
-
- The protagonist must react emotionally to everything — if they witness something terrible and don't react, meaning collapses
|
|
76
|
-
- Body language is subtext — physical response communicates what the character might never say
|
|
77
|
-
- Every event must register through the protagonist's subjective emotional filter
|
|
78
|
-
- Never editorialise (tell the reader what to feel) — show the protagonist's specific, embodied reaction
|
|
79
|
-
|
|
80
|
-
## Engagement Diagnostic Checklist
|
|
81
|
-
|
|
82
|
-
- [ ] Does the opening sentence trigger curiosity about what happens next?
|
|
83
|
-
- [ ] Is the protagonist present and affected from page one?
|
|
84
|
-
- [ ] Are stakes visible immediately?
|
|
85
|
-
- [ ] Does every scene follow from the previous one through cause and effect?
|
|
86
|
-
- [ ] Can you trace the internal pattern (action → reaction → decision → action) in every scene?
|
|
87
|
-
- [ ] Does the "And so?" test pass for every major element?
|
|
88
|
-
- [ ] Is every setup paid off? Is every payoff set up?
|
|
89
|
-
- [ ] Are there inadvertent setups — details that promise significance but deliver nothing?
|
|
90
|
-
- [ ] Does conflict escalate with each complication?
|
|
91
|
-
- [ ] Is the opposition specific, present, and active?
|
|
92
|
-
- [ ] Does the protagonist react emotionally to events in ways the reader can mirror?
|
|
93
|
-
- [ ] Is the protagonist earning every gain and paying for every loss?
|
|
94
|
-
|
|
95
|
-
## When to Read Reference Files
|
|
96
|
-
|
|
97
|
-
- **For hooking readers and page-one requirements** — read `references/hooking-readers.md`
|
|
98
|
-
- **For cause-and-effect and setup-payoff in detail** — read `references/cause-effect-setup-payoff.md`
|
|
99
|
-
- **For conflict escalation and stakes** — read `references/conflict-escalation.md`
|
|
100
|
-
- **For the neurochemistry of engagement and emotion** — read `references/neurochemistry-of-engagement.md`
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
# Cause-and-Effect and Setup-Payoff Patterns
|
|
2
|
-
|
|
3
|
-
## The Causal Spine
|
|
4
|
-
|
|
5
|
-
The brain is a pattern-matching, causal-inference engine. It is not content to observe events — it demands to understand how each event caused the next. This is biology, not preference.
|
|
6
|
-
|
|
7
|
-
### The Fundamental Test
|
|
8
|
-
Not "and then... and then... and then" but "therefore... because... so..."
|
|
9
|
-
|
|
10
|
-
If you can remove a scene without disrupting the causal chain, the scene has no business being there.
|
|
11
|
-
|
|
12
|
-
### Two Levels of Cause and Effect
|
|
13
|
-
|
|
14
|
-
**External (plot):** Physical events cause physical consequences.
|
|
15
|
-
- She drops the letter → He finds it → He discovers the secret
|
|
16
|
-
|
|
17
|
-
**Internal (character arc):** Each external event triggers an emotional reaction, which leads to a decision, which drives the next action.
|
|
18
|
-
- She drops the letter → He finds it → He feels betrayed (reaction) → He decides to confront her (decision) → He drives to her house (action)
|
|
19
|
-
|
|
20
|
-
The internal level is primary. The reader tracks this rhythm whether they know it or not.
|
|
21
|
-
|
|
22
|
-
### The Internal Pattern
|
|
23
|
-
**Action → Reaction → Decision → New Action**
|
|
24
|
-
|
|
25
|
-
This four-beat pattern is the engine of narrative momentum. When it runs, the reader is engaged. When it breaks — when a character acts without reacting to what just happened, or reacts without making a visible decision — the reader disconnects.
|
|
26
|
-
|
|
27
|
-
### Making Decisions Visible
|
|
28
|
-
A common failure: the protagonist makes a decision whose reasoning is invisible to the reader. The writer knows why — but it's not on the page.
|
|
29
|
-
|
|
30
|
-
Every decision must be traceable through the text. When a character changes their mind, the reader must see exactly what changed and why.
|
|
31
|
-
|
|
32
|
-
### The "And So?" Test
|
|
33
|
-
For every scene, every piece of information, every detail — ask "And so?" What does this lead to? What consequence does it produce? If you can't answer, the element is probably a darling — writing the author loves that the story doesn't need.
|
|
34
|
-
|
|
35
|
-
## Setup and Payoff
|
|
36
|
-
|
|
37
|
-
### The Brain Scans for Patterns
|
|
38
|
-
The brain instinctively imposes pattern on everything it encounters. In a story, readers continuously scan for setups — hints, details, actions that signal future significance. When a payoff arrives, the reader experiences the satisfaction of a pattern completed, triggering a genuine neurological reward.
|
|
39
|
-
|
|
40
|
-
### Setup-Payoff Rules
|
|
41
|
-
|
|
42
|
-
1. **Every payoff requires a clear setup.** A payoff that arrives without a setup feels arbitrary, convenient, or cheap. The reader's response is "give me a break!" rather than "of course!"
|
|
43
|
-
|
|
44
|
-
2. **Every setup requires a clear payoff.** A setup that is never paid off misleads the reader and destroys trust. The reader catalogued it; its absence from the payoff register reads as error or cheat.
|
|
45
|
-
|
|
46
|
-
3. **The road between them must build.** Each step between setup and payoff should increase in significance. The dots must add up to a pattern.
|
|
47
|
-
|
|
48
|
-
4. **Separate setup from payoff.** The payoff must not arrive too quickly after the setup, or too directly from it. The pleasure of anticipation requires distance. The reader should sense a pattern emerging but not see the destination.
|
|
49
|
-
|
|
50
|
-
5. **Payoffs must be logistically possible.** Given what has been established, the payoff must make physical and psychological sense. No deus ex machina.
|
|
51
|
-
|
|
52
|
-
### The Danger of Piggybacking
|
|
53
|
-
When setup and payoff are too close together, the reader gets no pleasure of anticipation. The pattern completes before it registers as a pattern.
|
|
54
|
-
|
|
55
|
-
### Inadvertent Setups
|
|
56
|
-
Writers must audit for elements that inadvertently signal significance:
|
|
57
|
-
- A detail described at length that then disappears from the story
|
|
58
|
-
- A character trait mentioned in passing that is never relevant again
|
|
59
|
-
- An object given narrative weight that plays no role in the plot
|
|
60
|
-
- A scene that appears to establish something important but leads nowhere
|
|
61
|
-
|
|
62
|
-
Readers will have catalogued all of these. Each unfulfilled promise erodes trust.
|
|
63
|
-
|
|
64
|
-
### Auditing Setup-Payoff
|
|
65
|
-
|
|
66
|
-
Create a two-column list:
|
|
67
|
-
- **Left column:** Every setup you can identify (details, character traits, objects, scenes that promise future significance)
|
|
68
|
-
- **Right column:** The payoff for each setup
|
|
69
|
-
|
|
70
|
-
Any setup without a payoff needs either a payoff added or the setup removed.
|
|
71
|
-
Any payoff without a setup needs a setup planted earlier.
|
|
72
|
-
|
|
73
|
-
### Foreshadowing as Contract
|
|
74
|
-
Foreshadowing is a specific form of setup — a promise that something is coming. When a character does something "out of character," it must have been foreshadowed. The goal is always the "aha!" reaction, not the "give me a break!" reaction.
|
|
75
|
-
|
|
76
|
-
Foreshadowing works when:
|
|
77
|
-
- The reader registers it subconsciously but doesn't see the destination
|
|
78
|
-
- In retrospect, the outcome was inevitable given what was planted
|
|
79
|
-
- The reader's second read reveals a rich network of planted clues
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
# Conflict and Escalation
|
|
2
|
-
|
|
3
|
-
## Why Conflict Is Non-Negotiable
|
|
4
|
-
|
|
5
|
-
The brain's default setting is homeostasis — it goes to enormous lengths to maintain its existing models. Even beneficial change triggers resistance, because change means the existing model was wrong.
|
|
6
|
-
|
|
7
|
-
This is why conflict is not dramatic embellishment. It is the mechanism of story. Without conflict strong enough to force genuine change, nothing of narrative consequence can happen. The protagonist will simply maintain their misbelief indefinitely — which is what they would do in real life if the story weren't intervening.
|
|
8
|
-
|
|
9
|
-
## The "Versus"
|
|
10
|
-
|
|
11
|
-
Every story requires a specific "versus" — the rock and the hard place.
|
|
12
|
-
|
|
13
|
-
- On one side: what the protagonist wants and believes
|
|
14
|
-
- On the other: the reality that will ultimately challenge that want and that belief
|
|
15
|
-
|
|
16
|
-
The conflict must be:
|
|
17
|
-
- **Personalised** — aimed at this specific protagonist's vulnerabilities
|
|
18
|
-
- **Specific** — not vague menace, but a concrete threat or dilemma
|
|
19
|
-
- **Unavoidable** — the protagonist cannot simply walk away
|
|
20
|
-
|
|
21
|
-
### Conflict Must Arise From Character
|
|
22
|
-
The best conflict is not external difficulty arbitrarily imposed. It flows from who the protagonist is. The most painful conflicts are those in which the protagonist's own fears, misbeliefs, and desires create the trap they're caught in. This makes their struggle feel inevitable rather than contrived.
|
|
23
|
-
|
|
24
|
-
## The Escalation Principle
|
|
25
|
-
|
|
26
|
-
Everything that can go wrong must go wrong — and the wrongness must escalate.
|
|
27
|
-
|
|
28
|
-
### Rules of Escalation
|
|
29
|
-
|
|
30
|
-
1. **Each complication raises the stakes** beyond where they were before
|
|
31
|
-
2. **Each apparent solution creates a larger problem** — the fix makes things worse
|
|
32
|
-
3. **The protagonist must be forced to find resources** they didn't know they had
|
|
33
|
-
4. **Each failure costs more** — the price of losing increases with each setback
|
|
34
|
-
5. **The protagonist is simultaneously forced to confront** the inner issue they've been avoiding
|
|
35
|
-
|
|
36
|
-
### The Worst Thing You Can Do
|
|
37
|
-
The worst thing you can do as a writer is be kind to your protagonist. Readers do not want to watch someone navigate manageable difficulties. They want to see someone survive — or fail to survive — the unsurvivable. The brain uses story to simulate navigating difficult situations. A story that is too easy provides no simulation worth running.
|
|
38
|
-
|
|
39
|
-
### No Free Victories
|
|
40
|
-
There are no free victories in a well-told story.
|
|
41
|
-
- Every gain costs something
|
|
42
|
-
- Every loss has a consequence
|
|
43
|
-
- The universe of the story is governed by cause and effect applied mercilessly
|
|
44
|
-
- If the protagonist gets things for free, the reader stops believing the story is real
|
|
45
|
-
|
|
46
|
-
## Force of Opposition
|
|
47
|
-
|
|
48
|
-
The antagonist — whether a person, a force, or a circumstance — must be:
|
|
49
|
-
|
|
50
|
-
- **Specific** — not generalised evil or vague threat
|
|
51
|
-
- **Present** — actively in the story, not lurking offscreen
|
|
52
|
-
- **Active** — taking actions, not just existing as a backdrop
|
|
53
|
-
- **Targeted** — aimed specifically at the protagonist's most vulnerable points
|
|
54
|
-
- **Credible** — capable of actually winning
|
|
55
|
-
|
|
56
|
-
### The Best Antagonists
|
|
57
|
-
The most compelling antagonists aren't simply evil. They are:
|
|
58
|
-
- Pursuing their own goals that genuinely conflict with the protagonist's
|
|
59
|
-
- Operating from their own misbelief, which makes their actions feel internally logical
|
|
60
|
-
- Capable of making the protagonist question whether they are in the right
|
|
61
|
-
- Forcing the protagonist to confront aspects of themselves they'd rather not face
|
|
62
|
-
|
|
63
|
-
## Withholding and the Big Reveal
|
|
64
|
-
|
|
65
|
-
Strategic withholding of information creates tension. The rules:
|
|
66
|
-
|
|
67
|
-
1. Whatever you withhold must still produce a story that makes complete logical sense
|
|
68
|
-
2. When the reveal comes, the story must make even more sense
|
|
69
|
-
3. The reader should experience not confusion but retroactive recognition — "of course"
|
|
70
|
-
4. Withholding must serve the story's needs, not the author's desire to be clever
|
|
71
|
-
|
|
72
|
-
## Conflict Diagnostic
|
|
73
|
-
|
|
74
|
-
- [ ] Is there a clear "versus" — a specific rock and hard place?
|
|
75
|
-
- [ ] Does the conflict arise from the protagonist's own character?
|
|
76
|
-
- [ ] Does each complication escalate — raising stakes higher than before?
|
|
77
|
-
- [ ] Does each apparent solution create a bigger problem?
|
|
78
|
-
- [ ] Is the protagonist earning every gain and paying for every loss?
|
|
79
|
-
- [ ] Is the force of opposition specific, present, active, and credible?
|
|
80
|
-
- [ ] Are the protagonist's deepest secrets and guarded flaws being exposed?
|
|
81
|
-
- [ ] Has everything that can go wrong gone wrong?
|
package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md
DELETED
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
# Hooking Readers from Page One
|
|
2
|
-
|
|
3
|
-
## The Brain's Survival Filter
|
|
4
|
-
|
|
5
|
-
The brain is bombarded with 11 million bits of sensory data per second. It consciously processes approximately forty. The cognitive unconscious ruthlessly filters out everything that doesn't matter for survival. Story bypasses this filter because it speaks the brain's native language for evaluating threats, opportunities, and social dynamics.
|
|
6
|
-
|
|
7
|
-
## What Readers Hunt for on Page One
|
|
8
|
-
|
|
9
|
-
### 1. Whose Story Is It?
|
|
10
|
-
The protagonist must appear immediately. Readers need a surrogate — someone through whose eyes they will experience everything. Without this anchor, the reader has no reason to care about anything that happens.
|
|
11
|
-
|
|
12
|
-
### 2. What's Happening Here?
|
|
13
|
-
Something must already be in motion. Not the preamble to the ball — the ball itself. Not the character waking up and having breakfast before something interesting happens. The interesting thing is already happening when we arrive.
|
|
14
|
-
|
|
15
|
-
### 3. What's at Stake?
|
|
16
|
-
Conflict specific to the protagonist's quest must be visible from the opening. The reader must sense that something matters — that something can be gained or lost.
|
|
17
|
-
|
|
18
|
-
## Dopamine and the Forward Pull
|
|
19
|
-
|
|
20
|
-
When the brain senses that significant information is incoming, it releases dopamine — the anticipation neurochemical. This is what makes readers compelled to turn pages. The first sentence must trigger this response.
|
|
21
|
-
|
|
22
|
-
The tool is not beautiful language. It is the suggestion that something is already wrong and about to get worse.
|
|
23
|
-
|
|
24
|
-
### The Elizabeth George Example
|
|
25
|
-
"Joel Campbell, eleven years old at the time, began his descent into murder with a bus ride."
|
|
26
|
-
|
|
27
|
-
In a single sentence:
|
|
28
|
-
- Protagonist identified (Joel Campbell)
|
|
29
|
-
- Something happening (a bus ride)
|
|
30
|
-
- Stakes visible (descent into murder)
|
|
31
|
-
- Yardstick for the entire novel established
|
|
32
|
-
- Dopamine circuit fired (how does a bus ride lead to murder?)
|
|
33
|
-
|
|
34
|
-
## The Beautiful Writing Myth
|
|
35
|
-
|
|
36
|
-
Storytelling always trumps beautiful writing. Dan Brown's prose is widely mocked, but The Da Vinci Code works because from page one the reader desperately wants to know what happens next. Beautiful writing is gravy. Story is the meal.
|
|
37
|
-
|
|
38
|
-
This does not mean prose doesn't matter — it matters enormously. But prose in service of story creates engagement. Beautiful prose without story creates admiration that quickly fades.
|
|
39
|
-
|
|
40
|
-
## The Story Yardstick
|
|
41
|
-
|
|
42
|
-
Page one should establish a "yardstick" — a framework that helps the reader evaluate everything that follows. The reader should begin to understand:
|
|
43
|
-
- What kind of story this is
|
|
44
|
-
- What question will drive the narrative
|
|
45
|
-
- Roughly what the stakes are
|
|
46
|
-
- What world they're entering
|
|
47
|
-
|
|
48
|
-
This doesn't mean spelling everything out. It means planting enough for the reader's pattern-recognition engine to start building expectations.
|
|
49
|
-
|
|
50
|
-
## Page One Diagnostic Checklist
|
|
51
|
-
|
|
52
|
-
- [ ] Is there a protagonist present from the first page?
|
|
53
|
-
- [ ] Is something already happening that affects the protagonist?
|
|
54
|
-
- [ ] Is there conflict with a direct impact on the protagonist's quest?
|
|
55
|
-
- [ ] Is something at stake — something that can be gained or lost?
|
|
56
|
-
- [ ] Can the reader glimpse the "big picture" — the yardstick?
|
|
57
|
-
- [ ] Does the first sentence suggest something is wrong or about to go wrong?
|
|
58
|
-
- [ ] Would a reader who knows nothing about this book want to read page two?
|
|
59
|
-
|
|
60
|
-
## Common Opening Failures
|
|
61
|
-
|
|
62
|
-
1. **The weather opening** — beginning with atmospheric description before introducing a character or conflict
|
|
63
|
-
2. **The alarm clock opening** — the character wakes up and goes through their morning routine
|
|
64
|
-
3. **The information dump** — pages of world-building or backstory before the story begins
|
|
65
|
-
4. **The action without context** — explosions and car chases with no character to care about
|
|
66
|
-
5. **The philosophical meditation** — the author musing about life before getting to the point
|
|
67
|
-
6. **Starting too early** — the story begins before the interesting thing, not at the moment it arrives
|