@its-thepoe/market-command-matrix 1.0.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 +38 -0
- package/SKILL.md +87 -0
- package/package.json +21 -0
- package/reference.md +191 -0
package/README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# @its-thepoe/market-command-matrix
|
|
2
|
+
|
|
3
|
+
**Agent Skill** — **Market Command Matrix** (Patrick Campbell / Patticus): classify competitors by **market mindshare** and **resource strength**, interpret **market shape**, then pick **one primary motion** per priority player—attack, monitor, harvest, ignore, or partner—not a wallpaper of summaries.
|
|
4
|
+
|
|
5
|
+
## What it does
|
|
6
|
+
|
|
7
|
+
Builds **judgement upstream of action**: maps direct, adjacent, substitute, and ecosystem players; scores mindshare and resources (relative to your own market focus); places each player in the matrix; selects playbooks and concrete next moves with **evidence, confidence, and triggers**.
|
|
8
|
+
|
|
9
|
+
## Why it’s useful
|
|
10
|
+
|
|
11
|
+
- Stops at “here is what their website says” and forces **what to do** and **what to watch**.
|
|
12
|
+
- Surfaces **harvest** and **monitor** opportunities teams often miss when everything feels like “compete.”
|
|
13
|
+
- Separates **verified signals** from assumptions and ties actions to **checkpoints**.
|
|
14
|
+
|
|
15
|
+
## Use when
|
|
16
|
+
|
|
17
|
+
- Competitor research, **market mapping**, **positioning**, campaign or **GTM** prioritisation, **content wedges**, **sales battlecards**, **partnership** decisions, or recurring **market intelligence** reviews.
|
|
18
|
+
|
|
19
|
+
## Install into your agents
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
npx @its-thepoe/skills@latest install market-command-matrix
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
## Contents
|
|
26
|
+
|
|
27
|
+
- `SKILL.md` — workflow, model, completion gate
|
|
28
|
+
- `reference.md` — full playbooks, research steps, output templates, attribution
|
|
29
|
+
|
|
30
|
+
## Docs
|
|
31
|
+
|
|
32
|
+
- [Patticus — Competitive research playbook (2023)](https://patticus.com/2023/12/16/competitive-research-playbook/)
|
|
33
|
+
- [kastrah/market-command-matrix (reference packaging)](https://github.com/kastrah/market-command-matrix)
|
|
34
|
+
- [Repository](https://github.com/its-thepoe/skills)
|
|
35
|
+
|
|
36
|
+
## License
|
|
37
|
+
|
|
38
|
+
MIT
|
package/SKILL.md
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: market-command-matrix
|
|
3
|
+
version: "1.0"
|
|
4
|
+
description: Turns competitor signals into judgement—mindshare vs resource strength, then attack/monitor/harvest/ignore/partner with one primary motion per priority player, not a research dump. Use for competitor analysis, market mapping, positioning, GTM prioritisation, battlecards, partnerships, content wedges, or market intelligence reviews.
|
|
5
|
+
argument-hint: "[optional player name | format:full|one-page]"
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Market Command Matrix
|
|
9
|
+
|
|
10
|
+
Goal: **intelligence upstream of action**—not competitor summaries for their own sake. Classify players, decide **what to do**, assign **owners and triggers**.
|
|
11
|
+
|
|
12
|
+
## The model (two axes)
|
|
13
|
+
|
|
14
|
+
**Market mindshare** — awareness, conversation, category association, unprompted recall, default comparisons when buyers think about the problem.
|
|
15
|
+
|
|
16
|
+
**Resource strength** — capacity and focus **dedicated to winning this market** (funding, team, distribution, tech, partnerships, operational depth). Score **relative to market dedication**, not raw company size. Practical approach: score **your own** company 1–5 on focus and execution in this market, then score others **relative to you**.
|
|
17
|
+
|
|
18
|
+
Each axis: **high / medium / low** (justify with evidence).
|
|
19
|
+
|
|
20
|
+
## Decision categories
|
|
21
|
+
|
|
22
|
+
| Category | Typical placement | One-line intent |
|
|
23
|
+
|----------|-------------------|-----------------|
|
|
24
|
+
| **All-out attack** | High mindshare + high resources | Sharp wedge, proof, channel discipline; expect retaliation. |
|
|
25
|
+
| **Monitor** | Low mindshare + high resources | Watch capacity; triggers before overreacting. |
|
|
26
|
+
| **Harvest** | High mindshare + low resources | Use their awareness; win on fulfilment, trust, depth, migration paths. |
|
|
27
|
+
| **Ignore** | Low mindshare + low resources | No strategic energy; note customer signals only. |
|
|
28
|
+
| **Partner** | Complementary / ecosystem | Integration, referral, co-marketing, bundling—define value exchange; watch channel conflict. |
|
|
29
|
+
|
|
30
|
+
**Partner** is orthogonal to the 2×2; label when beating them is not required to win.
|
|
31
|
+
|
|
32
|
+
## Competitor set (before matrix placement)
|
|
33
|
+
|
|
34
|
+
Classify the **map** from the **customer view** of the market (buckets inform discovery; matrix uses mindshare + resources):
|
|
35
|
+
|
|
36
|
+
1. **Direct** — same buyer, same JTBD, comparable promise; same budget or decision.
|
|
37
|
+
2. **Adjacent** — overlapping workflow; could expand into your lane; partner and/or threat.
|
|
38
|
+
3. **Substitute behaviours** — manual, informal, “good enough” habits instead of buying.
|
|
39
|
+
4. **Ecosystem** — media, communities, platforms, agencies, infra that shape trust and access.
|
|
40
|
+
|
|
41
|
+
## Workflow (run in order)
|
|
42
|
+
|
|
43
|
+
### 1. Reconnaissance
|
|
44
|
+
|
|
45
|
+
- Prefer **customer-led** signals: core **unaided** question first: *When you think of [CATEGORY], what is the first product that comes to mind?* Then aided recognition, usage, recommendation, value/friction.
|
|
46
|
+
- Bias controls: unaided before aided; neutral framing where possible; separate **verified** evidence from assumptions.
|
|
47
|
+
- Collect **current signals** per priority player (site messaging, product claims, social themes, ads, reviews, pricing/onboarding, press/partnerships, hiring/funding, SEO topics, FAQs/objections). Full list: [reference.md](reference.md#signal-checklist).
|
|
48
|
+
|
|
49
|
+
### 2. Monitoring and extraction
|
|
50
|
+
|
|
51
|
+
For each priority player, extract meaning: promise, ICP, lead pain, proof, CTA, strongest channel, what they avoid saying, visible operational weakness, behaviour they try to change. Questions: [reference.md](reference.md#extraction-questions).
|
|
52
|
+
|
|
53
|
+
### 3. Matrix placement
|
|
54
|
+
|
|
55
|
+
For each player: **category**, **rationale**, **confidence** (high/medium/low), **evidence used**, **what would change the placement**.
|
|
56
|
+
|
|
57
|
+
### 4. Playbook selection
|
|
58
|
+
|
|
59
|
+
**One primary motion per priority player.** Do not output a dump without decisions. Playbook menus: [reference.md](reference.md#playbooks-by-category).
|
|
60
|
+
|
|
61
|
+
### 5. Market shape
|
|
62
|
+
|
|
63
|
+
With enough coverage: **fragmented** | **challenger** | **ancient** | **mature**—and what that implies for offence vs defence. Definitions: [reference.md](reference.md#market-shapes).
|
|
64
|
+
|
|
65
|
+
### 6. Whitespace and positioning
|
|
66
|
+
|
|
67
|
+
Turn gaps into actions: underserved audience, weak promise, missing proof, poor follow-through, trust gap, channel mismatch, etc.
|
|
68
|
+
|
|
69
|
+
## Output formats
|
|
70
|
+
|
|
71
|
+
- **Full analysis:** strategic thesis, competitor map, evidence table, matrix placement, whitespace, recommended actions (owner, dependency, output, deadline), market shape, milestones/triggers. Skeleton: [reference.md](reference.md#full-analysis-template).
|
|
72
|
+
- **One-page memo** (compressed): Player → Placement → Evidence (1–2 signals) → Meaning → Action → Trigger.
|
|
73
|
+
|
|
74
|
+
Use `format:one-page` in the user request when they need the short memo only.
|
|
75
|
+
|
|
76
|
+
## Completion gate (do not “finalize” without)
|
|
77
|
+
|
|
78
|
+
- [ ] Competitor set classified (direct / adjacent / substitute / ecosystem as relevant).
|
|
79
|
+
- [ ] Matrix category per **priority** player + rationale + confidence.
|
|
80
|
+
- [ ] Evidence vs assumptions separated.
|
|
81
|
+
- [ ] **One** selected primary playbook motion per priority player + **next action** + **checkpoint or trigger**.
|
|
82
|
+
- [ ] Market-shape interpretation **if** enough players/data exist.
|
|
83
|
+
- [ ] No “research only” handoff—every section ties to a **decision or motion**.
|
|
84
|
+
|
|
85
|
+
## More detail
|
|
86
|
+
|
|
87
|
+
Playbooks, market shapes, survey bias notes, Hermes install hint, sources: [reference.md](reference.md).
|
package/package.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@its-thepoe/market-command-matrix",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Agent Skill: Market Command Matrix — mindshare vs resources, strategic playbooks (attack/monitor/harvest/ignore/partner).",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"agent-skills",
|
|
8
|
+
"competition",
|
|
9
|
+
"strategy",
|
|
10
|
+
"positioning",
|
|
11
|
+
"go-to-market",
|
|
12
|
+
"market-intelligence",
|
|
13
|
+
"cursor"
|
|
14
|
+
],
|
|
15
|
+
"files": ["README.md", "SKILL.md", "reference.md", "package.json"],
|
|
16
|
+
"exports": {
|
|
17
|
+
".": "./SKILL.md",
|
|
18
|
+
"./SKILL.md": "./SKILL.md",
|
|
19
|
+
"./reference.md": "./reference.md"
|
|
20
|
+
}
|
|
21
|
+
}
|
package/reference.md
ADDED
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
# Market Command Matrix — reference
|
|
2
|
+
|
|
3
|
+
Framework and narrative are based on **Patrick Campbell / Patticus**, [Competitor Research and Strategy (2023)](https://patticus.com/2023/12/16/competitive-research-playbook/). This package adapts that programme into a portable **Agent Skill**. A sibling-style repo with Hermes-oriented notes: [kastrah/market-command-matrix](https://github.com/kastrah/market-command-matrix).
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Signal checklist
|
|
8
|
+
|
|
9
|
+
Use for reconnaissance and ongoing monitoring (monthly or quarterly cadence for priority players):
|
|
10
|
+
|
|
11
|
+
- Website and landing-page messaging
|
|
12
|
+
- Product pages and feature claims
|
|
13
|
+
- Social profiles and recent themes
|
|
14
|
+
- Visible ads or campaign pushes
|
|
15
|
+
- App store listings and reviews (if relevant)
|
|
16
|
+
- Pricing and onboarding flow
|
|
17
|
+
- Press mentions and partnerships
|
|
18
|
+
- Hiring, funding, and expansion signals
|
|
19
|
+
- SEO / blog topics
|
|
20
|
+
- Customer comments, FAQs, repeated objections
|
|
21
|
+
|
|
22
|
+
Separate **verified** evidence from **assumptions**.
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## Extraction questions
|
|
27
|
+
|
|
28
|
+
For each priority player on each review cycle:
|
|
29
|
+
|
|
30
|
+
1. What **promise** are they making?
|
|
31
|
+
2. Who are they **speaking to**?
|
|
32
|
+
3. What **pain** do they lead with?
|
|
33
|
+
4. What **proof** do they show?
|
|
34
|
+
5. What **CTA** do they push?
|
|
35
|
+
6. What **channel** are they strongest on?
|
|
36
|
+
7. What do they **avoid** saying?
|
|
37
|
+
8. What **operational weakness** is visible?
|
|
38
|
+
9. What **customer behaviour** are they trying to change?
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## Playbooks by category
|
|
43
|
+
|
|
44
|
+
Pick **one primary motion** per priority player. Expand only where the user asks for depth.
|
|
45
|
+
|
|
46
|
+
### Attack (high mindshare + high resources)
|
|
47
|
+
|
|
48
|
+
- Comparison page or landing
|
|
49
|
+
- **Wedge** campaign (narrow audience, use case, geo, workflow, or belief gap)
|
|
50
|
+
- Proof-led positioning (claims competitors cannot copy quickly)
|
|
51
|
+
- Partnership attack (where legal and brand allow)
|
|
52
|
+
- Content wedge
|
|
53
|
+
- Sales battlecard
|
|
54
|
+
|
|
55
|
+
Expect retaliation or fast copying—discipline matters.
|
|
56
|
+
|
|
57
|
+
### Monitor (low mindshare + high resources)
|
|
58
|
+
|
|
59
|
+
- Monthly or quarterly **watchlist**
|
|
60
|
+
- Triggers: funding, hiring, pricing, messaging, partnerships, launches, channel moves
|
|
61
|
+
- Messaging change log
|
|
62
|
+
- Rules for when monitoring escalates to active competition
|
|
63
|
+
|
|
64
|
+
### Harvest (high mindshare + low resources)
|
|
65
|
+
|
|
66
|
+
- Migration or switching offers
|
|
67
|
+
- Gap content (what they educate on vs what they under-deliver)
|
|
68
|
+
- Operational reliability proof, depth, support, trust
|
|
69
|
+
- Local execution story
|
|
70
|
+
- Integration strategy where relevant
|
|
71
|
+
|
|
72
|
+
### Ignore (low mindshare + low resources)
|
|
73
|
+
|
|
74
|
+
- No strategic programme spend
|
|
75
|
+
- Capture any **useful customer signal** they reveal
|
|
76
|
+
- Revisit only if mindshare or resources shift materially
|
|
77
|
+
|
|
78
|
+
### Partner (ecosystem / complementary)
|
|
79
|
+
|
|
80
|
+
- Ecosystem integration plan
|
|
81
|
+
- Referral or reseller path
|
|
82
|
+
- Joint campaign or audience swap
|
|
83
|
+
- Co-branded trust proof
|
|
84
|
+
- Clear value exchange; watch **channel conflict** and future competitive overlap
|
|
85
|
+
|
|
86
|
+
### Defend (when you are the incumbent under pressure)
|
|
87
|
+
|
|
88
|
+
Use when **you** are the high-mindshare player under attack:
|
|
89
|
+
|
|
90
|
+
- Retention messaging
|
|
91
|
+
- Customer education
|
|
92
|
+
- Objection handling
|
|
93
|
+
- Proof bank
|
|
94
|
+
- Reinforce switching costs **ethically** (real lock-in from value, not dark patterns)
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
## Market shapes
|
|
99
|
+
|
|
100
|
+
After matrix placement, name the **shape** when data supports it:
|
|
101
|
+
|
|
102
|
+
| Shape | Read | Strategic implication (typical) |
|
|
103
|
+
|-------|------|----------------------------------|
|
|
104
|
+
| **Intensely fragmented** | No clear winner | If market is large/early, grow fast; if small/low-value, re-check opportunity sizing. |
|
|
105
|
+
| **Challenger** | One or two dominant players | Attack leaders with wedges and/or partner other challengers. |
|
|
106
|
+
| **Ancient** | Stagnant incumbents, poor CX | Harvest aggressively with fulfilment and trust. |
|
|
107
|
+
| **Mature** | Active entrants and exits; mixed quadrants | Run **offensive and defensive** playbooks in parallel by segment. |
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
## Full analysis template
|
|
112
|
+
|
|
113
|
+
Use as markdown sections unless the user’s org template overrides.
|
|
114
|
+
|
|
115
|
+
### Strategic thesis
|
|
116
|
+
|
|
117
|
+
One sentence: what the market map **means** for where to play and how to win.
|
|
118
|
+
|
|
119
|
+
### Competitor map
|
|
120
|
+
|
|
121
|
+
- Direct competitors
|
|
122
|
+
- Adjacent competitors
|
|
123
|
+
- Substitute behaviours
|
|
124
|
+
- Ecosystem actors
|
|
125
|
+
|
|
126
|
+
### Evidence table
|
|
127
|
+
|
|
128
|
+
| Player | Signal | Source | Date checked | Confidence | Implication |
|
|
129
|
+
|--------|--------|--------|--------------|------------|-------------|
|
|
130
|
+
|
|
131
|
+
### Matrix placement
|
|
132
|
+
|
|
133
|
+
| Player | Mindshare (H/M/L) | Resources (H/M/L) | Category | Rationale | What would change placement |
|
|
134
|
+
|--------|-------------------|---------------------|----------|-----------|----------------------------|
|
|
135
|
+
|
|
136
|
+
### Whitespace and positioning
|
|
137
|
+
|
|
138
|
+
- What the market is missing
|
|
139
|
+
- What you can **credibly** own
|
|
140
|
+
- What **not** to copy
|
|
141
|
+
|
|
142
|
+
### Recommended actions
|
|
143
|
+
|
|
144
|
+
| Action | Owner | Dependency | Output | Deadline / checkpoint |
|
|
145
|
+
|--------|-------|------------|--------|-------------------------|
|
|
146
|
+
|
|
147
|
+
### Market shape
|
|
148
|
+
|
|
149
|
+
Fragmented / challenger / ancient / mature — and what that implies.
|
|
150
|
+
|
|
151
|
+
### Milestones and triggers
|
|
152
|
+
|
|
153
|
+
- What to monitor
|
|
154
|
+
- What would **change** the decision
|
|
155
|
+
- When to **re-run** the matrix
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
|
|
159
|
+
## One-page decision memo template
|
|
160
|
+
|
|
161
|
+
```text
|
|
162
|
+
Player: …
|
|
163
|
+
Placement: attack | monitor | harvest | ignore | partner
|
|
164
|
+
Evidence: … (1–2 strongest signals)
|
|
165
|
+
Meaning: … (what it changes strategically)
|
|
166
|
+
Action: … (one concrete next move)
|
|
167
|
+
Trigger: … (what to watch next)
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
---
|
|
171
|
+
|
|
172
|
+
## Survey and research hygiene
|
|
173
|
+
|
|
174
|
+
- **Unaided before aided** for mindshare questions.
|
|
175
|
+
- Avoid anchoring on your brand or a named competitor in early questions when possible.
|
|
176
|
+
- Prefer **anonymous or neutral** framing where compliance allows.
|
|
177
|
+
- Be careful with incentives (direct payment to panelists vs raffle-style bias).
|
|
178
|
+
- Survey sources (roughly easiest → hardest): your CRM/prospects (anonymous where possible), paid panels, prospects outside CRM (compliance), competitor customers from public proof, targeted ads to survey landers.
|
|
179
|
+
|
|
180
|
+
---
|
|
181
|
+
|
|
182
|
+
## Hermes and other agents
|
|
183
|
+
|
|
184
|
+
- **Hermes:** install by copying this skill folder (or `SKILL.md` + `reference.md`) into your Hermes skills directory; load skill name **`market-command-matrix`**.
|
|
185
|
+
- **Cursor / Claude Code / OpenCode / Windsurf:** use `npx @its-thepoe/skills@latest install market-command-matrix` (after publish) or symlink from this monorepo.
|
|
186
|
+
|
|
187
|
+
---
|
|
188
|
+
|
|
189
|
+
## License
|
|
190
|
+
|
|
191
|
+
MIT — framework narrative credited to Patticus / Patrick Campbell as above; skill packaging under `@its-thepoe` is maintained in [its-thepoe/skills](https://github.com/its-thepoe/skills).
|