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,17 @@
1
+ ---
2
+ name: ttm-email-check
3
+ description: >
4
+ Deliverability, dark-mode, and spam-trigger check for email assets.
5
+ Run before sending any email campaign.
6
+ disable-model-invocation: true
7
+ allowed-tools: Read Write Bash Grep
8
+ ---
9
+
10
+ # /ttm-email-check
11
+
12
+ Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/discipline/email-check.md`.
13
+
14
+ ## Next steps
15
+
16
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
17
+ <!-- next-step-footer -->
@@ -1,19 +1,25 @@
1
1
  ---
2
2
  name: ttm-email-preflight
3
3
  description: >
4
- Deliverability, dark-mode, and spam-trigger scan for email assets.
5
- Use before sending any email campaign.
4
+ [DEPRECATED v2.3.0 -> removed v2.4.0] Renamed to /ttm-email-check.
6
5
  disable-model-invocation: true
7
- allowed-tools: Read Write Bash Glob Grep
6
+ allowed-tools: Read
8
7
  ---
9
8
 
10
- # /ttm-email-preflight
9
+ # /ttm-email-preflight (DEPRECATED)
11
10
 
12
- Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/discipline/email-preflight.md`
11
+ Renamed to `/ttm-email-check` in v2.3.0.
13
12
 
14
- This command will:
15
- - Scan email content for spam trigger words and phrases
16
- - Check dark-mode rendering compatibility
17
- - Validate deliverability factors (subject line length, preheader, etc.)
18
- - Verify links, UTM parameters, and unsubscribe compliance
19
- - Generate a preflight report with pass/fail per check
13
+ Print:
14
+
15
+ ```
16
+ ⚠️ /ttm-email-preflight is deprecated.
17
+ Use /ttm-email-check instead. Running /ttm-email-check now...
18
+ ```
19
+
20
+ Invoke `Skill` tool with `skill: ttm-email-check`.
21
+
22
+ ## Next steps
23
+
24
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
25
+ <!-- next-step-footer -->
@@ -11,3 +11,8 @@ allowed-tools: Read Write Bash Glob Grep Task AskUserQuestion
11
11
  # /ttm-fix
12
12
 
13
13
  Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/lifecycle/fix.md`
14
+
15
+ ## Next steps
16
+
17
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
18
+ <!-- next-step-footer -->
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: ttm-health
3
3
  description: >
4
- Validate .marketing/ directory integrity, reference file completeness,
4
+ Validate .taketomarket/ directory integrity, reference file completeness,
5
5
  and state consistency. Auto-triggers when potential issues detected.
6
6
  disable-model-invocation: false
7
7
  allowed-tools: Read Bash Glob Grep
@@ -10,3 +10,8 @@ allowed-tools: Read Bash Glob Grep
10
10
  # /ttm-health
11
11
 
12
12
  Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/utility/health.md`
13
+
14
+ ## Next steps
15
+
16
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
17
+ <!-- next-step-footer -->
@@ -0,0 +1,33 @@
1
+ ---
2
+ name: ttm-humanize
3
+ description: >
4
+ Mandatory final-step humanizer. Detects and rewrites AI writing patterns
5
+ (inflated symbolism, em-dash overuse, rule-of-three, AI vocab, passive voice,
6
+ filler phrases) and matches the user's voice from BRAND.md samples. Runs on
7
+ every audience-facing asset before write. Also runnable ad-hoc on any file or
8
+ pasted text.
9
+ disable-model-invocation: false
10
+ context: fork
11
+ allowed-tools: Read Write Edit Grep Glob AskUserQuestion
12
+ ---
13
+
14
+ # /ttm-humanize
15
+
16
+ Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/lifecycle/humanize.md`.
17
+
18
+ Required reading:
19
+ - `${CLAUDE_PLUGIN_ROOT}/references/humanizer-patterns.md` -- pattern catalog.
20
+ - `.taketomarket/BRAND.md` -- voice + tone + banned words.
21
+ - `.taketomarket/POSITIONING.md` -- must-not-say.
22
+
23
+ ## Invocation modes
24
+
25
+ **Mode A -- Auto (called by other skills):**
26
+ Other producing skills call `/ttm-humanize` with the draft path as input. The skill rewrites in place and returns control.
27
+
28
+ **Mode B -- Manual:**
29
+ User runs `/ttm-humanize <file>` or pastes text. Skill rewrites and either writes back or prints the result.
30
+
31
+ ## Next steps
32
+
33
+ Standard footer: see `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
@@ -17,3 +17,8 @@ This command will:
17
17
  - Propose ICP updates with evidence citations
