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.
- package/.claude-plugin/marketplace.json +4 -4
- package/.claude-plugin/plugin.json +2 -2
- package/README.md +34 -11
- package/bin/lib/campaign.cjs +12 -8
- package/bin/lib/codebase-scan.cjs +86 -0
- package/bin/lib/config.cjs +129 -0
- package/bin/lib/deploy.cjs +36 -0
- package/bin/lib/deviation.cjs +1 -1
- package/bin/lib/drift-log.cjs +4 -4
- package/bin/lib/health.cjs +32 -31
- package/bin/lib/install-detect.cjs +62 -0
- package/bin/lib/legacy-folder.cjs +100 -0
- package/bin/lib/playwright-check.cjs +26 -0
- package/bin/lib/site-location.cjs +22 -0
- package/bin/lib/state.cjs +3 -3
- package/bin/lib/svg-render.cjs +42 -0
- package/bin/ttm-tools.cjs +136 -4
- package/gates/base-gates.md +8 -8
- package/gates/gate-evaluation.md +8 -8
- package/install.js +37 -3
- package/package.json +10 -6
- package/playbooks/aeo.md +218 -114
- package/playbooks/affiliate.md +225 -160
- package/playbooks/email.md +236 -174
- package/playbooks/events.md +303 -213
- package/playbooks/landing-pages.md +305 -0
- package/playbooks/linkedin.md +264 -142
- package/playbooks/manifesto.md +322 -0
- package/playbooks/paid-ads.md +240 -189
- package/playbooks/positioning.md +340 -0
- package/playbooks/pr-media.md +308 -168
- package/playbooks/pseo.md +426 -0
- package/playbooks/seo.md +251 -158
- package/playbooks/social.md +253 -182
- package/playbooks/youtube.md +286 -181
- package/references/brand-color-theory.md +48 -0
- package/references/codex-image-gen-research.md +58 -0
- package/references/context-loading.md +6 -6
- package/references/humanizer-patterns.md +433 -0
- package/references/inline-education-blurbs.md +461 -0
- package/references/landing-page-anatomy.md +64 -0
- package/references/linkedin-post-patterns.md +174 -0
- package/references/logo-design-principles.md +55 -0
- package/references/meta-gate-evaluation.md +3 -3
- package/references/obra-superpowers-conventions.md +170 -0
- package/references/playbook-leaders.md +472 -0
- package/references/playwright-mcp-setup.md +164 -0
- package/references/positioning-check-report.md +2 -2
- package/references/pseo-page-anatomy.md +56 -0
- package/references/pseo-templates/alternative-anatomy.md +31 -0
- package/references/pseo-templates/alternative-content-playbook.md +32 -0
- package/references/pseo-templates/blog-anatomy.md +28 -0
- package/references/pseo-templates/blog-content-playbook.md +36 -0
- package/references/pseo-templates/comparison-anatomy.md +29 -0
- package/references/pseo-templates/comparison-content-playbook.md +35 -0
- package/references/pseo-templates/use-case-anatomy.md +28 -0
- package/references/pseo-templates/use-case-content-playbook.md +30 -0
- package/skills/ttm-101/SKILL.md +25 -0
- package/skills/ttm-aeo-check/SKILL.md +17 -12
- package/skills/ttm-affiliate-kit/SKILL.md +5 -0
- package/skills/ttm-archive/SKILL.md +5 -0
- package/skills/ttm-brand-refresh/SKILL.md +5 -0
- package/skills/ttm-brief/SKILL.md +5 -0
- package/skills/ttm-competitor-scan/SKILL.md +5 -0
- package/skills/ttm-deploy/SKILL.md +22 -0
- package/skills/ttm-discover/SKILL.md +17 -0
- package/skills/ttm-email-check/SKILL.md +17 -0
- package/skills/ttm-email-preflight/SKILL.md +17 -11
- package/skills/ttm-fix/SKILL.md +5 -0
- package/skills/ttm-health/SKILL.md +6 -1
- package/skills/ttm-humanize/SKILL.md +33 -0
- package/skills/ttm-icp-refresh/SKILL.md +5 -0
- package/skills/ttm-improve-skill/SKILL.md +18 -0
- package/skills/ttm-init/SKILL.md +10 -3
- package/skills/ttm-keyword-map/SKILL.md +17 -11
- package/skills/ttm-landing/SKILL.md +19 -0
- package/skills/ttm-learn/SKILL.md +5 -0
- package/skills/ttm-linkedin-post/SKILL.md +26 -0
- package/skills/ttm-measure/SKILL.md +5 -0
- package/skills/ttm-new-campaign/SKILL.md +5 -0
- package/skills/ttm-next/SKILL.md +5 -0
- package/skills/ttm-playwright-setup/SKILL.md +18 -0
- package/skills/ttm-positioning-check/SKILL.md +5 -0
- package/skills/ttm-positioning-shift/SKILL.md +5 -0
- package/skills/ttm-produce/SKILL.md +5 -0
- package/skills/ttm-pseo/SKILL.md +26 -0
- package/skills/ttm-repurpose/SKILL.md +5 -0
- package/skills/ttm-request-skill/SKILL.md +18 -0
- package/skills/ttm-research/SKILL.md +18 -6
- package/skills/ttm-resume/SKILL.md +5 -0
- package/skills/ttm-review/SKILL.md +5 -0
- package/skills/ttm-seo/SKILL.md +64 -0
- package/skills/ttm-seo-audit/SKILL.md +17 -12
- package/skills/ttm-ship/SKILL.md +5 -0
- package/skills/ttm-state/SKILL.md +5 -0
- package/skills/ttm-update/SKILL.md +152 -4
- package/skills/ttm-verify/SKILL.md +5 -0
- package/templates/agents-md.md +14 -4
- package/templates/campaign-research.md +6 -6
- package/templates/campaign-state.md +1 -1
- package/templates/claude-md.md +14 -4
- package/templates/linkedin-base-template.md +48 -0
- package/templates/next-step-footer.md +13 -0
- package/templates/production-manifest.json +4 -4
- package/templates/pseo/alternative-cms-schema.json +65 -0
- package/templates/pseo/blog-cms-schema.json +55 -0
- package/templates/pseo/comparison-cms-schema.json +56 -0
- package/templates/pseo/use-case-cms-schema.json +62 -0
- package/templates/reference-files/brand.md +51 -0
- package/templates/reference-files/product-dna.md +73 -0
- package/templates/site-scaffold/app/globals.css +2 -0
- package/templates/site-scaffold/app/layout.tsx +17 -0
- package/templates/site-scaffold/app/page.tsx +33 -0
- package/templates/site-scaffold/app/robots.ts +8 -0
- package/templates/site-scaffold/app/sitemap.ts +10 -0
- package/templates/site-scaffold/app/tokens.css +21 -0
- package/templates/site-scaffold/components/Comparison.tsx +14 -0
- package/templates/site-scaffold/components/Faq.tsx +14 -0
- package/templates/site-scaffold/components/Features.tsx +14 -0
- package/templates/site-scaffold/components/FinalCta.tsx +17 -0
- package/templates/site-scaffold/components/Footer.tsx +12 -0
- package/templates/site-scaffold/components/Hero.tsx +22 -0
- package/templates/site-scaffold/components/HowItWorks.tsx +14 -0
- package/templates/site-scaffold/components/PricingTeaser.tsx +14 -0
- package/templates/site-scaffold/components/Problem.tsx +14 -0
- package/templates/site-scaffold/components/SocialProof.tsx +14 -0
- package/templates/site-scaffold/components/Solution.tsx +14 -0
- package/templates/site-scaffold/components/Testimonials.tsx +14 -0
- package/templates/site-scaffold/components/UseCases.tsx +14 -0
- package/templates/site-scaffold/content/.gitkeep +0 -0
- package/templates/site-scaffold/lib/.gitkeep +0 -0
- package/templates/site-scaffold/next.config.mjs +10 -0
- package/templates/site-scaffold/package.json +25 -0
- package/templates/site-scaffold/postcss.config.mjs +3 -0
- package/templates/site-scaffold/public/llms.txt +9 -0
- package/templates/site-scaffold/tsconfig.json +21 -0
- package/templates/verification-report.md +1 -1
- package/workflows/channel/linkedin-post.md +178 -0
- package/workflows/discipline/affiliate-kit.md +65 -6
- package/workflows/discipline/{email-preflight.md → email-check.md} +39 -4
- package/workflows/discipline/repurpose.md +82 -31
- package/workflows/discipline/{aeo-check.md → seo/aeo.md} +13 -6
- package/workflows/discipline/{seo-audit.md → seo/audit.md} +13 -6
- package/workflows/discipline/{keyword-map.md → seo/keyword-map.md} +13 -6
- package/workflows/education/ttm-101.md +114 -0
- package/workflows/lifecycle/brief-positioning-check.md +1 -1
- package/workflows/lifecycle/brief.md +64 -28
- package/workflows/lifecycle/{research.md → discover.md} +61 -19
- package/workflows/lifecycle/fix.md +72 -37
- package/workflows/lifecycle/humanize.md +280 -0
- package/workflows/lifecycle/learn.md +72 -35
- package/workflows/lifecycle/measure.md +54 -18
- package/workflows/lifecycle/produce.md +88 -37
- package/workflows/lifecycle/review.md +71 -25
- package/workflows/lifecycle/ship.md +62 -18
- package/workflows/lifecycle/verify.md +72 -26
- package/workflows/reference-mgmt/brand-refresh.md +50 -13
- package/workflows/reference-mgmt/competitor-scan.md +51 -15
- package/workflows/reference-mgmt/icp-refresh.md +48 -12
- package/workflows/reference-mgmt/positioning-check.md +55 -20
- package/workflows/reference-mgmt/positioning-shift.md +53 -17
- package/workflows/setup/init-brand-colors.md +75 -0
- package/workflows/setup/init-logo.md +113 -0
- package/workflows/setup/init-product-dna.md +83 -0
- package/workflows/setup/init-questions.md +166 -30
- package/workflows/setup/init-validation.md +22 -0
- package/workflows/setup/init.md +144 -39
- package/workflows/setup/new-campaign.md +48 -12
- package/workflows/site/deploy.md +98 -0
- package/workflows/site/landing.md +156 -0
- package/workflows/site/pseo.md +96 -0
- package/workflows/site/quality-gates.md +88 -0
- package/workflows/utility/archive.md +45 -9
- package/workflows/utility/health.md +77 -3
- package/workflows/utility/improve-skill.md +233 -0
- package/workflows/utility/next.md +38 -2
- package/workflows/utility/playwright-setup.md +128 -0
- package/workflows/utility/request-skill.md +218 -0
- package/workflows/utility/resume.md +40 -3
- 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
|
-
|
|
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
|
|
6
|
+
allowed-tools: Read
|
|
8
7
|
---
|
|
9
8
|
|
|
10
|
-
# /ttm-email-preflight
|
|
9
|
+
# /ttm-email-preflight (DEPRECATED)
|
|
11
10
|
|
|
12
|
-
|
|
11
|
+
Renamed to `/ttm-email-check` in v2.3.0.
|
|
13
12
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
-
|
|
18
|
-
-
|
|
19
|
-
|
|
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 -->
|
package/skills/ttm-fix/SKILL.md
CHANGED
|
@@ -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 .
|
|
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 -->
|
package/skills/ttm-init/SKILL.md
CHANGED
|
@@ -1,12 +1,19 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ttm-init
|
|
3
3
|
description: >
|
|
4
|
-
Interview-driven onboarding that generates
|
|
5
|
-
|
|
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
|
-
|
|
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
|
|
6
|
+
allowed-tools: Read
|
|
8
7
|
---
|
|
9
8
|
|
|
10
|
-
# /ttm-keyword-map
|
|
9
|
+
# /ttm-keyword-map (DEPRECATED)
|
|
11
10
|
|
|
12
|
-
|
|
11
|
+
Merged into `/ttm-seo keyword-map` in v2.3.0.
|
|
13
12
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
-
|
|
18
|
-
-
|
|
19
|
-
|
|
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 -->
|
package/skills/ttm-next/SKILL.md
CHANGED
|
@@ -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
|
-
|
|
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
|
|
6
|
+
allowed-tools: Read
|
|
9
7
|
---
|
|
10
8
|
|
|
11
|
-
# /ttm-research
|
|
9
|
+
# /ttm-research (DEPRECATED)
|
|
12
10
|
|
|
13
|
-
|
|
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 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
|
-
|
|
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
|
|
6
|
+
allowed-tools: Read
|
|
9
7
|
---
|
|
10
8
|
|
|
11
|
-
# /ttm-seo-audit
|
|
9
|
+
# /ttm-seo-audit (DEPRECATED)
|
|
12
10
|
|
|
13
|
-
|
|
11
|
+
Merged into `/ttm-seo audit` in v2.3.0.
|
|
14
12
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
|
|
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 -->
|
package/skills/ttm-ship/SKILL.md
CHANGED
|
@@ -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 -->
|