@friedbotstudio/create-baseline 0.1.0

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.
Files changed (197) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +222 -0
  3. package/bin/cli.js +247 -0
  4. package/obj/template/.claude/agents/swarm-worker.md +52 -0
  5. package/obj/template/.claude/bin/LICENSE +201 -0
  6. package/obj/template/.claude/bin/NOTICE +48 -0
  7. package/obj/template/.claude/commands/approve-spec.md +29 -0
  8. package/obj/template/.claude/commands/approve-swarm.md +27 -0
  9. package/obj/template/.claude/commands/grant-commit.md +19 -0
  10. package/obj/template/.claude/commands/init-project.md +191 -0
  11. package/obj/template/.claude/hooks/artifact_template_guard.sh +141 -0
  12. package/obj/template/.claude/hooks/consent_gate_grant.sh +89 -0
  13. package/obj/template/.claude/hooks/destructive_cmd_guard.sh +42 -0
  14. package/obj/template/.claude/hooks/env_guard.sh +36 -0
  15. package/obj/template/.claude/hooks/git_commit_guard.sh +93 -0
  16. package/obj/template/.claude/hooks/harness_continuation.sh +121 -0
  17. package/obj/template/.claude/hooks/lib/__pycache__/resume_writer.cpython-314.pyc +0 -0
  18. package/obj/template/.claude/hooks/lib/common.sh +328 -0
  19. package/obj/template/.claude/hooks/lib/resume_writer.py +341 -0
  20. package/obj/template/.claude/hooks/lint_runner.sh +55 -0
  21. package/obj/template/.claude/hooks/memory_pre_compact.sh +36 -0
  22. package/obj/template/.claude/hooks/memory_session_start.sh +244 -0
  23. package/obj/template/.claude/hooks/memory_stop.sh +173 -0
  24. package/obj/template/.claude/hooks/plantuml_syntax_guard.sh +161 -0
  25. package/obj/template/.claude/hooks/process_lifecycle_guard.sh +89 -0
  26. package/obj/template/.claude/hooks/setup_guard.sh +50 -0
  27. package/obj/template/.claude/hooks/spec_approval_guard.sh +81 -0
  28. package/obj/template/.claude/hooks/spec_design_calls_guard.sh +183 -0
  29. package/obj/template/.claude/hooks/spec_diagram_presence_guard.sh +141 -0
  30. package/obj/template/.claude/hooks/swarm_approval_guard.sh +39 -0
  31. package/obj/template/.claude/hooks/swarm_boundary_guard.sh +136 -0
  32. package/obj/template/.claude/hooks/tdd_order_guard.sh +176 -0
  33. package/obj/template/.claude/hooks/test_runner.sh +75 -0
  34. package/obj/template/.claude/hooks/tests/fixtures/ac008_byte_equal_reference.txt +12 -0
  35. package/obj/template/.claude/hooks/tests/memory_session_start_test.sh +285 -0
  36. package/obj/template/.claude/hooks/track_guard.sh +127 -0
  37. package/obj/template/.claude/hooks/verify_pass_guard.sh +88 -0
  38. package/obj/template/.claude/memory/README.md +108 -0
  39. package/obj/template/.claude/memory/_pending.md +15 -0
  40. package/obj/template/.claude/memory/_resume.md +12 -0
  41. package/obj/template/.claude/memory/conventions.md +26 -0
  42. package/obj/template/.claude/memory/decisions.md +29 -0
  43. package/obj/template/.claude/memory/landmarks.md +26 -0
  44. package/obj/template/.claude/memory/landmines.md +27 -0
  45. package/obj/template/.claude/memory/libraries.md +27 -0
  46. package/obj/template/.claude/memory/pending-questions.md +28 -0
  47. package/obj/template/.claude/project.json +221 -0
  48. package/obj/template/.claude/settings.json +110 -0
  49. package/obj/template/.claude/skills/archive/SKILL.md +48 -0
  50. package/obj/template/.claude/skills/archive/archive.sh +145 -0
  51. package/obj/template/.claude/skills/audit-baseline/SKILL.md +80 -0
  52. package/obj/template/.claude/skills/audit-baseline/audit.sh +919 -0
  53. package/obj/template/.claude/skills/brd/SKILL.md +44 -0
  54. package/obj/template/.claude/skills/brd/template.md +83 -0
  55. package/obj/template/.claude/skills/chore/SKILL.md +99 -0
  56. package/obj/template/.claude/skills/claude-automation-recommender/LICENSE +202 -0
  57. package/obj/template/.claude/skills/claude-automation-recommender/NOTICE +69 -0
  58. package/obj/template/.claude/skills/claude-automation-recommender/SKILL.md +358 -0
  59. package/obj/template/.claude/skills/claude-automation-recommender/references/hooks-patterns.md +226 -0
  60. package/obj/template/.claude/skills/claude-automation-recommender/references/mcp-servers.md +263 -0
  61. package/obj/template/.claude/skills/claude-automation-recommender/references/plugins-reference.md +98 -0
  62. package/obj/template/.claude/skills/claude-automation-recommender/references/skills-reference.md +408 -0
  63. package/obj/template/.claude/skills/claude-automation-recommender/references/subagent-templates.md +181 -0
  64. package/obj/template/.claude/skills/code-structure/SKILL.md +204 -0
  65. package/obj/template/.claude/skills/commit/SKILL.md +21 -0
  66. package/obj/template/.claude/skills/copywriting/SKILL.md +252 -0
  67. package/obj/template/.claude/skills/copywriting/evals/evals.json +111 -0
  68. package/obj/template/.claude/skills/copywriting/references/ai-writing-detection.md +200 -0
  69. package/obj/template/.claude/skills/copywriting/references/copy-frameworks.md +344 -0
  70. package/obj/template/.claude/skills/copywriting/references/natural-transitions.md +272 -0
  71. package/obj/template/.claude/skills/design-ui/SKILL.md +175 -0
  72. package/obj/template/.claude/skills/design-ui/references/design-vs-development.md +89 -0
  73. package/obj/template/.claude/skills/design-ui/references/intent-table.md +64 -0
  74. package/obj/template/.claude/skills/design-ui/references/orchestration.md +121 -0
  75. package/obj/template/.claude/skills/design-ui/references/state-machine.md +125 -0
  76. package/obj/template/.claude/skills/document/SKILL.md +66 -0
  77. package/obj/template/.claude/skills/documentation/SKILL.md +50 -0
  78. package/obj/template/.claude/skills/harness/SKILL.md +169 -0
  79. package/obj/template/.claude/skills/humanizer/SKILL.md +489 -0
  80. package/obj/template/.claude/skills/humanizer/references/ai-writing-detection.md +208 -0
  81. package/obj/template/.claude/skills/impeccable/PROJECT_NOTES.md +22 -0
  82. package/obj/template/.claude/skills/impeccable/SKILL.md +153 -0
  83. package/obj/template/.claude/skills/impeccable/agents/openai.yaml +4 -0
  84. package/obj/template/.claude/skills/impeccable/reference/adapt.md +190 -0
  85. package/obj/template/.claude/skills/impeccable/reference/animate.md +173 -0
  86. package/obj/template/.claude/skills/impeccable/reference/audit.md +134 -0
  87. package/obj/template/.claude/skills/impeccable/reference/bolder.md +113 -0
  88. package/obj/template/.claude/skills/impeccable/reference/brand.md +104 -0
  89. package/obj/template/.claude/skills/impeccable/reference/clarify.md +174 -0
  90. package/obj/template/.claude/skills/impeccable/reference/cognitive-load.md +106 -0
  91. package/obj/template/.claude/skills/impeccable/reference/color-and-contrast.md +105 -0
  92. package/obj/template/.claude/skills/impeccable/reference/colorize.md +154 -0
  93. package/obj/template/.claude/skills/impeccable/reference/craft.md +138 -0
  94. package/obj/template/.claude/skills/impeccable/reference/critique.md +213 -0
  95. package/obj/template/.claude/skills/impeccable/reference/delight.md +302 -0
  96. package/obj/template/.claude/skills/impeccable/reference/distill.md +111 -0
  97. package/obj/template/.claude/skills/impeccable/reference/document.md +427 -0
  98. package/obj/template/.claude/skills/impeccable/reference/extract.md +70 -0
  99. package/obj/template/.claude/skills/impeccable/reference/harden.md +347 -0
  100. package/obj/template/.claude/skills/impeccable/reference/heuristics-scoring.md +234 -0
  101. package/obj/template/.claude/skills/impeccable/reference/interaction-design.md +195 -0
  102. package/obj/template/.claude/skills/impeccable/reference/layout.md +141 -0
  103. package/obj/template/.claude/skills/impeccable/reference/live.md +513 -0
  104. package/obj/template/.claude/skills/impeccable/reference/motion-design.md +99 -0
  105. package/obj/template/.claude/skills/impeccable/reference/onboard.md +234 -0
  106. package/obj/template/.claude/skills/impeccable/reference/optimize.md +258 -0
  107. package/obj/template/.claude/skills/impeccable/reference/overdrive.md +130 -0
  108. package/obj/template/.claude/skills/impeccable/reference/personas.md +178 -0
  109. package/obj/template/.claude/skills/impeccable/reference/polish.md +232 -0
  110. package/obj/template/.claude/skills/impeccable/reference/product.md +62 -0
  111. package/obj/template/.claude/skills/impeccable/reference/quieter.md +99 -0
  112. package/obj/template/.claude/skills/impeccable/reference/responsive-design.md +114 -0
  113. package/obj/template/.claude/skills/impeccable/reference/shape.md +136 -0
  114. package/obj/template/.claude/skills/impeccable/reference/spatial-design.md +100 -0
  115. package/obj/template/.claude/skills/impeccable/reference/teach.md +137 -0
  116. package/obj/template/.claude/skills/impeccable/reference/typeset.md +124 -0
  117. package/obj/template/.claude/skills/impeccable/reference/typography.md +159 -0
  118. package/obj/template/.claude/skills/impeccable/reference/ux-writing.md +107 -0
  119. package/obj/template/.claude/skills/impeccable/scripts/cleanup-deprecated.mjs +284 -0
  120. package/obj/template/.claude/skills/impeccable/scripts/command-metadata.json +94 -0
  121. package/obj/template/.claude/skills/impeccable/scripts/design-parser.mjs +820 -0
  122. package/obj/template/.claude/skills/impeccable/scripts/detect-csp.mjs +198 -0
  123. package/obj/template/.claude/skills/impeccable/scripts/is-generated.mjs +69 -0
  124. package/obj/template/.claude/skills/impeccable/scripts/live-accept.mjs +465 -0
  125. package/obj/template/.claude/skills/impeccable/scripts/live-browser.js +4684 -0
  126. package/obj/template/.claude/skills/impeccable/scripts/live-inject.mjs +436 -0
  127. package/obj/template/.claude/skills/impeccable/scripts/live-poll.mjs +187 -0
  128. package/obj/template/.claude/skills/impeccable/scripts/live-server.mjs +679 -0
  129. package/obj/template/.claude/skills/impeccable/scripts/live-wrap.mjs +395 -0
  130. package/obj/template/.claude/skills/impeccable/scripts/live.mjs +247 -0
  131. package/obj/template/.claude/skills/impeccable/scripts/load-context.mjs +93 -0
  132. package/obj/template/.claude/skills/impeccable/scripts/modern-screenshot.umd.js +14 -0
  133. package/obj/template/.claude/skills/impeccable/scripts/pin.mjs +214 -0
  134. package/obj/template/.claude/skills/implement/SKILL.md +83 -0
  135. package/obj/template/.claude/skills/intake/SKILL.md +46 -0
  136. package/obj/template/.claude/skills/intake/template.md +61 -0
  137. package/obj/template/.claude/skills/integrate/SKILL.md +62 -0
  138. package/obj/template/.claude/skills/memory-flush/SKILL.md +172 -0
  139. package/obj/template/.claude/skills/memory-flush/sweep.py +286 -0
  140. package/obj/template/.claude/skills/memory-flush/tests/run.sh +327 -0
  141. package/obj/template/.claude/skills/prose/SKILL.md +119 -0
  142. package/obj/template/.claude/skills/rca/SKILL.md +42 -0
  143. package/obj/template/.claude/skills/rca/template.md +83 -0
  144. package/obj/template/.claude/skills/research/SKILL.md +75 -0
  145. package/obj/template/.claude/skills/scenario/SKILL.md +64 -0
  146. package/obj/template/.claude/skills/scout/SKILL.md +72 -0
  147. package/obj/template/.claude/skills/security/SKILL.md +75 -0
  148. package/obj/template/.claude/skills/simplify/SKILL.md +67 -0
  149. package/obj/template/.claude/skills/spec/SKILL.md +69 -0
  150. package/obj/template/.claude/skills/spec/template.md +274 -0
  151. package/obj/template/.claude/skills/spec-diagram-review/SKILL.md +81 -0
  152. package/obj/template/.claude/skills/spec-lint/SKILL.md +55 -0
  153. package/obj/template/.claude/skills/spec-lint/lint.sh +218 -0
  154. package/obj/template/.claude/skills/spec-render/SKILL.md +45 -0
  155. package/obj/template/.claude/skills/spec-render/render.sh +109 -0
  156. package/obj/template/.claude/skills/spec-traceability-review/SKILL.md +72 -0
  157. package/obj/template/.claude/skills/swarm-dispatch/SKILL.md +212 -0
  158. package/obj/template/.claude/skills/swarm-dispatch/swarm_merge.sh +154 -0
  159. package/obj/template/.claude/skills/swarm-plan/SKILL.md +90 -0
  160. package/obj/template/.claude/skills/swarm-plan/validate.sh +181 -0
  161. package/obj/template/.claude/skills/tdd/SKILL.md +100 -0
  162. package/obj/template/.claude/skills/technical-tutorials/SKILL.md +569 -0
  163. package/obj/template/.claude/skills/technical-tutorials/references/audience-context-README.md +53 -0
  164. package/obj/template/.claude/skills/technical-tutorials/references/audience-context.md +246 -0
  165. package/obj/template/.claude/skills/technical-tutorials/references/audience-example.md +175 -0
  166. package/obj/template/.claude/skills/technical-tutorials/references/audience-template.md +152 -0
  167. package/obj/template/.claude/skills/triage/SKILL.md +55 -0
  168. package/obj/template/.claude/skills/verify/SKILL.md +74 -0
  169. package/obj/template/.mcp.json +24 -0
  170. package/obj/template/CLAUDE.md +327 -0
  171. package/obj/template/docs/init/seed.md +585 -0
  172. package/obj/template/manifest.json +214 -0
  173. package/package.json +48 -0
  174. package/src/.mcp.template.json +24 -0
  175. package/src/.npmrc.template +2 -0
  176. package/src/CLAUDE.template.md +327 -0
  177. package/src/agents/swarm-worker.template.md +51 -0
  178. package/src/cli/conflict.js +31 -0
  179. package/src/cli/doctor.js +152 -0
  180. package/src/cli/install.js +93 -0
  181. package/src/cli/io.js +27 -0
  182. package/src/cli/manifest.js +38 -0
  183. package/src/cli/mcp.js +54 -0
  184. package/src/cli/merge.js +107 -0
  185. package/src/cli/plantuml.js +121 -0
  186. package/src/cli/util.js +10 -0
  187. package/src/memory/_pending.template.md +15 -0
  188. package/src/memory/_resume.template.md +12 -0
  189. package/src/memory/conventions.template.md +26 -0
  190. package/src/memory/decisions.template.md +29 -0
  191. package/src/memory/landmarks.template.md +26 -0
  192. package/src/memory/landmines.template.md +27 -0
  193. package/src/memory/libraries.template.md +27 -0
  194. package/src/memory/pending-questions.template.md +28 -0
  195. package/src/project.template.json +221 -0
  196. package/src/seed.template.md +585 -0
  197. package/src/settings.template.json +110 -0