18
18
  - Validate changes don't conflict with POSITIONING.md
19
19
  - Update ICP.md with human approval gate
20
+
21
+ ## Next steps
22
+
23
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
24
+ <!-- next-step-footer -->
@@ -0,0 +1,18 @@
1
+ ---
2
+ name: ttm-improve-skill
3
+ description: >
4
+ File a GitHub issue requesting changes to an existing takeToMarket skill.
5
+ Auto-uses gh CLI if installed and authed; otherwise opens a pre-filled
6
+ GitHub issue URL in your browser.
7
+ disable-model-invocation: false
8
+ allowed-tools: Read Bash AskUserQuestion Glob
9
+ ---
10
+
11
+ # /ttm-improve-skill
12
+
13
+ Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/utility/improve-skill.md`.
14
+
15
+ ## Next steps
16
+
17
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
18
+ <!-- next-step-footer -->
@@ -1,12 +1,19 @@
1
1
  ---
2
2
  name: ttm-init
3
3
  description: >
4
- Interview-driven onboarding that generates all .marketing/ reference files
5
- from structured questioning. Use when setting up takeToMarket for a new project.
4
+ Interview-driven onboarding that generates .taketomarket/ reference files
5
+ (POSITIONING, BRAND, ICP, PRODUCT-DNA) with brand colors + logo. Supports
6
+ YOLO mode for non-critical question skipping. Use when setting up
7
+ takeToMarket for a new project.
6
8
  disable-model-invocation: true
7
- allowed-tools: Read Write Bash Glob Grep AskUserQuestion
9
+ allowed-tools: Read Write Edit Bash Glob Grep AskUserQuestion
8
10
  ---
9
11
 
10
12
  # /ttm-init
11
13
 
12
14
  Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/setup/init.md`
15
+
16
+ ## Next steps
17
+
18
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
19
+ <!-- next-step-footer -->
@@ -1,19 +1,25 @@
1
1
  ---
2
2
  name: ttm-keyword-map
3
3
  description: >
4
- Generate keyword cluster map with intent tags. Use for content planning
5
- and SEO strategy development.
4
+ [DEPRECATED v2.3.0 -> removed v2.4.0] Merged into /ttm-seo keyword-map.
6
5
  disable-model-invocation: true
7
- allowed-tools: Read Write Bash Glob Grep
6
+ allowed-tools: Read
8
7
  ---
9
8
 
10
- # /ttm-keyword-map
9
+ # /ttm-keyword-map (DEPRECATED)
11
10
 
12
- Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/discipline/keyword-map.md`
11
+ Merged into `/ttm-seo keyword-map` in v2.3.0.
13
12
 
14
- This command will:
15
- - Generate keyword clusters from seed terms and competitor analysis
16
- - Tag each cluster with search intent (informational, navigational, transactional)
17
- - Map clusters to campaign topics and content types
18
- - Prioritize clusters by opportunity and alignment with positioning
19
- - Output a structured keyword map for campaign planning
13
+ Print:
14
+
15
+ ```
16
+ ⚠️ /ttm-keyword-map is deprecated.
17
+ Use /ttm-seo keyword-map [seed-keyword] instead. Running /ttm-seo keyword-map now...
18
+ ```
19
+
20
+ Invoke `Skill` tool with `skill: ttm-seo`, args: `keyword-map` plus any user-passed args.
21
+
22
+ ## Next steps
23
+
24
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
25
+ <!-- next-step-footer -->
@@ -0,0 +1,19 @@
1
+ ---
2
+ name: ttm-landing
3
+ description: >
4
+ Scaffold + design + write copy for a Next.js marketing site (home, product,
5
+ pricing, about) using your brand colors, positioning, and PRODUCT-DNA.
6
+ Produces SSR + SSG site ready to deploy via /ttm-deploy. Use after /ttm-init
7
+ is complete.
8
+ disable-model-invocation: true
9
+ allowed-tools: Read Write Bash Glob Grep AskUserQuestion
10
+ ---
11
+
12
+ # /ttm-landing
13
+
14
+ Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/site/landing.md`.
15
+
16
+ ## Next steps
17
+
18
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
19
+ <!-- next-step-footer -->
@@ -12,3 +12,8 @@ allowed-tools: Read Write Bash Glob Grep AskUserQuestion
12
12
  # /ttm-learn
13
13
 
