taketomarket 2.2.0 → 2.3.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 (180) hide show
  1. package/.claude-plugin/marketplace.json +4 -4
  2. package/.claude-plugin/plugin.json +2 -2
  3. package/README.md +34 -11
  4. package/bin/lib/campaign.cjs +12 -8
  5. package/bin/lib/codebase-scan.cjs +86 -0
  6. package/bin/lib/config.cjs +129 -0
  7. package/bin/lib/deploy.cjs +36 -0
  8. package/bin/lib/deviation.cjs +1 -1
  9. package/bin/lib/drift-log.cjs +4 -4
  10. package/bin/lib/health.cjs +32 -31
  11. package/bin/lib/install-detect.cjs +62 -0
  12. package/bin/lib/legacy-folder.cjs +100 -0
  13. package/bin/lib/playwright-check.cjs +26 -0
  14. package/bin/lib/site-location.cjs +22 -0
  15. package/bin/lib/state.cjs +3 -3
  16. package/bin/lib/svg-render.cjs +42 -0
  17. package/bin/ttm-tools.cjs +136 -4
  18. package/gates/base-gates.md +8 -8
  19. package/gates/gate-evaluation.md +8 -8
  20. package/install.js +37 -3
  21. package/package.json +10 -6
  22. package/playbooks/aeo.md +218 -114
  23. package/playbooks/affiliate.md +225 -160
  24. package/playbooks/email.md +236 -174
  25. package/playbooks/events.md +303 -213
  26. package/playbooks/landing-pages.md +305 -0
  27. package/playbooks/linkedin.md +264 -142
  28. package/playbooks/manifesto.md +322 -0
  29. package/playbooks/paid-ads.md +240 -189
  30. package/playbooks/positioning.md +340 -0
  31. package/playbooks/pr-media.md +308 -168
  32. package/playbooks/pseo.md +426 -0
  33. package/playbooks/seo.md +251 -158
  34. package/playbooks/social.md +253 -182
  35. package/playbooks/youtube.md +286 -181
  36. package/references/brand-color-theory.md +48 -0
  37. package/references/codex-image-gen-research.md +58 -0
  38. package/references/context-loading.md +6 -6
  39. package/references/humanizer-patterns.md +433 -0
  40. package/references/inline-education-blurbs.md +461 -0
  41. package/references/landing-page-anatomy.md +64 -0
  42. package/references/linkedin-post-patterns.md +174 -0
  43. package/references/logo-design-principles.md +55 -0
  44. package/references/meta-gate-evaluation.md +3 -3
  45. package/references/obra-superpowers-conventions.md +170 -0
  46. package/references/playbook-leaders.md +472 -0
  47. package/references/playwright-mcp-setup.md +164 -0
  48. package/references/positioning-check-report.md +2 -2
  49. package/references/pseo-page-anatomy.md +56 -0
  50. package/references/pseo-templates/alternative-anatomy.md +31 -0
  51. package/references/pseo-templates/alternative-content-playbook.md +32 -0
  52. package/references/pseo-templates/blog-anatomy.md +28 -0
  53. package/references/pseo-templates/blog-content-playbook.md +36 -0
  54. package/references/pseo-templates/comparison-anatomy.md +29 -0
  55. package/references/pseo-templates/comparison-content-playbook.md +35 -0
  56. package/references/pseo-templates/use-case-anatomy.md +28 -0
  57. package/references/pseo-templates/use-case-content-playbook.md +30 -0
  58. package/skills/ttm-101/SKILL.md +25 -0
  59. package/skills/ttm-aeo-check/SKILL.md +17 -12
  60. package/skills/ttm-affiliate-kit/SKILL.md +5 -0
  61. package/skills/ttm-archive/SKILL.md +5 -0
  62. package/skills/ttm-brand-refresh/SKILL.md +5 -0
  63. package/skills/ttm-brief/SKILL.md +5 -0
  64. package/skills/ttm-competitor-scan/SKILL.md +5 -0
  65. package/skills/ttm-deploy/SKILL.md +22 -0
  66. package/skills/ttm-discover/SKILL.md +17 -0
  67. package/skills/ttm-email-check/SKILL.md +17 -0
  68. package/skills/ttm-email-preflight/SKILL.md +17 -11
  69. package/skills/ttm-fix/SKILL.md +5 -0
  70. package/skills/ttm-health/SKILL.md +6 -1
  71. package/skills/ttm-humanize/SKILL.md +33 -0
  72. package/skills/ttm-icp-refresh/SKILL.md +5 -0
  73. package/skills/ttm-improve-skill/SKILL.md +18 -0
  74. package/skills/ttm-init/SKILL.md +10 -3
  75. package/skills/ttm-keyword-map/SKILL.md +17 -11
  76. package/skills/ttm-landing/SKILL.md +19 -0
  77. package/skills/ttm-learn/SKILL.md +5 -0
  78. package/skills/ttm-linkedin-post/SKILL.md +26 -0
  79. package/skills/ttm-measure/SKILL.md +5 -0
  80. package/skills/ttm-new-campaign/SKILL.md +5 -0
  81. package/skills/ttm-next/SKILL.md +5 -0
  82. package/skills/ttm-playwright-setup/SKILL.md +18 -0
  83. package/skills/ttm-positioning-check/SKILL.md +5 -0
  84. package/skills/ttm-positioning-shift/SKILL.md +5 -0
  85. package/skills/ttm-produce/SKILL.md +5 -0
  86. package/skills/ttm-pseo/SKILL.md +26 -0
  87. package/skills/ttm-repurpose/SKILL.md +5 -0
  88. package/skills/ttm-request-skill/SKILL.md +18 -0
  89. package/skills/ttm-research/SKILL.md +18 -6
  90. package/skills/ttm-resume/SKILL.md +5 -0
  91. package/skills/ttm-review/SKILL.md +5 -0
  92. package/skills/ttm-seo/SKILL.md +64 -0
  93. package/skills/ttm-seo-audit/SKILL.md +17 -12
  94. package/skills/ttm-ship/SKILL.md +5 -0
  95. package/skills/ttm-state/SKILL.md +5 -0
  96. package/skills/ttm-update/SKILL.md +152 -4
  97. package/skills/ttm-verify/SKILL.md +5 -0
  98. package/templates/agents-md.md +14 -4
  99. package/templates/campaign-research.md +6 -6
  100. package/templates/campaign-state.md +1 -1
  101. package/templates/claude-md.md +14 -4
  102. package/templates/linkedin-base-template.md +48 -0
  103. package/templates/next-step-footer.md +13 -0
  104. package/templates/production-manifest.json +4 -4
  105. package/templates/pseo/alternative-cms-schema.json +65 -0
  106. package/templates/pseo/blog-cms-schema.json +55 -0
  107. package/templates/pseo/comparison-cms-schema.json +56 -0
  108. package/templates/pseo/use-case-cms-schema.json +62 -0
  109. package/templates/reference-files/brand.md +51 -0
  110. package/templates/reference-files/product-dna.md +73 -0
  111. package/templates/site-scaffold/app/globals.css +2 -0
  112. package/templates/site-scaffold/app/layout.tsx +17 -0
  113. package/templates/site-scaffold/app/page.tsx +33 -0
  114. package/templates/site-scaffold/app/robots.ts +8 -0
  115. package/templates/site-scaffold/app/sitemap.ts +10 -0
  116. package/templates/site-scaffold/app/tokens.css +21 -0
  117. package/templates/site-scaffold/components/Comparison.tsx +14 -0
  118. package/templates/site-scaffold/components/Faq.tsx +14 -0
  119. package/templates/site-scaffold/components/Features.tsx +14 -0
  120. package/templates/site-scaffold/components/FinalCta.tsx +17 -0
  121. package/templates/site-scaffold/components/Footer.tsx +12 -0
  122. package/templates/site-scaffold/components/Hero.tsx +22 -0
  123. package/templates/site-scaffold/components/HowItWorks.tsx +14 -0
  124. package/templates/site-scaffold/components/PricingTeaser.tsx +14 -0
  125. package/templates/site-scaffold/components/Problem.tsx +14 -0
  126. package/templates/site-scaffold/components/SocialProof.tsx +14 -0
  127. package/templates/site-scaffold/components/Solution.tsx +14 -0
  128. package/templates/site-scaffold/components/Testimonials.tsx +14 -0
  129. package/templates/site-scaffold/components/UseCases.tsx +14 -0
  130. package/templates/site-scaffold/content/.gitkeep +0 -0
  131. package/templates/site-scaffold/lib/.gitkeep +0 -0
  132. package/templates/site-scaffold/next.config.mjs +10 -0
  133. package/templates/site-scaffold/package.json +25 -0
  134. package/templates/site-scaffold/postcss.config.mjs +3 -0
  135. package/templates/site-scaffold/public/llms.txt +9 -0
  136. package/templates/site-scaffold/tsconfig.json +21 -0
  137. package/templates/verification-report.md +1 -1
  138. package/workflows/channel/linkedin-post.md +178 -0
  139. package/workflows/discipline/affiliate-kit.md +65 -6
  140. package/workflows/discipline/{email-preflight.md → email-check.md} +39 -4
  141. package/workflows/discipline/repurpose.md +82 -31
  142. package/workflows/discipline/{aeo-check.md → seo/aeo.md} +13 -6
  143. package/workflows/discipline/{seo-audit.md → seo/audit.md} +13 -6
  144. package/workflows/discipline/{keyword-map.md → seo/keyword-map.md} +13 -6
  145. package/workflows/education/ttm-101.md +114 -0
  146. package/workflows/lifecycle/brief-positioning-check.md +1 -1
  147. package/workflows/lifecycle/brief.md +64 -28
  148. package/workflows/lifecycle/{research.md → discover.md} +61 -19
  149. package/workflows/lifecycle/fix.md +72 -37
  150. package/workflows/lifecycle/humanize.md +280 -0
  151. package/workflows/lifecycle/learn.md +72 -35
  152. package/workflows/lifecycle/measure.md +54 -18
  153. package/workflows/lifecycle/produce.md +88 -37
  154. package/workflows/lifecycle/review.md +71 -25
  155. package/workflows/lifecycle/ship.md +62 -18
  156. package/workflows/lifecycle/verify.md +72 -26
  157. package/workflows/reference-mgmt/brand-refresh.md +50 -13
  158. package/workflows/reference-mgmt/competitor-scan.md +51 -15
  159. package/workflows/reference-mgmt/icp-refresh.md +48 -12
  160. package/workflows/reference-mgmt/positioning-check.md +55 -20
  161. package/workflows/reference-mgmt/positioning-shift.md +53 -17
  162. package/workflows/setup/init-brand-colors.md +75 -0
  163. package/workflows/setup/init-logo.md +113 -0
  164. package/workflows/setup/init-product-dna.md +83 -0
  165. package/workflows/setup/init-questions.md +166 -30
  166. package/workflows/setup/init-validation.md +22 -0
  167. package/workflows/setup/init.md +144 -39
  168. package/workflows/setup/new-campaign.md +48 -12
  169. package/workflows/site/deploy.md +98 -0
  170. package/workflows/site/landing.md +156 -0
  171. package/workflows/site/pseo.md +96 -0
  172. package/workflows/site/quality-gates.md +88 -0
  173. package/workflows/utility/archive.md +45 -9
  174. package/workflows/utility/health.md +77 -3
  175. package/workflows/utility/improve-skill.md +233 -0
  176. package/workflows/utility/next.md +38 -2
  177. package/workflows/utility/playwright-setup.md +128 -0
  178. package/workflows/utility/request-skill.md +218 -0
  179. package/workflows/utility/resume.md +40 -3
  180. package/workflows/utility/state.md +42 -7