@@ -0,0 +1,200 @@
1
+ # AI Writing Detection
2
+
3
+ Words, phrases, and punctuation patterns commonly associated with AI-generated text. Avoid these to ensure writing sounds natural and human.
4
+
5
+ Sources: Grammarly (2025), Microsoft 365 Life Hacks (2025), GPTHuman (2025), Walter Writes (2025), Textero (2025), Plagiarism Today (2025), Rolling Stone (2025), MDPI Blog (2025)
6
+
7
+ ---
8
+
9
+ ## Contents
10
+ - Em Dashes: The Primary AI Tell
11
+ - Overused Verbs
12
+ - Overused Adjectives
13
+ - Overused Transitions and Connectors
14
+ - Phrases That Signal AI Writing (Opening Phrases, Transitional Phrases, Concluding Phrases, Structural Patterns)
15
+ - Filler Words and Empty Intensifiers
16
+ - Academic-Specific AI Tells
17
+ - How to Self-Check
18
+
19
+ ## Em Dashes: The Primary AI Tell
20
+
21
+ **The em dash (—) has become one of the most reliable markers of AI-generated content.**
22
+
23
+ Em dashes are longer than hyphens (-) and are used for emphasis, interruptions, or parenthetical information. While they have legitimate uses in writing, AI models drastically overuse them.
24
+
25
+ ### Why Em Dashes Signal AI Writing
26
+ - AI models were trained on edited books, academic papers, and style guides where em dashes appear frequently
27
+ - AI uses em dashes as a shortcut for sentence variety instead of commas, colons, or parentheses
28
+ - Most human writers rarely use em dashes because they don't exist as a standard keyboard key
29
+ - The overuse is so consistent that it has become the unofficial signature of ChatGPT writing
30
+
31
+ ### What To Do Instead
32
+ | Instead of | Use |
33
+ |------------|-----|
34
+ | The results—which were surprising—showed... | The results, which were surprising, showed... |
35
+ | This approach—unlike traditional methods—allows... | This approach, unlike traditional methods, allows... |
36
+ | The study found—as expected—that... | The study found, as expected, that... |
37
+ | Communication skills—both written and verbal—are essential | Communication skills (both written and verbal) are essential |
38
+
39
+ ### Guidelines
40
+ - Use commas for most parenthetical information
41
+ - Use colons to introduce explanations or lists
42
+ - Use parentheses for supplementary information
43
+ - Reserve em dashes for rare, deliberate emphasis only
44
+ - If you find yourself using more than one em dash per page, revise
45
+
46
+ ---
47
+
48
+ ## Overused Verbs
49
+
50
+ | Avoid | Use Instead |
51
+ |-------|-------------|
52
+ | delve (into) | explore, examine, investigate, look at |
53
+ | leverage | use, apply, draw on |
54
+ | optimise | improve, refine, enhance |
55
+ | utilise | use |
56
+ | facilitate | help, enable, support |
57
+ | foster | encourage, support, develop, nurture |
58
+ | bolster | strengthen, support, reinforce |
59
+ | underscore | emphasise, highlight, stress |
60
+ | unveil | reveal, show, introduce, present |
61
+ | navigate | manage, handle, work through |
62
+ | streamline | simplify, make more efficient |
63
+ | enhance | improve, strengthen |
64
+ | endeavour | try, attempt, effort |
65
+ | ascertain | find out, determine, establish |
66
+ | elucidate | explain, clarify, make clear |
67
+
68
+ ---
69
+
70
+ ## Overused Adjectives
71
+
72
+ | Avoid | Use Instead |
73
+ |-------|-------------|
74
+ | robust | strong, reliable, thorough, solid |
75
+ | comprehensive | complete, thorough, full, detailed |
76
+ | pivotal | key, critical, central, important |
77
+ | crucial | important, key, essential, critical |
78
+ | vital | important, essential, necessary |
79
+ | transformative | significant, important, major |
80
+ | cutting-edge | new, advanced, recent, modern |
81
+ | groundbreaking | new, original, significant |
82
+ | innovative | new, original, creative |
83
+ | seamless | smooth, easy, effortless |
84
+ | intricate | complex, detailed, complicated |
85
+ | nuanced | subtle, complex, detailed |
86
+ | multifaceted | complex, varied, diverse |
87
+ | holistic | complete, whole, comprehensive |
88
+
89
+ ---
90
+
91
+ ## Overused Transitions and Connectors
92
+
93
+ | Avoid | Use Instead |
94
+ |-------|-------------|
95
+ | furthermore | also, in addition, and |
96
+ | moreover | also, and, besides |
97
+ | notwithstanding | despite, even so, still |
98
+ | that being said | however, but, still |
99
+ | at its core | essentially, fundamentally, basically |
100
+ | to put it simply | in short, simply put |
101
+ | it is worth noting that | note that, importantly |
102
+ | in the realm of | in, within, regarding |
103
+ | in the landscape of | in, within |
104
+ | in today's [anything] | currently, now, today |
105
+
106
+ ---
107
+
108
+ ## Phrases That Signal AI Writing
109
+
110
+ ### Opening Phrases to Avoid
111
+ - "In today's fast-paced world..."
112
+ - "In today's digital age..."
113
+ - "In an era of..."
114
+ - "In the ever-evolving landscape of..."
115
+ - "In the realm of..."
116
+ - "It's important to note that..."
117
+ - "Let's delve into..."
118
+ - "Imagine a world where..."
119
+
120
+ ### Transitional Phrases to Avoid
121
+ - "That being said..."
122
+ - "With that in mind..."
123
+ - "It's worth mentioning that..."
124
+ - "At its core..."
125
+ - "To put it simply..."
126
+ - "In essence..."
127
+ - "This begs the question..."
128
+
129
+ ### Concluding Phrases to Avoid
130
+ - "In conclusion..."
131
+ - "To sum up..."
132
+ - "By [doing X], you can [achieve Y]..."
133
+ - "In the final analysis..."
134
+ - "All things considered..."
135
+ - "At the end of the day..."
136
+
137
+ ### Structural Patterns to Avoid
138
+ - "Whether you're a [X], [Y], or [Z]..." (listing three examples after "whether")
139
+ - "It's not just [X], it's also [Y]..."
140
+ - "Think of [X] as [elaborate metaphor]..."
141
+ - Starting sentences with "By" followed by a gerund: "By understanding X, you can Y..."
142
+
143
+ ---
144
+
145
+ ## Filler Words and Empty Intensifiers
146
+
147
+ These words often add nothing to meaning. Remove them or find specific alternatives:
148
+
149
+ - absolutely
150
+ - actually
151
+ - basically
152
+ - certainly
153
+ - clearly
154
+ - definitely
155
+ - essentially
156
+ - extremely
157
+ - fundamentally
158
+ - incredibly
159
+ - interestingly
160
+ - naturally
161
+ - obviously
162
+ - quite
163
+ - really
164
+ - significantly
165
+ - simply
166
+ - surely
167
+ - truly
168
+ - ultimately
169
+ - undoubtedly
170
+ - very
171
+
172
+ ---
173
+
174
+ ## Academic-Specific AI Tells
175
+
176
+ | Avoid | Use Instead |
177
+ |-------|-------------|
178
+ | shed light on | clarify, explain, reveal |
179
+ | pave the way for | enable, allow, make possible |
180
+ | a myriad of | many, numerous, various |
181
+ | a plethora of | many, numerous, several |
182
+ | paramount | very important, essential, critical |
183
+ | pertaining to | about, regarding, concerning |
184
+ | prior to | before |
185
+ | subsequent to | after |
186
+ | in light of | because of, given, considering |
187
+ | with respect to | about, regarding, for |
188
+ | in terms of | regarding, for, about |
189
+ | the fact that | that (or rewrite sentence) |
190
+
191
+ ---
192
+
193
+ ## How to Self-Check
194
+
195
+ 1. Read your text aloud. If phrases sound unnatural in speech, revise them
196
+ 2. Ask: "Would I say this in a conversation with a colleague?"
197
+ 3. Check for repetitive sentence structures
198
+ 4. Look for clusters of the words listed above
199
+ 5. Ensure varied sentence lengths (not all similar length)
200
+ 6. Verify each intensifier adds genuine meaning
@@ -0,0 +1,344 @@
1
+ # Copy Frameworks Reference
2
+
3
+ Headline formulas, page section types, and structural templates.
4
+
5
+ ## Contents
6
+ - Headline Formulas (outcome-focused, problem-focused, audience-focused, differentiation-focused, proof-focused, additional formulas)
7
+ - Landing Page Section Types (core sections, supporting sections)
8
+ - Page Structure Templates (feature-heavy page, varied engaging page, compact landing page, enterprise/B2B landing page, product launch page)
9
+ - Section Writing Tips (problem section, benefits section, how it works section, testimonial selection)
10
+
11
+ ## Headline Formulas
12
+
13
+ ### Outcome-Focused
14
+
15
+ **{Achieve desirable outcome} without {pain point}**
16
+ > Understand how users are really experiencing your site without drowning in numbers
17
+
18
+ **{Achieve desirable outcome} by {how product makes it possible}**
19
+ > Generate more leads by seeing which companies visit your site
20
+
21
+ **Turn {input} into {outcome}**
22
+ > Turn your hard-earned sales into repeat customers
23
+
24
+ **[Achieve outcome] in [timeframe]**
25
+ > Get your tax refund in 10 days
26
+
27
+ ---
28
+
29
+ ### Problem-Focused
30
+
31
+ **Never {unpleasant event} again**
32
+ > Never miss a sales opportunity again
33
+
34
+ **{Question highlighting the main pain point}**
35
+ > Hate returning stuff to Amazon?
36
+
37
+ **Stop [pain]. Start [pleasure].**
38
+ > Stop chasing invoices. Start getting paid on time.
39
+
40
+ ---
41
+
42
+ ### Audience-Focused
43
+
44
+ **{Key feature/product type} for {target audience}**
45
+ > Advanced analytics for Shopify e-commerce
46
+
47
+ **{Key feature/product type} for {target audience} to {what it's used for}**
48
+ > An online whiteboard for teams to ideate and brainstorm together
49
+
50
+ **You don't have to {skills or resources} to {achieve desirable outcome}**
51
+ > With Ahrefs, you don't have to be an SEO pro to rank higher and get more traffic
52
+
53
+ ---
54
+
55
+ ### Differentiation-Focused
56
+
57
+ **The {opposite of usual process} way to {achieve desirable outcome}**
58
+ > The easiest way to turn your passion into income
59
+
60
+ **The [category] that [key differentiator]**
61
+ > The CRM that updates itself
62
+
63
+ ---
64
+
65
+ ### Proof-Focused
66
+
67
+ **[Number] [people] use [product] to [outcome]**
68
+ > 50,000 marketers use Drip to send better emails
69
+
70
+ **{Key benefit of your product}**
71
+ > Sound clear in online meetings
72
+
73
+ ---
74
+
75
+ ### Additional Formulas
76
+
77
+ **The simple way to {outcome}**
78
+ > The simple way to track your time
79
+
80
+ **Finally, {category} that {benefit}**
81
+ > Finally, accounting software that doesn't suck
82
+
83
+ **{Outcome} without {common pain}**
84
+ > Build your website without writing code
85
+
86
+ **Get {benefit} from your {thing}**
87
+ > Get more revenue from your existing traffic
88
+
89
+ **{Action verb} your {thing} like {admirable example}**
90
+ > Market your SaaS like a Fortune 500
91
+
92
+ **What if you could {desirable outcome}?**
93
+ > What if you could close deals 30% faster?
94
+
95
+ **Everything you need to {outcome}**
96
+ > Everything you need to launch your course
97
+
98
+ **The {adjective} {category} built for {audience}**
99
+ > The lightweight CRM built for startups
100
+
101
+ ---
102
+
103
+ ## Landing Page Section Types
104
+
105
+ ### Core Sections
106
+
107
+ **Hero (Above the Fold)**
108
+ - Headline + subheadline
109
+ - Primary CTA
110
+ - Supporting visual (product screenshot, hero image)
111
+ - Optional: Social proof bar
112
+
113
+ **Social Proof Bar**
114
+ - Customer logos (recognizable > many)
115
+ - Key metric ("10,000+ teams")
116
+ - Star rating with review count
117
+ - Short testimonial snippet
118
+
119
+ **Problem/Pain Section**
120
+ - Articulate their problem better than they can
121
+ - Create recognition ("that's exactly my situation")
122
+ - Hint at cost of not solving it
123
+
124
+ **Solution/Benefits Section**
125
+ - Bridge from problem to your solution
126
+ - 3-5 key benefits (not 10)
127
+ - Each: headline + explanation + proof if available
128
+
129
+ **How It Works**
130
+ - 3-4 numbered steps
131
+ - Reduces perceived complexity
132
+ - Each step: action + outcome
133
+
134
+ **Final CTA Section**
135
+ - Recap value proposition
136
+ - Repeat primary CTA
137
+ - Risk reversal (guarantee, free trial)
138
+
139
+ ---
140
+
141
+ ### Supporting Sections
142
+
143
+ **Testimonials**
144
+ - Full quotes with names, roles, companies
145
+ - Photos when possible
146
+ - Specific results over vague praise
147
+ - Formats: quote cards, video, tweet embeds
148
+
149
+ **Case Studies**
150
+ - Problem → Solution → Results
151
+ - Specific metrics and outcomes
152
+ - Customer name and context
153
+ - Can be snippets with "Read more" links
154
+
155
+ **Use Cases**
156
+ - Different ways product is used
157
+ - Helps visitors self-identify
158
+ - "For marketers who need X" format
159
+
160
+ **Personas / "Built For" Sections**
161
+ - Explicitly call out target audience
162
+ - "Perfect for [role]" blocks
163
+ - Addresses "Is this for me?" question
164
+
165
+ **FAQ Section**
166
+ - Address common objections
167
+ - Good for SEO
168
+ - Reduces support burden
169
+ - 5-10 most common questions
170
+
171
+ **Comparison Section**
172
+ - vs. competitors (name them or don't)
173
+ - vs. status quo (spreadsheets, manual processes)
174
+ - Tables or side-by-side format
175
+
176
+ **Integrations / Partners**
177
+ - Logos of tools you connect with
178
+ - "Works with your stack" messaging
179
+ - Builds credibility
180
+
181
+ **Founder Story / Manifesto**
182
+ - Why you built this
183
+ - What you believe
184
+ - Emotional connection
185
+ - Differentiates from faceless competitors
186
+
187
+ **Demo / Product Tour**
188
+ - Interactive demos
189
+ - Video walkthroughs
190
+ - GIF previews
191
+ - Shows product in action
192
+
193
+ **Pricing Preview**
194
+ - Teaser even on non-pricing pages
195
+ - Starting price or "from $X/mo"
196
+ - Moves decision-makers forward
197
+
198
+ **Guarantee / Risk Reversal**
199
+ - Money-back guarantee
200
+ - Free trial terms
201
+ - "Cancel anytime"
202
+ - Reduces friction
203
+
204
+ **Stats Section**
205
+ - Key metrics that build credibility
206
+ - "10,000+ customers"
207
+ - "4.9/5 rating"
208
+ - "$2M saved for customers"
209
+
210
+ ---
211
+
212
+ ## Page Structure Templates
213
+
214
+ ### Feature-Heavy Page (Weak)
215
+
216
+ ```
217
+ 1. Hero
218
+ 2. Feature 1
219
+ 3. Feature 2
220
+ 4. Feature 3
221
+ 5. Feature 4
222
+ 6. CTA
223
+ ```
224
+
225
+ This is a list, not a persuasive narrative.
226
+
227
+ ---
228
+
229
+ ### Varied, Engaging Page (Strong)
230
+
231
+ ```
232
+ 1. Hero with clear value prop
233
+ 2. Social proof bar (logos or stats)
234
+ 3. Problem/pain section
235
+ 4. How it works (3 steps)
236
+ 5. Key benefits (2-3, not 10)
237
+ 6. Testimonial
238
+ 7. Use cases or personas
239
+ 8. Comparison to alternatives
240
+ 9. Case study snippet
241
+ 10. FAQ
242
+ 11. Final CTA with guarantee
243
+ ```
244
+
245
+ This tells a story and addresses objections.
246
+
247
+ ---
248
+
249
+ ### Compact Landing Page
250
+
251
+ ```
252
+ 1. Hero (headline, subhead, CTA, image)
253
+ 2. Social proof bar
254
+ 3. 3 key benefits with icons
255
+ 4. Testimonial
256
+ 5. How it works (3 steps)
257
+ 6. Final CTA with guarantee
258
+ ```
259
+
260
+ Good for ad landing pages where brevity matters.
261
+
262
+ ---
263
+
264
+ ### Enterprise/B2B Landing Page
265
+
266
+ ```
267
+ 1. Hero (outcome-focused headline)
268
+ 2. Logo bar (recognizable companies)
269
+ 3. Problem section (business pain)
270
+ 4. Solution overview
271
+ 5. Use cases by role/department
272
+ 6. Security/compliance section
273
+ 7. Integration logos
274
+ 8. Case study with metrics
275
+ 9. ROI/value section
276
+ 10. Contact/demo CTA
277
+ ```
278
+
279
+ Addresses enterprise buyer concerns.
280
+
281
+ ---
282
+
283
+ ### Product Launch Page
284
+
285
+ ```
286
+ 1. Hero with launch announcement
287
+ 2. Video demo or walkthrough
288
+ 3. Feature highlights (3-5)
289
+ 4. Before/after comparison
290
+ 5. Early testimonials
291
+ 6. Launch pricing or early access offer
292
+ 7. CTA with urgency
293
+ ```
294
+
295
+ Good for ProductHunt, launches, or announcements.
296
+
297
+ ---
298
+
299
+ ## Section Writing Tips
300
+
301
+ ### Problem Section
302
+
303
+ Start with phrases like:
304
+ - "You know the feeling..."
305
+ - "If you're like most [role]..."
306
+ - "Every day, [audience] struggles with..."
307
+ - "We've all been there..."
308
+
309
+ Then describe:
310
+ - The specific frustration
311
+ - The time/money wasted
312
+ - The impact on their work/life
313
+
314
+ ### Benefits Section
315
+
316
+ For each benefit, include:
317
+ - **Headline**: The outcome they get
318
+ - **Body**: How it works (1-2 sentences)
319
+ - **Proof**: Number, testimonial, or example (optional)
320
+
321
+ ### How It Works Section
322
+
323
+ Each step should be:
324
+ - **Numbered**: Creates sense of progress
325
+ - **Simple verb**: "Connect," "Set up," "Get"
326
+ - **Outcome-oriented**: What they get from this step
327
+
328
+ Example:
329
+ 1. Connect your tools (takes 2 minutes)
330
+ 2. Set your preferences
331
+ 3. Get automated reports every Monday
332
+
333
+ ### Testimonial Selection
334
+
335
+ Best testimonials include:
336
+ - Specific results ("increased conversions by 32%")
337
+ - Before/after context ("We used to spend hours...")
338
+ - Role + company for credibility
339
+ - Something quotable and specific
340
+
341
+ Avoid testimonials that just say:
342
+ - "Great product!"
343
+ - "Love it!"
344
+ - "Easy to use!"