14
14
  Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/lifecycle/learn.md`
15
+
16
+ ## Next steps
17
+
18
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
19
+ <!-- next-step-footer -->
@@ -0,0 +1,26 @@
1
+ ---
2
+ name: ttm-linkedin-post
3
+ description: >
4
+ Generate a LinkedIn post in your voice. First run interviews you for 2-5
5
+ author profiles to mimic, scrapes their recent posts via Playwright MCP,
6
+ and builds .taketomarket/PLAYBOOKS/linkedin-base.md. Subsequent runs use
7
+ that base + post history + news web search to draft posts. Final draft
8
+ passes through /ttm-humanize before output.
9
+ disable-model-invocation: true
10
+ allowed-tools: Read Write Bash Glob Grep AskUserQuestion WebSearch
11
+ ---
12
+
13
+ # /ttm-linkedin-post
14
+
15
+ Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/channel/linkedin-post.md`.
16
+
17
+ ## Flags
18
+
19
+ - `--rebuild-base` — re-interview + re-scrape authors to refresh linkedin-base.md.
20
+ - `--no-news` — skip the news web search.
21
+ - `--topic <text>` — seed topic for this post.
22
+
23
+ ## Next steps
24
+
25
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
26
+ <!-- next-step-footer -->
@@ -12,3 +12,8 @@ allowed-tools: Read Write Bash Glob Grep
12
12
  # /ttm-measure
13
13
 
14
14
  Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/lifecycle/measure.md`
15
+
16
+ ## Next steps
17
+
18
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
19
+ <!-- next-step-footer -->
@@ -11,3 +11,8 @@ allowed-tools: Read Write Bash
11
11
  # /ttm-new-campaign
12
12
 
13
13
  Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/setup/new-campaign.md`
14
+
15
+ ## Next steps
16
+
17
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
18
+ <!-- next-step-footer -->
@@ -10,3 +10,8 @@ allowed-tools: Read Bash Glob
10
10
  # /ttm-next
11
11
 
12
12
  Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/utility/next.md`
13
+
14
+ ## Next steps
15
+
16
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
17
+ <!-- next-step-footer -->
@@ -0,0 +1,18 @@
1
+ ---
2
+ name: ttm-playwright-setup
3
+ description: >
4
+ Walk through installing Playwright MCP server + Chrome extension bridge.
5
+ Enables competitor-scan fallback, LinkedIn/Twitter author scraping, and
6
+ landing/pSEO visual + performance gates. Run once per machine.
7
+ disable-model-invocation: true
8
+ allowed-tools: Read Write Bash AskUserQuestion
9
+ ---
10
+
11
+ # /ttm-playwright-setup
12
+
13
+ Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/utility/playwright-setup.md`.
14
+
15
+ ## Next steps
16
+
17
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
18
+ <!-- next-step-footer -->
@@ -17,3 +17,8 @@ This command will:
17
17
  - Calculate positioning drift percentage and categorize drift types
18
18
  - Perform bleeding analysis (where positioning leaks into wrong territory)
19
19
  - Report findings with 3 options: Correct, Accept+log, Escalate to shift
20
+
21
+ ## Next steps
22
+
23
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
24
+ <!-- next-step-footer -->
@@ -17,3 +17,8 @@ This command will:
17
17
  - Create a deprecation schedule for old positioning assets
18
18
  - Present the full change for human approval (mandatory gate)
19
19
  - Update POSITIONING.md only after approval
20
+
21
+ ## Next steps
22
+
23
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
24
+ <!-- next-step-footer -->
@@ -12,3 +12,8 @@ allowed-tools: Read Write Bash Glob Grep Task
12
12
  # /ttm-produce
13
13
 
14
14
  Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/lifecycle/produce.md`
15
+
16
+ ## Next steps
17
+
18
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
19
+ <!-- next-step-footer -->
@@ -0,0 +1,26 @@
1
+ ---
2
+ name: ttm-pseo
3
+ description: >
4
+ Generate programmatic SEO routes (blog, use-case, comparison, alternative)
5
+ inside your existing /ttm-landing site. Each template has dedicated anatomy
6
+ and content playbook. JSON CMS input drives generation. AEO + SEO optimized.
7
+ disable-model-invocation: true
8
+ allowed-tools: Read Write Bash Glob Grep AskUserQuestion
9
+ ---
10
+
11
+ # /ttm-pseo
12
+
13
+ Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/site/pseo.md`.
14
+
15
+ ## Subcommands
16
+
17
+ - `/ttm-pseo new <template> <slug>` — create a single new page.
18
+ - `/ttm-pseo from-json <template> <path-to-json>` — create N pages from JSON array.
19
+ - `/ttm-pseo list` — list all pSEO routes in site.
20
+
21
+ Where `<template>` is one of: blog, use-case, comparison, alternative.
22
+
23
+ ## Next steps
24
+
25
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
26
+ <!-- next-step-footer -->
@@ -18,3 +18,8 @@ This command will:
18
18
  - Produce each derivative in a fresh context (wave-parallel)