@@ -0,0 +1,322 @@
1
+ ---
2
+ discipline: manifesto
3
+ asset_types: [manifesto, about-page, founder-letter, brand-story]
4
+ version: "1.0"
5
+ ---
6
+
7
+ # Manifesto Discipline Playbook
8
+
9
+ This playbook extends the base playbook contract (`base.md`) with manifesto-specific production guidance, discipline gates, and format rules. It is loaded by ttm-producer when generating manifestos, About pages, founder letters, and brand-story artifacts, and parsed by ttm-verify for gate evaluation.
10
+
11
+ The framework is **Story Driven** as taught by Bernadette Jiwa: a 5-part template -- Backstory → Values → Purpose → Vision → Strategy -- that turns a brand from competition-driven (we beat rivals on features) into story-driven (we are unmistakable because of who we are and why we exist). The manifesto is the artifact where the story is committed to writing so that every subsequent positioning, ICP, and brand decision can be traced back to it.
12
+
13
+ > Why Jiwa over Seth Godin: Godin is the broader marketing philosopher and his "This Is Marketing" is the more widely cited book. Jiwa's Story Driven framework is the more concrete teacher for this artifact because it is literally a 5-part template a founder can fill in. Godin and Jiwa co-run the Story Skills Workshop together -- they are aligned, not competing. For a takeToMarket manifesto playbook, the named template wins.
14
+
15
+ ---
16
+
17
+ ## Production Guidance
18
+
19
+ ### Story Driven Beats Competition Driven
20
+
21
+ Every business is either competition-driven or story-driven. Competition-driven businesses define themselves against rivals: faster than Zendesk, cheaper than Salesforce, more modern than legacy ERP. Story-driven businesses define themselves from the inside out: this is where we came from, this is what we refuse to do, this is why we exist, this is the future we are building, this is how we get there. Competition is borrowed -- it depends on someone else existing. Story is owned -- it is true whether the competitor exists or not.
22
+
23
+ The manifesto is the artifact that forces the story-driven choice. If you cannot write a manifesto that holds together without naming a single competitor, you have not done story work -- you have done positioning work, which is a different discipline and lives in its own playbook.
24
+
25
+ An engineering analogy: positioning is the API contract; the manifesto is the architecture decision record. Positioning describes what the product does for the reader. The manifesto describes why the product exists at all. Both are required. They are not interchangeable.
26
+
27
+ ### Answer "Why We Exist" Before "What We Sell"
28
+
29
+ A manifesto answers "why we exist" -- not "what we sell". The product, the features, the pricing tiers, the funnel: none of it appears in the manifesto. If it does, the manifesto has collapsed into a brochure.
30
+
31
+ Lead with backstory. End with strategy. In between, name what you refuse to do, what you exist to do, and what the world looks like if you succeed. The reader should finish the manifesto knowing who the founder is, what the founder believes, and what the founder is building toward. They should not finish it knowing the SKU.
32
+
33
+ ### The 5 Layers (in order)
34
+
35
+ Jiwa's framework is a sequence, not a list. Each layer builds on the one before it. Do not reorder.
36
+
37
+ 1. **Backstory.** Where did this come from? The origin -- a specific moment, a specific frustration, a specific encounter with a problem in the world. Origin is the only thing competitors cannot copy. Specific over universal: not "we saw an industry that needed change" but "in 2019, I watched my mother spend four hours rebooking a single flight because the airline's chatbot looped her three times." Backstory makes the brand a person, not a pamphlet.
38
+
39
+ 2. **Values.** What do you refuse to do? Values stated as refusals -- "we will never charge for safety features", "we will never sell user data", "we will never ship a feature we would not use ourselves" -- are stronger than values stated as virtues. "Integrity, excellence, teamwork" is the values list of every company that has never thought about values. A refusal commits the team to a behavior. A virtue commits the team to a poster.
40
+
41
+ 3. **Purpose.** Why do you exist beyond profit? The single sentence that answers "why does this need to exist in the world?" If the world is no worse off without you, the purpose is not yet found. Purpose should survive the deletion test: if your company disappeared tomorrow, who would notice and what would they miss? The answer is the purpose.
42
+
43
+ 4. **Vision.** What does the future look like if you succeed? Specific, concrete, named. "A world where every solo founder ships their product without needing a marketing department" is a vision. "A better future for everyone" is bromide. Vision should be measurable in qualitative terms: a reader should be able to picture the world you are describing without filling in any blanks themselves.
44
+
45
+ 5. **Strategy.** How will you deliver on the purpose? The plan as an extension of the story, not separate from it. Strategy in the manifesto is not the roadmap -- it is the through-line that connects vision back to today's work. "We will get there by treating every campaign as a verifiable spec, every asset as a positioning-checked artifact, and every learning as a compounding input to the next campaign." Strategy makes the manifesto an instruction, not a poem.
46
+
47
+ ### Specific Over Universal. Personal Over Corporate.
48
+
49
+ Two operating principles that govern every line of a manifesto:
50
+
51
+ - **Specific over universal.** A specific story (one mother, one chatbot, one Tuesday in March) lands harder than a universal claim ("the customer experience is broken"). Specificity earns trust because it withstands scrutiny: a reader can verify a specific story, mentally or literally. A universal claim cannot be verified, so it cannot earn trust.
52
+
53
+ - **Personal over corporate.** Manifestos written in the first-person voice of a founder or a founding team outperform manifestos written in the abstracted voice of "the company". "We started this because we were tired of X" beats "[Company Name] was founded to solve X". The reader trusts the human; the corporation is a shell that holds the human.
54
+
55
+ If a line in the manifesto could appear unchanged on a competitor's About page, it is too universal or too corporate. Rewrite until it could only be yours.
56
+
57
+ ### Authenticity Over Cleverness
58
+
59
+ Stories grounded in authenticity outperform stories grounded in cleverness. A clever manifesto reads well once and feels manipulative on the second read. An authentic manifesto reads better on the second read because the reader is verifying it. Cleverness is rented; authenticity compounds.
60
+
61
+ The test: read the manifesto aloud to someone who knows the founder personally. If they wince at any line, that line is performing -- not believing. Rewrite or delete.
62
+
63
+ ### Compete for Meaning, Not Attention
64
+
65
+ Attention is rented from algorithms. Meaning is owned by the brand. A manifesto creates meaning by giving the reader a frame to interpret every subsequent interaction with the brand: every email, every product update, every pricing change. Without that frame, every interaction has to re-earn the reader's interpretation. With it, the brand has a permanent through-line.
66
+
67
+ This is why the manifesto is upstream of positioning, ICP, brand, and channel work. The manifesto sets the meaning; the rest is operational expression of it.
68
+
69
+ ### The Manifesto Is the Source-of-Truth Artifact
70
+
71
+ In takeToMarket, the manifesto lives in Phase 0 (Initialize) and every Phase 1-8 decision must trace back to one of its five layers. If a campaign decision cannot be tied to backstory, values, purpose, vision, or strategy, it is off-strategy and should be re-justified or dropped. The manifesto is the alignment instrument, not a marketing asset.
72
+
73
+ ### Lead With Backstory. End With Strategy.
74
+
75
+ A manifesto that opens with values is preaching. A manifesto that opens with vision is fortune-telling. A manifesto that opens with backstory is earning the right to do both. The backstory is the entry ticket -- it answers "why should I keep reading?" before the manifesto asks the reader to believe anything.
76
+
77
+ A manifesto that ends with vision leaves the reader floating. A manifesto that ends with strategy hands the reader a next step -- a way to act on what they just read. Strategy as the closer turns belief into motion.
78
+
79
+ ---
80
+
81
+ ## Discipline Gates
82
+
83
+ ### DISC-MANIFESTO-01: Backstory Present and Specific -- Tier 1
84
+
85
+ **Checks:** A backstory section exists in the manifesto, names a specific origin moment, and is written in personal voice.
86
+ **Against:** Asset opening section or designated backstory paragraph.
87
+
88
+ #### Evaluation Criteria
89
+
90
+ 1. **Backstory presence**
91
+ - PASS: A backstory section exists and appears in the first third of the manifesto (or first paragraph for short formats).
92
+ - WARN: A backstory section exists but is buried in the middle or end of the manifesto.
93
+ - FAIL: No backstory section -- the manifesto opens with values, purpose, or vision and never explains where the brand came from.
94
+
95
+ 2. **Backstory specificity**
96
+ - PASS: Backstory names at least one concrete element -- a named person, a specific year/date, a specific place, a specific incident, or a specific prior workplace/product.
97
+ - WARN: Backstory references a general experience ("we saw teams struggling") without naming a concrete instance.
98
+ - FAIL: Backstory is universal-only ("the industry was broken", "founders deserved better") with no named, specific, verifiable origin moment.
99
+
100
+ ### DISC-MANIFESTO-02: Values Are Named, Not Implied -- Tier 1
101
+
102
+ **Checks:** A values section exists with at least 3 explicit values, ideally framed as refusals or commitments rather than abstract virtues.
103
+ **Against:** Asset values section or values list.
104
+
105
+ #### Evaluation Criteria
106
+
107
+ 1. **Values explicitly listed**
108
+ - PASS: At least 3 values are explicitly named and each is a full sentence or named principle (not a single abstract noun).
109
+ - WARN: 1-2 values explicitly named; remaining values implied through tone.
110
+ - FAIL: No explicit values section, or values appear only as a bare noun list ("integrity, excellence, teamwork") with no elaboration.
111
+
112
+ 2. **Refusal framing over virtue framing**
113
+ - PASS: At least half of stated values are framed as refusals or commitments ("we will never X", "we will always Y") rather than abstract virtues.
114
+ - WARN: Values are framed as virtues but each virtue is paired with a concrete behavioral commitment.
115
+ - FAIL: All values are abstract virtues ("integrity, excellence, innovation") with no refusal, commitment, or behavioral specification.
116
+
117
+ 3. **Universal-values bingo check**
118
+ - PASS: No more than one value from the universal-bingo list (integrity, excellence, teamwork, innovation, passion, customer-centric, transparency) appears without a refusal-framed elaboration.
119
+ - WARN: Two universal-bingo values appear without refusal-framed elaboration.
120
+ - FAIL: Three or more universal-bingo values appear and none are framed as refusals -- the values list could be lifted to any company's About page.
121
+
122
+ ### DISC-MANIFESTO-03: Purpose Answers WHY -- Tier 1
123
+
124
+ **Checks:** The manifesto contains a purpose statement that answers why the brand exists beyond profit.
125
+ **Against:** Asset purpose section or designated purpose sentence.
126
+
127
+ #### Evaluation Criteria
128
+
129
+ 1. **Purpose statement present**
130
+ - PASS: A single sentence or short paragraph explicitly states why the brand exists beyond profit -- "we exist to ___", "our purpose is ___", or equivalent phrasing.
131
+ - WARN: A purpose is implied through the manifesto body but never stated in a single dedicated line.
132
+ - FAIL: No purpose statement -- the manifesto describes what the brand does but never names why.
133
+
134
+ 2. **Deletion-test survival**
135
+ - PASS: The purpose statement makes the answer to "if this company disappeared tomorrow, who would notice and what would they miss?" obvious to the reader.
136
+ - WARN: The purpose statement is product-shaped ("we exist to make great software") rather than world-shaped.
137
+ - FAIL: The purpose statement collapses into a feature description, a revenue goal, or a tautology ("we exist to help our customers succeed").
138
+
139
+ ### DISC-MANIFESTO-04: Vision Is Concrete, Not Bromide -- Tier 1
140
+
141
+ **Checks:** The vision section describes a specific future state, not a generic better-world claim.
142
+ **Against:** Asset vision section or designated vision paragraph.
143
+
144
+ #### Evaluation Criteria
145
+
146
+ 1. **Vision specificity**
147
+ - PASS: Vision names a specific population, behavior, or outcome the reader can picture without filling in blanks ("every solo founder ships their product without hiring a marketing team", "every clinic anywhere in the world reads radiology scans in under 60 seconds").
148
+ - WARN: Vision is partially specific (names a population OR an outcome but not both).
149
+ - FAIL: Vision is bromide -- "a better future", "a more connected world", "empowering everyone", "transforming the industry" -- with no specific population or measurable qualitative outcome.
150
+
151
+ 2. **Bromide-phrase count**
152
+ - PASS: Zero or one bromide phrase ("transform", "empower", "revolutionize", "change the world", "better future") in the vision section.
153
+ - WARN: Two bromide phrases in the vision section.
154
+ - FAIL: Three or more bromide phrases -- the vision is composed of cliché.
155
+
156
+ ### DISC-MANIFESTO-05: Strategy Connects Vision to Action -- Tier 1
157
+
158
+ **Checks:** A strategy section closes the manifesto and explains how the brand will deliver on the purpose and vision.
159
+ **Against:** Asset closing section or designated strategy paragraph.
160
+
161
+ #### Evaluation Criteria
162
+
163
+ 1. **Strategy present and closing**
164
+ - PASS: A strategy section exists and appears in the final third of the manifesto (or final paragraph for short formats).
165
+ - WARN: A strategy section exists but is buried in the middle of the manifesto.
166
+ - FAIL: No strategy section -- the manifesto ends on vision or values without explaining how the brand will get there.
167
+
168
+ 2. **Strategy-to-vision linkage**
169
+ - PASS: At least one explicit through-line connects the strategy back to the stated vision ("we will get there by ___", "this is how we deliver on ___").
170
+ - WARN: Strategy is described but the linkage to vision is implied rather than stated.
171
+ - FAIL: Strategy reads as a disconnected feature list or roadmap with no through-line back to the stated vision or purpose.
172
+
173
+ ### DISC-MANIFESTO-06: Five Layers Present and In Order -- Tier 1
174
+
175
+ **Checks:** All 5 Story Driven layers (Backstory, Values, Purpose, Vision, Strategy) appear in the manifesto, in the prescribed sequence.
176
+ **Against:** Full asset structure.
177
+
178
+ #### Evaluation Criteria
179
+
180
+ 1. **Layer completeness**
181
+ - PASS: All 5 layers are present and identifiable in the manifesto (with or without explicit section headings).
182
+ - WARN: 4 of 5 layers present; one layer is missing or collapsed into another.
183
+ - FAIL: 3 or fewer layers present -- the manifesto is missing two or more Story Driven layers.
184
+
185
+ 2. **Layer sequence**
186
+ - PASS: Layers appear in Jiwa's prescribed order: Backstory → Values → Purpose → Vision → Strategy.
187
+ - WARN: One layer is out of sequence (e.g., Values precede Backstory) but all 5 are present.
188
+ - FAIL: Two or more layers are out of sequence, or the manifesto opens with Vision or Purpose without backstory grounding.
189
+
190
+ ---
191
+
192
+ ## Base Gate Overrides
193
+
194
+ | Base Gate ID | Default Tier | Override Tier | Reason |
195
+ |-------------|-------------|---------------|--------|
196
+ | GATE-01 | Tier 1 (blocking) | Tier 1 (blocking) | The manifesto IS the positioning invariant's root source. A positioning drift here cascades into every downstream artifact. No tier change -- emphasis on existential weight. |
197
+ | GATE-04 | Tier 2 (advisory) | Tier 1 (blocking) | Voice and tone matter more for manifestos than for any other artifact. A corporate-voice manifesto fails as a manifesto entirely, even if every fact is correct. |
198
+
199
+ ---
200
+
201
+ ## Format Rules
202
+
203
+ - **Manifesto (org / brand):** 300-600 words. First-person plural voice ("we", "our") for organizational manifestos. Must contain all 5 Story Driven layers, in order. Opens with backstory; closes with strategy.
204
+ - **About page:** 600-1200 words. First-person plural voice. May expand each Story Driven layer with one supporting paragraph. Must contain all 5 layers. May include team photos, founder bios, milestones -- these supplement but do not replace the 5 layers.
205
+ - **Founder letter:** 400-800 words. First-person singular voice ("I", "my") -- the founder speaking directly. Backstory weight increased: at least one-third of the letter is the founder's personal origin. Other 4 layers compressed but present.
206
+ - **Brand story (short-form, hero or landing-page block):** 80-200 words. May compress to 3 layers minimum (Backstory + Purpose + Vision) but must reference Values and Strategy elsewhere on the page if compressed.
207
+ - **Voice:** Plain, personal, specific. No corporate connectives ("furthermore", "moreover", "in conclusion"). No press-release patterns ("[Company], a leading provider of ___"). No third-person self-reference for the company in a manifesto.
208
+ - **Banned phrases (auto-flag):** "leading provider", "world-class", "industry-leading", "best-in-class", "cutting-edge", "innovative solutions", "empower", "transform", "revolutionize", "next-generation", "passionate about", "we believe in" (without a refusal), "our mission is to be the ___" (peer-comparison framing), "synergy", "leveraging", "empowering everyone".
209
+ - **Required elements:** Specific origin moment (named person, year, place, or incident). At least 3 explicit values, half framed as refusals. One purpose sentence. One concrete vision sentence. One strategy sentence with through-line to vision.
210
+
211
+ ---
212
+
213
+ ## Examples
214
+
215
+ ### Good: Short Manifesto in Jiwa Voice (founder-letter format)
216
+
217
+ ```
218
+ In 2022 I shipped a developer tool that I knew was good. Three months
219
+ later, it was dead. Not because the product failed -- because nobody
220
+ ever heard of it. I had spent five years learning to ship code and zero
221
+ days learning to ship marketing. I was not alone. Every engineer-founder
222
+ I knew had the same shaped scar.
223
+
224
+ That is why takeToMarket exists.
225
+
226
+ We will never tell a founder to "just write more content". We will
227
+ never ship a generic template. We will never separate the marketing
228
+ plan from the marketing system that executes it.
229
+
230
+ We exist so that an engineer who has never run a campaign can ship
231
+ a marketing campaign with the same rigor they ship code -- specs,
232
+ gates, verifiable outcomes, compounding learnings.
233
+
234
+ The future we are building is the one where a solo founder, on a
235
+ Tuesday morning, opens their laptop, types `/ttm-produce`, and ships
236
+ a campaign that holds together end-to-end -- because the manifesto,
237
+ the positioning, the ICP, and the channel playbook were all written
238
+ down once, and the system enforces them every time.
239
+
240
+ We get there one campaign at a time. Every campaign that ships
241
+ through takeToMarket has a verifiable outcome and a positioning-
242
+ checked artifact -- no exceptions, no override. The system compounds
243
+ because the work compounds. That is the strategy. That is how we win.
244
+ ```
245
+
246
+ Why it passes: Backstory specific (2022, named scar). Values framed as refusals ("we will never X"). Purpose explicit ("we exist so that ___"). Vision concrete (solo founder, Tuesday morning, `/ttm-produce`). Strategy closes the piece with through-line to vision. First-person founder voice throughout. No bromide phrases. The manifesto could not be lifted onto a competitor's About page without obvious mismatch.
247
+
248
+ ### Bad: Corporate-Speak About Page
249
+
250
+ ```
251
+ At Acme Platform, we are a leading provider of AI-powered solutions
252
+ that empower teams to transform their workflows. Our mission is to be
253
+ the world's most innovative platform for modern businesses. We believe
254
+ in integrity, excellence, teamwork, and passion for the customer.
255
+
256
+ Founded by industry veterans, Acme is committed to revolutionizing the
257
+ way organizations leverage data to drive better outcomes. Our values
258
+ guide everything we do as we build the next generation of cutting-edge
259
+ tools.
260
+
261
+ Join us on our journey to a better future.
262
+ ```
263
+
264
+ Why it fails: No backstory -- "founded by industry veterans" is universal, names no one (DISC-MANIFESTO-01 FAIL). Values are universal-bingo bare nouns (DISC-MANIFESTO-02 FAIL: integrity, excellence, teamwork, passion -- 4 hits with no refusal framing). Purpose is product-shaped ("the world's most innovative platform") not world-shaped (DISC-MANIFESTO-03 FAIL deletion test). Vision is pure bromide -- "better future", "transform", "revolutionize", "next-generation" (DISC-MANIFESTO-04 FAIL: 4+ bromide phrases). No strategy -- the piece ends on "join us on our journey" with no through-line (DISC-MANIFESTO-05 FAIL). Banned phrases stacked: "leading provider", "AI-powered", "empower", "transform", "revolutionize", "next-generation", "cutting-edge", "leverage". This About page could be on any of 10,000 SaaS sites.
265
+
266
+ ### Bad: Mission-Vision-Values Bingo
267
+
268
+ ```
269
+ Mission: To be the leading platform for our customers.
270
+ Vision: A world where every business thrives.
271
+ Values: Integrity. Excellence. Innovation. Customer-centricity.
272
+ ```
273
+
274
+ Why it fails: Mission is competitor-shaped, not world-shaped (DISC-MANIFESTO-03 FAIL). Vision is bromide with no named population (DISC-MANIFESTO-04 FAIL). Values are pure universal-bingo nouns with no refusals (DISC-MANIFESTO-02 FAIL on all three sub-criteria). No backstory. No strategy. Only 2 of 5 layers present (DISC-MANIFESTO-06 FAIL).
275
+
276
+ ---
277
+
278
+ ## Anti-Patterns
279
+
280
+ 1. **Manifesto as press release.** Writing the manifesto in third-person ("[Company] was founded in 2020 to address the growing need for ___"). The press release voice is the death of meaning. Manifestos are first-person -- "we" for organizations, "I" for founder letters. If the manifesto reads like it could appear in a TechCrunch funding announcement, it is a press release.
281
+
282
+ 2. **Universal-values bingo.** Listing "integrity, excellence, teamwork, innovation, passion" as values. These are not values -- these are the default settings of any group of humans who do not actively choose against them. A real value is a refusal: name what you will not do that others do. "We will never ship a feature we would not use ourselves" is a value. "Excellence" is wallpaper.
283
+
284
+ 3. **Vision as cliché.** "A better future for everyone", "transforming the industry", "empowering the next generation", "changing the world". These phrases score zero on the picture-the-future test: ask the reader to draw the world your vision describes; if they cannot put anything specific on the page, the vision is cliché.
285
+
286
+ 4. **No backstory.** Opening the manifesto with values or vision and never explaining where the brand came from. Without backstory, the manifesto has no foundation -- the values and vision are floating. Backstory is the load-bearing element. Always lead with it.
287
+
288
+ 5. **Strategy decoupled from story.** Listing the strategy as a feature roadmap or revenue plan with no connective tissue back to the vision and purpose. Strategy in a manifesto is the through-line, not the project plan. If the strategy section reads like it belongs in an investor deck, it does -- not in the manifesto.
289
+
290
+ 6. **Mission-vision-values bingo.** Reducing the manifesto to three labeled lines (Mission: ___ / Vision: ___ / Values: ___) and shipping it. This is a corporate placeholder, not a manifesto. The 5 Story Driven layers are not bullet points -- they are connected paragraphs that build on each other.
291
+
292
+ 7. **Purpose that fails the deletion test.** "Our purpose is to help our customers succeed." If your company disappears, customers find another tool. The world is no worse off. Rewrite until the deletion of the company would leave a specific hole in the world that you can name.
293
+
294
+ 8. **Cleverness over authenticity.** Manifestos that perform a voice rather than speak in one. The tell: the manifesto sounds like a Mailchimp homepage from 2014 -- jaunty, ironic, self-aware. Cleverness reads well once. Authenticity reads better on every re-read. Choose authenticity.
295
+
296
+ 9. **Founder absence.** Manifestos that never name the founder, never quote the founder, never acknowledge that humans wrote the document. The corporation is a legal shell -- the manifesto must come from inside the shell. Even organizational manifestos benefit from a named founder voice grounding the backstory.
297
+
298
+ 10. **Values that any competitor could claim.** If your values appear unchanged on three or more competitor About pages (search "Company X values" for direct competitors), your values are not values -- they are industry wallpaper. Rewrite as refusals or commitments specific to your founding story.
299
+
300
+ ---
301
+
302
+ ## Metrics
303
+
304
+ Track these post-ship to verify the manifesto is doing its job. Manifesto metrics are qualitative and slow -- a manifesto is not a CTA-optimized page; it is a meaning-creating artifact, and meaning compounds over months.
305
+
306
+ - **Time-on-manifesto / time-on-About-page** -- The manifesto is meant to be read, not scanned. Heatmap and scroll-depth: if median session time on the About/manifesto page is under 30 seconds, the manifesto is not landing as meaning. Target: median time ≥ 90 seconds for the manifesto-bearing page.
307
+ - **Engagement on About page** -- Scroll-to-bottom rate. A manifesto that holds together pulls the reader to the end. Target: ≥ 40% of arrivals scroll to bottom of the manifesto section (compare against site-wide scroll-to-bottom baseline).
308
+ - **Citation in user testimonials and inbound** -- Search inbound emails, sales-call transcripts, and customer testimonials for phrases lifted from the manifesto. When a user echoes a manifesto line back to you unprompted ("you said you'd never ship a feature you wouldn't use yourself -- that's why I trust this"), the manifesto has propagated. Target: at least 1 verbatim or near-verbatim manifesto citation per 30 customer touchpoints after 90 days post-ship.
309
+ - **Alignment with product and marketing decisions (qualitative)** -- Every Phase 1-8 decision in takeToMarket should be traceable to one of the 5 manifesto layers. Audit: pick 10 recent product or marketing decisions from the last 60 days and ask "which manifesto layer does this trace back to?" If fewer than 8 of 10 trace cleanly, the manifesto has not yet become the alignment instrument it should be.
310
+ - **5-second hero test on About page** -- Show the About page hero for 5 seconds to 5+ target-ICP testers. Ask: "What does this company stand for?" Target: 4 of 5 can name at least one value or the purpose unprompted. If they cannot, the manifesto's load-bearing elements are buried below the fold.
311
+ - **Team recall test** -- Ask 5 team members (or your future hires) to state the company's purpose and one value in one sentence each, unprompted. Drift between team recall and the written manifesto = the manifesto has not landed internally. Internal landing precedes external landing.
312
+ - **Brand-search lift on values-shaped queries** -- 90 days post-ship, monitor Google Search Console for queries that include values-shaped phrases unique to your manifesto (e.g., "[brand] never sells data", "[brand] open source commitment"). Rising query volume = the manifesto is shaping how the market searches for you.
313
+
314
+ ---
315
+
316
+ ## Sources
317
+
318
+ - [The Story of Telling -- Bernadette Jiwa's home and shop](https://thestoryoftelling.com/shop/) -- The canonical home of the Story Driven framework and Jiwa's full body of work, including the 5-part template.
319
+ - [Befreed -- Story Driven book summary](https://www.befreed.ai/book/story-driven-by-bernadette-jiwa) -- The competition-driven vs story-driven distinction and the 5 layers (Backstory → Values → Purpose → Vision → Strategy) in summary form.
320
+ - [Marketing Journal -- review of Meaningful: The Story of Ideas That Fly](https://www.marketingjournal.org/book-review-meaningful-the-story-of-ideas-that-fly-by-bernadette-jiwa/) -- The authenticity-over-cleverness principle and the "stories grounded in authenticity outperform stories grounded in cleverness" thesis.
321
+ - [Copyblogger -- How Bernadette Jiwa Writes](https://copyblogger.com/how-bernadette-jiwa-writes/) -- The "compete for meaning, not attention" frame and Jiwa's own writing process.
322
+ - [The Fortune Cookie Principle (Amazon)](https://www.amazon.com/Fortune-Cookie-Principle-great-business/dp/1489583947) -- The 20 elements that make a brand story stick; the source of the supplementary checks for first impressions, sensory cues, surprise, generosity, and ritual that a fully-loaded manifesto encodes.