@orrisai/show-me-the-money 2.3.0 → 2.4.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/README.md +95 -11
- package/README.zh-CN.md +417 -85
- package/VERSION +1 -1
- package/package.json +1 -1
- package/skills/money/knowledge/atoms/atoms.jsonl +18 -0
- package/skills/money/knowledge/atoms/atoms_agent_infra.jsonl +1 -0
- package/skills/money/knowledge/atoms/atoms_growth_tactics.jsonl +2 -0
- package/skills/money/knowledge/atoms/atoms_market_observation.jsonl +3 -0
- package/skills/money/knowledge/atoms/atoms_solopreneur_psychology.jsonl +12 -0
- package/skills/money-ads/SKILL.md +2 -0
- package/skills/money-content/SKILL.md +121 -1
- package/skills/money-diagnose/SKILL.md +1 -1
- package/skills/money-discover/SKILL.md +22 -1
- package/skills/money-finance/SKILL.md +2 -0
- package/skills/money-learn/SKILL.md +59 -0
- package/skills/money-ops/SKILL.md +65 -4
- package/skills/money-outreach/SKILL.md +2 -0
- package/skills/money-panel/SKILL.md +44 -1
- package/skills/money-product/SKILL.md +112 -1
- package/skills/money-quality/SKILL.md +95 -1
- package/skills/money-retro/SKILL.md +1 -1
- package/skills/money-review-customer/SKILL.md +1 -1
- package/skills/money-review-investor/SKILL.md +1 -1
- package/skills/money-review-operator/SKILL.md +31 -1
- package/skills/money-review-skeptic/SKILL.md +1 -1
- package/skills/money-seo/SKILL.md +2 -0
- package/skills/money-social/SKILL.md +2 -0
- package/skills/money-strategy/SKILL.md +25 -1
- package/skills/money-upgrade/SKILL.md +121 -53
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
[](https://github.com/iamzifei/show-me-the-money/releases)
|
|
9
9
|
[](LICENSE)
|
|
10
10
|
|
|
11
|
-
**Current version: `v2.
|
|
11
|
+
**Current version: `v2.4.0`** · [What's new →](#-whats-new-in-v240)
|
|
12
12
|
|
|
13
13
|
[English](README.md) | [中文](README.zh-CN.md)
|
|
14
14
|
|
|
@@ -51,6 +51,90 @@ Works with **Claude Code**, **Codex CLI**, **Gemini CLI**, and other agents that
|
|
|
51
51
|
|
|
52
52
|
---
|
|
53
53
|
|
|
54
|
+
## ✨ What's New in v2.4.0
|
|
55
|
+
|
|
56
|
+
**The "ship without nuking production" release.** Six things landed, all folded into existing skills — no new commands to remember, no skill-count explosion.
|
|
57
|
+
|
|
58
|
+
### 1. Operating modes + edit perimeter + panic stop (in `/money-ops`)
|
|
59
|
+
|
|
60
|
+
Autonomy without guardrails is how solo founders break production at 2am. The ops layer now declares an **operating mode** — `open` / `staging` / `production` — and every destructive command (rm -rf, force push, DROP TABLE, kubectl delete, bulk Stripe operations) requires a confirmation in the higher modes. Add an **edit perimeter** to lock a debugging session to one subtree, and call `/money-ops stop` to halt every scheduled agent and outreach loop instantly.
|
|
61
|
+
|
|
62
|
+
```
|
|
63
|
+
mode: production
|
|
64
|
+
→ rm -rf production_users requires typing "yes-delete-production_users"
|
|
65
|
+
→ npm publish requires explicit version confirmation
|
|
66
|
+
→ Outreach batches > 10 recipients require explicit batch approval
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
### 2. Narrowest-bet pressure test (in `/money-discover`)
|
|
70
|
+
|
|
71
|
+
The 6 forcing questions surface the smallest version someone would pay for. v2.4 adds a **Phase 4.5 pressure test** that forces the wedge to be **demonstrable tomorrow** — not "in 2-3 weeks of prep". Output is a one-line falsifiable bet: "By {date}, I will put {artifact} in front of {named buyer} to test {specific price} for {one thing it does}. If no signal by {date+7}, the wedge is wrong."
|
|
72
|
+
|
|
73
|
+
This is the #1 reason solo founders end up at week 4 of "almost ready to show someone".
|
|
74
|
+
|
|
75
|
+
### 3. Term-by-term audit + fuzzy-to-measurable (in `/money-strategy`)
|
|
76
|
+
|
|
77
|
+
Layer 1 of the premise audit now runs a loop: spot every load-bearing fuzzy word in the pitch, probe it ("how would a stranger measure this?"), and convert it to a measurable substitute. Every goal becomes `<verb> <metric> <threshold> <by date>` before strategy starts.
|
|
78
|
+
|
|
79
|
+
If the user can't convert their goals to measurable form, the strategy refuses to proceed and routes back to `/money-discover` Phase 4.5 first. No more strategizing on top of vague terms.
|
|
80
|
+
|
|
81
|
+
### 4. Hook + title pattern library + Release-notes mode (in `/money-content`)
|
|
82
|
+
|
|
83
|
+
Stage 4.8 adds a **pattern library** — 12 hook patterns and 15 title patterns indexed by reader state (scrolling / searching / decision-making) plus platform-specific patterns for XHS and WeChat. A title must satisfy BOTH a library pattern AND 2+ mechanisms from the existing impact matrix before shipping.
|
|
84
|
+
|
|
85
|
+
Plus a new **Release-notes mode**: when `/money-product` ships a version, this mode generates three-tier release notes (one-line ship tweet, product email, full CHANGELOG entry + blog post). Release-note emails have the highest conversion rate of any content type — skipping them leaves free→paid upgrades on the table.
|
|
86
|
+
|
|
87
|
+
### 5. Design system contract + ship lifecycle (in `/money-product`)
|
|
88
|
+
|
|
89
|
+
A new **Phase 0** writes `DESIGN.md` to the project root before any UI code — aesthetic stance, type/color/spacing tokens, motion rules, AND the rejection list (what the system explicitly does NOT do). Solves the "portfolio of 4 products that all look unrelated" problem.
|
|
90
|
+
|
|
91
|
+
A new **Phase 5.5 ship lifecycle** turns deployment into a 5-step protocol: VERSION bump (semver) → CHANGELOG entry → pre-deploy verification → deploy + tag → release-notes delivery. Skipping a step is what causes "production incidents" — every step has a refuse-if-missing gate.
|
|
92
|
+
|
|
93
|
+
### 6. STRIDE threat model + Tech-triage mode (in `/money-quality`)
|
|
94
|
+
|
|
95
|
+
The security audit now runs BOTH OWASP Top 10 AND a STRIDE pass (spoofing / tampering / repudiation / information disclosure / DoS / elevation-of-privilege) — catches the architectural assumptions that OWASP misses. 3+ STRIDE threats at P0/P1 means NOT ready to charge real money, regardless of OWASP score.
|
|
96
|
+
|
|
97
|
+
New **Tech-triage mode** for when something is technically broken — failing test, slow query, mystery 500. A 5-step loop (restate → boundary → reproduce → hypothesize-then-test → fix + regression test + `/money-learn` row). Refuses to start guessing or grep before the symptom is restated precisely.
|
|
98
|
+
|
|
99
|
+
### 7. Custom reviewer personas + architecture lens (in `/money-panel` + `/money-review-operator`)
|
|
100
|
+
|
|
101
|
+
`/money-panel --add "Enterprise IT buyer: needs SOC2 before signing"` inserts a domain-expert reviewer into the gauntlet. Useful when the four built-in lenses (investor / customer / operator / skeptic) don't capture the specific reviewer your plan needs to survive — enterprise procurement, privacy lawyer, open-source maintainer, regulated-industry compliance.
|
|
102
|
+
|
|
103
|
+
`/money-review-operator` gets a Q5: **Architecture & data-flow stress test** — five failure modes a solo operator can't escape from (hidden ops cost, data shape lock-in, single point of failure, cost-curve mismatch, debug accessibility). 2+ red flags here flips the verdict to NEEDS HIRE regardless of the other questions.
|
|
104
|
+
|
|
105
|
+
### 8. Portfolio learnings — cross-project knowledge (in `/money-learn`)
|
|
106
|
+
|
|
107
|
+
Learnings used to be project-local. v2.4 adds a **portfolio layer** at `~/.smtm/portfolio/learnings.jsonl` that auto-loads into EVERY money-* skill in EVERY project. Run `/money-learn promote <L-id>` to lift a validated, replicated, domain-general pattern from one project to the portfolio. Demote if it turns out to be context-specific.
|
|
108
|
+
|
|
109
|
+
A solo operator running 6 products discovers patterns that apply to all of them ("Stripe webhook idempotency keys must be checked even when the API call is idempotent"). Those don't belong locked to one product — they belong in the operator's portfolio brain.
|
|
110
|
+
|
|
111
|
+
### 9. Auto-update command (in `/money-upgrade`)
|
|
112
|
+
|
|
113
|
+
`/money-upgrade` is now a true auto-updater. One command:
|
|
114
|
+
- Checks npm for the latest version
|
|
115
|
+
- Shows the delta + headline changes
|
|
116
|
+
- Downloads + replaces installed skills
|
|
117
|
+
- Reads the CHANGELOG and surfaces what's new
|
|
118
|
+
- Prompts to restart Claude Code
|
|
119
|
+
|
|
120
|
+
No more "version compare by hand" or "did I run install or update". One command, idempotent.
|
|
121
|
+
|
|
122
|
+
---
|
|
123
|
+
|
|
124
|
+
## ✨ What's New in v2.3.1
|
|
125
|
+
|
|
126
|
+
**Polish patch following the v2.3.0 atom launch.** Five things landed:
|
|
127
|
+
|
|
128
|
+
1. **Atom corpus grew 258 → 276** — re-ran the distill with a longer per-tweet timeout and recovered 18 of the 26 tweets that errored on the first pass (mostly long Chinese threads that needed more inference time).
|
|
129
|
+
2. **Per-skill atom-loading callouts** — every non-router skill now has a Standard-startup callout at the top, declaring which atom slice it loads and reminding the agent to cite by `A-{id}` when an atom directly informs a recommendation. Previously the doctrine lived only in `skills/money/SKILL.md` and downstream skills inherited it implicitly; now it's self-documenting per file.
|
|
130
|
+
3. **Workflow step ordering** — `Extract release notes` now runs **before** `Publish to npm` in the auto-publish workflow. Before this fix, a notes-extraction failure left a published-but-unreleased orphan version on npm (which is exactly what happened on the v2.3.0 ship). Notes-failure now leaves a clean rollback path.
|
|
131
|
+
4. **Chinese README at full v2.3 parity** — `README.zh-CN.md` was a v1.x-era page (14 skills, no banner, no founder narrative). Rewritten to match the English version line-for-line, including the v2.1/2.2/2.3 release notes and the founder receipts.
|
|
132
|
+
5. **`printf -- '...'` end-of-options fix** — already shipped in 2.3.0 but worth restating: the auto-publish workflow's `printf '----...'` separator hit bash's option-parsing on its first real run, exiting before npm publish. Now bullet-proof.
|
|
133
|
+
|
|
134
|
+
No new skills, no new atoms in the corpus from sources other than #1. Library health-check only.
|
|
135
|
+
|
|
136
|
+
---
|
|
137
|
+
|
|
54
138
|
## ✨ What's New in v2.3.0
|
|
55
139
|
|
|
56
140
|
**The founder knowledge base ships with the suite.** Every money-* skill now auto-loads atomic principles distilled from years of solo-SaaS operating notes — battle-tested judgement embedded directly in your AI agent's working context.
|
|
@@ -286,35 +370,35 @@ cd ~/.claude/skills/show-me-the-money && node install.js
|
|
|
286
370
|
| **Save** | `/money-save` | Checkpoint the current business state to `~/.smtm/sessions/{project}/` |
|
|
287
371
|
| **Restore** | `/money-restore` | Resume from a prior saved state — pick up exactly where the last session left off |
|
|
288
372
|
| **Report** | `/money-report` | Merge all saved states into a deliverable markdown report |
|
|
289
|
-
| **Learn** | `/money-learn` | Manage atomic project learnings
|
|
373
|
+
| **Learn** | `/money-learn` | Manage atomic project learnings + portfolio learnings shared across every project |
|
|
290
374
|
| **Skillify** | `/money-skillify` | Codify a successful workflow into a project-local reusable skill |
|
|
291
|
-
| **Upgrade** | `/money-upgrade` |
|
|
375
|
+
| **Upgrade** | `/money-upgrade` | Auto-update: checks npm, downloads, replaces, reads CHANGELOG, prompts to restart |
|
|
292
376
|
|
|
293
377
|
### Discover · Strategy · Diagnose · Review
|
|
294
378
|
|
|
295
379
|
| Skill | Command | What It Does |
|
|
296
380
|
|-------|---------|-------------|
|
|
297
|
-
| **Discover** | `/money-discover` | Find and validate profitable business ideas with
|
|
298
|
-
| **Strategy** | `/money-strategy` |
|
|
381
|
+
| **Discover** | `/money-discover` | Find and validate profitable business ideas; ends with a tomorrow-shippable narrowest-bet statement |
|
|
382
|
+
| **Strategy** | `/money-strategy` | Term-by-term clarity audit + fuzzy-to-measurable goals + market research + business model stress test |
|
|
299
383
|
| **Diagnose** | `/money-diagnose` | Deep diagnosis when business is stuck — root cause, not symptoms (with Iron Law phase gate) |
|
|
300
|
-
| **Panel** | `/money-panel` | Run all four reviewers, find agreement, surface only taste decisions |
|
|
384
|
+
| **Panel** | `/money-panel` | Run all four reviewers (+ optional `--add` custom personas), find agreement, surface only taste decisions |
|
|
301
385
|
| **Investor Review** | `/money-review-investor` | VC-mode review with funding viability verdict |
|
|
302
386
|
| **Customer Review** | `/money-review-customer` | Named-ICP customer review with willingness-to-pay verdict |
|
|
303
|
-
| **Operator Review** | `/money-review-operator` | Solo-founder execution feasibility
|
|
387
|
+
| **Operator Review** | `/money-review-operator` | Solo-founder execution feasibility + architecture & data-flow stress test |
|
|
304
388
|
| **Skeptic Review** | `/money-review-skeptic` | Devil's advocate red-team review |
|
|
305
389
|
|
|
306
390
|
### Build · Quality
|
|
307
391
|
|
|
308
392
|
| Skill | Command | What It Does |
|
|
309
393
|
|-------|---------|-------------|
|
|
310
|
-
| **Product** | `/money-product` |
|
|
311
|
-
| **Quality** | `/money-quality` | Code review, security
|
|
394
|
+
| **Product** | `/money-product` | DESIGN.md design contract, build, ship lifecycle (VERSION + CHANGELOG + release notes), deploy, QA, canary |
|
|
395
|
+
| **Quality** | `/money-quality` | Code review, OWASP + STRIDE security, performance, pre-launch gates, tech-triage debugging mode |
|
|
312
396
|
|
|
313
397
|
### Grow
|
|
314
398
|
|
|
315
399
|
| Skill | Command | What It Does |
|
|
316
400
|
|-------|---------|-------------|
|
|
317
|
-
| **Content** | `/money-content` | Content pipeline with authenticity audit
|
|
401
|
+
| **Content** | `/money-content` | Content pipeline with authenticity audit, headline impact matrix, hook + title pattern library, release-notes mode |
|
|
318
402
|
| **Outreach** | `/money-outreach` | Cold email sequences and partnership outreach |
|
|
319
403
|
| **Social** | `/money-social` | Social media management with hook-writing frameworks |
|
|
320
404
|
| **SEO** | `/money-seo` | SEO + GEO optimization for search engines and AI |
|
|
@@ -324,7 +408,7 @@ cd ~/.claude/skills/show-me-the-money && node install.js
|
|
|
324
408
|
|
|
325
409
|
| Skill | Command | What It Does |
|
|
326
410
|
|-------|---------|-------------|
|
|
327
|
-
| **Ops** | `/money-ops` | 24/7 autonomous operations
|
|
411
|
+
| **Ops** | `/money-ops` | 24/7 autonomous operations, health scoring, operating modes (open/staging/production), edit perimeter, panic stop |
|
|
328
412
|
| **Finance** | `/money-finance` | Revenue tracking and financial reports |
|
|
329
413
|
| **Retro** | `/money-retro` | Weekly retrospective: decided / shipped / stalled / unused-skills / focus |
|
|
330
414
|
|