19
19
  - Verify each derivative through the full quality gate wall
20
20
  - Track all derivatives as linked assets in the campaign
21
+
22
+ ## Next steps
23
+
24
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
25
+ <!-- next-step-footer -->
@@ -0,0 +1,18 @@
1
+ ---
2
+ name: ttm-request-skill
3
+ description: >
4
+ File a GitHub issue requesting a new takeToMarket skill. Auto-uses gh CLI
5
+ if installed and authed; otherwise opens a pre-filled GitHub issue URL in
6
+ your browser.
7
+ disable-model-invocation: false
8
+ allowed-tools: Read Bash AskUserQuestion
9
+ ---
10
+
11
+ # /ttm-request-skill
12
+
13
+ Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/utility/request-skill.md`.
14
+
15
+ ## Next steps
16
+
17
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
18
+ <!-- next-step-footer -->
@@ -1,13 +1,25 @@
1
1
  ---
2
2
  name: ttm-research
3
3
  description: >
4
- Discover phase: perform market and audience research including SERP analysis,
5
- competitor content audit, and ambient narrative mapping. Use after creating a campaign.
6
- argument-hint: "[campaign-slug]"
4
+ [DEPRECATED v2.3.0 -> removed v2.4.0] Renamed to /ttm-discover.
7
5
  disable-model-invocation: true
8
- allowed-tools: Read Write Bash Glob Grep
6
+ allowed-tools: Read
9
7
  ---
10
8
 
11
- # /ttm-research
9
+ # /ttm-research (DEPRECATED)
12
10
 
13
- Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/lifecycle/research.md`
11
+ This skill was renamed to `/ttm-discover` in v2.3.0 and will be removed in v2.4.0.
12
+
13
+ Print to user:
14
+
15
+ ```
16
+ ⚠️ /ttm-research is deprecated.
17
+ Use /ttm-discover instead. Running /ttm-discover now...
18
+ ```
19
+
20
+ Then invoke the `Skill` tool with `skill: ttm-discover` and pass through any arguments.
21
+
22
+ ## Next steps
23
+
24
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
25
+ <!-- next-step-footer -->
@@ -11,3 +11,8 @@ allowed-tools: Read Write Bash Glob
11
11
  # /ttm-resume
12
12
 
13
13
  Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/utility/resume.md`
14
+
15
+ ## Next steps
16
+
17
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
18
+ <!-- next-step-footer -->
@@ -11,3 +11,8 @@ allowed-tools: Read Write Bash Glob Grep AskUserQuestion
11
11
  # /ttm-review
12
12
 
13
13
  Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/lifecycle/review.md`
