taketomarket 2.3.1 → 2.3.3

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.
@@ -1,23 +1,28 @@
1
1
  {
2
2
  "name": "taketomarket",
3
- "description": "Marketing OS for developerneurs + solopreneurs — engineers shipping products with zero marketing experience. Spec-driven campaigns with positioning-invariant quality gates.",
4
- "version": "2.3.1",
5
- "author": {
3
+ "owner": {
6
4
  "name": "Rishikesh Ranjan",
7
5
  "url": "https://github.com/ranjanrishikesh"
8
6
  },
9
- "homepage": "https://www.npmjs.com/package/taketomarket",
10
- "repository": "https://github.com/ranjanrishikesh/taketomarket",
11
- "license": "MIT",
12
- "keywords": [
13
- "marketing",
14
- "campaigns",
15
- "positioning",
16
- "quality-gates",
17
- "agent-skills",
18
- "developerneurs",
19
- "solopreneurs",
20
- "gtm",
21
- "indie-hackers"
7
+ "plugins": [
8
+ {
9
+ "name": "taketomarket",
10
+ "source": "./",
11
+ "description": "Marketing OS for developerneurs + solopreneurs — engineers shipping products with zero marketing experience. Spec-driven campaigns with positioning-invariant quality gates.",
12
+ "version": "2.3.3",
13
+ "homepage": "https://www.npmjs.com/package/taketomarket",
14
+ "license": "MIT",
15
+ "keywords": [
16
+ "marketing",
17
+ "campaigns",
18
+ "positioning",
19
+ "quality-gates",
20
+ "agent-skills",
21
+ "developerneurs",
22
+ "solopreneurs",
23
+ "gtm",
24
+ "indie-hackers"
25
+ ]
26
+ }
22
27
  ]
23
28
  }
@@ -1,10 +1,14 @@
1
1
  {
2
2
  "name": "taketomarket",
3
- "version": "2.3.1",
3
+ "displayName": "taketomarket",
4
+ "version": "2.3.3",
4
5
  "description": "Marketing OS for developerneurs and solopreneurs. Built for engineers shipping products with zero marketing experience required. Spec-driven campaigns with positioning-as-invariant enforcement and quality gate walls.",
5
6
  "author": {
6
- "name": "takeToMarket"
7
+ "name": "Rishikesh Ranjan",
8
+ "url": "https://github.com/ranjanrishikesh"
7
9
  },
10
+ "homepage": "https://github.com/ranjanrishikesh/taketomarket",
11
+ "repository": "https://github.com/ranjanrishikesh/taketomarket",
8
12
  "license": "MIT",
9
13
  "keywords": ["marketing", "campaigns", "positioning", "quality-gates", "agent-skills"]
10
14
  }
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  **Marketing OS for developerneurs and solopreneurs.** Built for engineers shipping products with zero marketing experience required.
7
7
 
8
- takeToMarket is a Claude Code / Codex skill set that brings spec-driven development to marketing. Every campaign, asset, and channel is a spec-driven unit with a verifiable outcome metric and a positioning-invariant quality gate wall.
8
+ taketomarket is a Claude Code / Codex skill set that brings spec-driven development to marketing. Every campaign, asset, and channel is a spec-driven unit with a verifiable outcome metric and a positioning-invariant quality gate wall.
9
9
 
10
10
  **Core invariant:** Every marketing asset ships with a verifiable outcome metric and passes through a positioning-invariant quality gate wall — no asset ships without both, ever.
11
11
 
@@ -15,19 +15,19 @@ takeToMarket is a Claude Code / Codex skill set that brings spec-driven developm
15
15
  - **Solopreneurs with engineering backgrounds** — founders who code their MVP themselves.
16
16
  - **Indie hackers** — anyone shipping a product who has zero or near-zero marketing/growth experience.
17
17
 
18
- If you can write code but have never built a landing page, written a positioning statement, or thought about ICPs — takeToMarket gives you the operating system. The AI does the marketing work; you stay in control of the decisions.
18
+ If you can write code but have never built a landing page, written a positioning statement, or thought about ICPs — taketomarket gives you the operating system. The AI does the marketing work; you stay in control of the decisions.
19
19
 
20
20
  ## Who this is NOT for
21
21
 
22
- - Full-time marketers who already have a stack — takeToMarket overlaps with what you already do.
22
+ - Full-time marketers who already have a stack — taketomarket overlaps with what you already do.
23
23
  - Agencies serving multiple clients — built for one product per workspace.
24
- - Anyone wanting a one-click blog generator — takeToMarket is opinionated, slower, and quality-gated by design.
24
+ - Anyone wanting a one-click blog generator — taketomarket is opinionated, slower, and quality-gated by design.
25
25
 
26
26
  ## What it is / What it isn't
27
27
 
28
28
  **IS:** A marketing OS that treats every campaign, asset, and channel as a spec-driven unit with a verifiable outcome, a positioning invariant, and a quality gate wall. Persistent state. Compound learnings. Nine-phase lifecycle enforcement.
29
29
 
30
- **IS NOT:** A content generator, one-click blog writer, or social media scheduler. Not a replacement for marketers — it is the operating system a marketer uses to ship more, drift less, and compound learnings. Not a reporting dashboard. Not a scheduler. takeToMarket enforces discipline; it does not generate random content.
30
+ **IS NOT:** A content generator, one-click blog writer, or social media scheduler. Not a replacement for marketers — it is the operating system a marketer uses to ship more, drift less, and compound learnings. Not a reporting dashboard. Not a scheduler. taketomarket enforces discipline; it does not generate random content.
31
31
 
32
32
  ## Requirements
33
33
 
@@ -50,28 +50,29 @@ Flags:
50
50
  - `--check` — show install status without installing
51
51
  - `--runtime <claude|codex>` — skip interactive prompt, install to one runtime
52
52
 
53
- ### Option 2 — Claude Code plugin marketplace
53
+ ### Option 2 — Claude Code plugin marketplace (community)
54
54
 
55
55
  ```
56
- /plugin install taketomarket@claude-plugins-official
56
+ /plugin marketplace add anthropics/claude-plugins-community
57
+ /plugin install taketomarket@claude-community
57
58
  ```
58
59
 
59
- > Status: pending marketplace approval. Check https://github.com/ranjanrishikesh/taketomarket for current status.
60
+ Published to the community marketplace on 2026-05-14. The community catalog syncs nightly, so newly approved updates may take up to 24h to appear. If install fails, confirm `taketomarket` is listed in the [community catalog](https://github.com/anthropics/claude-plugins-community/blob/main/.claude-plugin/marketplace.json).
60
61
 
61
62
  ### Option 3 — Direct from GitHub (Claude Code)
62
63
 
63
64
  ```
64
65
  /plugin marketplace add ranjanrishikesh/taketomarket
65
- /plugin install taketomarket
66
+ /plugin install taketomarket@taketomarket
66
67
  ```
67
68
 
68
- This uses the Claude Code plugin system to install directly from the GitHub repo. Run both commands in Claude Code's chat.
69
+ Installs the latest commit on `main` directly from this repo. Useful for trying unreleased fixes before they reach the community catalog. The `@taketomarket` suffix matches the marketplace name declared in `.claude-plugin/marketplace.json`.
69
70
 
70
71
  ### Option 4 — Manual (advanced)
71
72
 
72
73
  ```bash
73
74
  git clone https://github.com/ranjanrishikesh/taketomarket
74
- cd takeToMarket
75
+ cd taketomarket
75
76
  node install.js
76
77
  ```
77
78
 
@@ -83,33 +84,40 @@ node install.js
83
84
  /ttm-produce # run production wave
84
85
  ```
85
86
 
87
+ > **Plugin install users (Options 2 + 3):** commands are namespaced — use `/taketomarket:ttm-init`, `/taketomarket:ttm-new-campaign`, etc. The bare `/ttm-*` form only works when installed via `npx taketomarket` (Option 1) or manually (Option 4) into the standalone skills directory.
88
+
86
89
  ## Runtime Notes
87
90
 
88
- Commands vary by tool:
91
+ Commands vary by tool and install path:
89
92
 
90
- | Runtime | Install path | Invocation |
91
- |---------|-------------|------------|
92
- | Claude Code | `~/.claude/skills/` | `/ttm-init` |
93
- | Codex | `~/.codex/skills/` or `~/.agents/skills/` | `$ttm-init` or mention by name |
94
- | Cursor | `~/.cursor/skills/` | `/ttm-init` |
95
- | Windsurf | `~/.codeium/windsurf/skills/` | `@ttm-init` |
96
- | Gemini CLI | `~/.gemini/skills/` | automatic or `/skills enable` |
93
+ | Runtime | Install path | Invocation (standalone via npx) | Invocation (plugin install) |
94
+ |---------|--------------|---------------------------------|----------------------------|
95
+ | Claude Code | `~/.claude/skills/` | `/ttm-init` | `/taketomarket:ttm-init` |
96
+ | Codex | `~/.codex/skills/` or `~/.agents/skills/` | `$ttm-init` or mention by name | n/a (plugin install is Claude Code only) |
97
+ | Cursor | `~/.cursor/skills/` | `/ttm-init` | n/a |
98
+ | Windsurf | `~/.codeium/windsurf/skills/` | `@ttm-init` | n/a |
99
+ | Gemini CLI | `~/.gemini/skills/` | automatic or `/skills enable` | n/a |
97
100
 
98
101
  All non-Claude runtimes also support `~/.agents/skills/` as a universal path. Select **option 6** during install to use it.
99
102
 
100
103
  ## Campaign Lifecycle
101
104
 
102
- 1. **Init** set up workspace and reference files
103
- 2. **New Campaign** — create campaign directory with initialized state
104
- 3. **Research** — discover market, audience, and ambient narrative
105
- 4. **Brief** — generate brief with mandatory outcome metrics
106
- 5. **Produce** — generate assets in isolated contexts with full reference loading
107
- 6. **Review** — human quality evaluation with structured checklist
108
- 7. **Fix** — root cause analysis, re-produce, re-verify (capped 3×)
109
- 8. **Verify** — quality gate wall check across all assets
110
- 9. **Ship** — launch checklist confirming tracking, UTMs, funnel testing
111
- 10. **Measure** — analytics vs outcome metrics with attribution models
112
- 11. **Learn** — extract lessons, propose reference file edits, log to LEARNINGS.md
105
+ ### Setup (one-time per workspace + per campaign)
106
+
107
+ - **Init** (`/ttm-init`) set up workspace and reference files
108
+ - **New Campaign** (`/ttm-new-campaign`) create campaign directory with initialized state
109
+
110
+ ### 9-Phase Lifecycle
111
+
112
+ 1. **Discover** — research market, audience, and ambient narrative
113
+ 2. **Brief** — generate brief with mandatory outcome metrics
114
+ 3. **Produce** — generate assets in isolated contexts with full reference loading
115
+ 4. **Review** — human quality evaluation with structured checklist
116
+ 5. **Fix** — root cause analysis, re-produce, re-verify (capped 3×)
117
+ 6. **Verify** — quality gate wall check across all assets
118
+ 7. **Ship** — launch checklist confirming tracking, UTMs, funnel testing
119
+ 8. **Measure** — analytics vs outcome metrics with attribution models
120
+ 9. **Learn** — extract lessons, propose reference file edits, log to LEARNINGS.md
113
121
 
114
122
  ## Command Reference
115
123
 
@@ -164,7 +172,7 @@ MIT — see [LICENSE](LICENSE).
164
172
 
165
173
  ## Privacy & Security
166
174
 
167
- takeToMarket runs entirely on your local filesystem. No data collection, no telemetry, no servers. See [SECURITY.md](SECURITY.md) for the combined privacy and security policy.
175
+ taketomarket runs entirely on your local filesystem. No data collection, no telemetry, no servers. See [SECURITY.md](SECURITY.md) for the combined privacy and security policy.
168
176
 
169
177
  ## Contributing
170
178
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taketomarket",
3
- "version": "2.3.1",
3
+ "version": "2.3.3",
4
4
  "description": "Marketing OS for developerneurs and solopreneurs. Built for engineers shipping products with zero marketing experience required. Spec-driven campaigns with positioning-as-invariant enforcement and quality gate walls.",
5
5
  "license": "MIT",
6
6
  "repository": {