14
+
15
+ ## Next steps
16
+
17
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
18
+ <!-- next-step-footer -->
@@ -0,0 +1,64 @@
1
+ ---
2
+ name: ttm-seo
3
+ description: >
4
+ Unified SEO + AEO toolkit. Subcommands: audit (URL/sitemap technical+content audit),
5
+ keyword-map (cluster generation with intent tags), aeo (citation status across AI engines).
6
+ disable-model-invocation: true
7
+ allowed-tools: Read Write Bash Glob Grep WebSearch WebFetch
8
+ ---
9
+
10
+ # /ttm-seo
11
+
12
+ ## Step 0: First-run inline education
13
+
14
+ Read `.taketomarket/CONFIG.md`. Parse `first_run_seen` (object) and `inline_education` (boolean, default true).
15
+
16
+ If `inline_education` is false: skip this step. Else if `first_run_seen.ttm-seo` is not `true`, print the explainer below verbatim, then mark this skill as seen:
17
+
18
+ ```bash
19
+ node "${CLAUDE_PLUGIN_ROOT}/bin/ttm-tools.cjs" first-run mark ttm-seo
20
+ ```
21
+
22
+ Use this exact check (bash) to decide whether to print: `node "${CLAUDE_PLUGIN_ROOT}/bin/ttm-tools.cjs" first-run check ttm-seo --raw` -- the JSON `seen` field is `true` once the explainer has run before.
23
+
24
+ ### Explainer for `/ttm-seo`
25
+
26
+ `/ttm-seo` is the unified SEO + AEO toolkit. Subcommands: `audit`
27
+ runs a URL or sitemap through technical and content checks;
28
+ `keyword-map` generates a topic cluster with intent tags;
29
+ `aeo` measures your citation status across Google AI Overviews,
30
+ ChatGPT search, and Perplexity for a target query.
31
+
32
+ Why it matters: SEO and Answer Engine Optimization (AEO) share most
33
+ fundamentals -- structured content, clear claims, citation-worthy
34
+ formatting -- but diverge on a few signals. Treating them as one
35
+ toolkit with three modes prevents the trap of optimizing for Google
36
+ in a way that breaks AEO citation.
37
+
38
+ (Canonical source: `references/inline-education-blurbs.md`. Embedded verbatim because workflows do not @-resolve files at runtime.)
39
+
40
+ ---
41
+
42
+ Routes to one of three subcommand workflows based on the first argument.
43
+
44
+ ## Usage
45
+
46
+ ```
47
+ /ttm-seo audit <url-or-sitemap> → workflows/discipline/seo/audit.md
48
+ /ttm-seo keyword-map [seed-keyword] → workflows/discipline/seo/keyword-map.md
49
+ /ttm-seo aeo <query> → workflows/discipline/seo/aeo.md
50
+ ```
51
+
52
+ ## Workflow
53
+
54
+ Parse first positional arg:
55
+ - `audit` → read and follow `${CLAUDE_PLUGIN_ROOT}/workflows/discipline/seo/audit.md`
56
+ - `keyword-map` → read and follow `${CLAUDE_PLUGIN_ROOT}/workflows/discipline/seo/keyword-map.md`
57
+ - `aeo` → read and follow `${CLAUDE_PLUGIN_ROOT}/workflows/discipline/seo/aeo.md`
58
+ - anything else: print usage and exit.
59
+ - After matching a subcommand, strip it from `$ARGUMENTS` and forward the remainder to the workflow as the new `$ARGUMENTS` value. Example: `/ttm-seo audit https://example.com` → workflow receives `$ARGUMENTS=https://example.com`.
60
+
61
+ ## Next steps
62
+
63
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
64
+ <!-- next-step-footer -->
@@ -1,20 +1,25 @@
1
1
  ---
2
2
  name: ttm-seo-audit
3
3
  description: >
4
- Technical and content SEO audit of a URL or sitemap. Use for on-demand
5
- SEO analysis of published content.
6
- argument-hint: "[url-or-sitemap]"
4
+ [DEPRECATED v2.3.0 -> removed v2.4.0] Merged into /ttm-seo audit.
7
5
  disable-model-invocation: true
8
- allowed-tools: Read Write Bash Glob Grep
6
+ allowed-tools: Read
9
7
  ---
10
8
 
11
- # /ttm-seo-audit
9
+ # /ttm-seo-audit (DEPRECATED)
12
10
 
13
- Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/discipline/seo-audit.md`
11
+ Merged into `/ttm-seo audit` in v2.3.0.
14
12
 
15
- This command will:
16
- - Perform technical SEO analysis (meta tags, structure, schema markup)
17
- - Audit content SEO (keyword usage, headings, internal linking)
18
- - Check against SEO playbook best practices
19
- - Generate an actionable audit report with priorities
20
- - Suggest fixes aligned with positioning and campaign goals
13
+ Print:
14
+
15
+ ```
16
+ ⚠️ /ttm-seo-audit is deprecated.
17
+ Use /ttm-seo audit <url-or-sitemap> instead. Running /ttm-seo audit now...
18
+ ```
19
+
20
+ Invoke `Skill` tool with `skill: ttm-seo`, args: `audit` plus any user-passed args.
21
+
22
+ ## Next steps
23
+
24
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
25
+ <!-- next-step-footer -->
@@ -11,3 +11,8 @@ allowed-tools: Read Write Bash Glob Grep AskUserQuestion
11
11
  # /ttm-ship
12
12
 
13
13
  Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/lifecycle/ship.md`
14
+
15
+ ## Next steps
16
+
17
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
18
+ <!-- next-step-footer -->
@@ -11,3 +11,8 @@ allowed-tools: Read Bash Glob
11
11
  # /ttm-state
12
12
 
13
13
  Read and follow the workflow at `${CLAUDE_PLUGIN_ROOT}/workflows/utility/state.md`
14
+
15
+ ## Next steps
16
+
17
+ See `${CLAUDE_PLUGIN_ROOT}/templates/next-step-footer.md`.
18
+ <!-- next-step-footer -->