
Market Context
- 34 installs
- 4 repo stars
- Updated March 31, 2026
- joellewis/skill-library
Analyzes structural market forces like timing, distribution moats, and demand aggregation before committing strategic resources.
About
A workflow that audits macro market forces to judge whether a product can capture long-term value, using Thiel, Wardley, and aggregation theory. A founder uses it to validate market timing and structure before allocating resources.
- Audit timing, distribution moats, and demand aggregation
- Focuses on macro context rather than individual competitor teardowns
Market Context by the numbers
- 34 all-time installs (skills.sh)
- Ranked #1,792 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/joellewis/skill-library --skill market-contextAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 34 |
|---|---|
| repo stars | ★ 4 |
| Last updated | March 31, 2026 |
| Repository | joellewis/skill-library ↗ |
What it does
Analyzes structural market forces like timing, distribution moats, and demand aggregation before committing strategic resources.
Files
Overview
Market context is the forensic analysis of structural forces—timing, distribution moats, and demand aggregation—that determine whether a product can capture long-term value. This skill prevents "Strategy Blindness" by forcing an audit of the "Where to Play" domains before any resources are allocated.
Iron Law
NO STRATEGIC RECOMMENDATION WITHOUT VALIDATED MARKET CONTEXT
Assumed market dynamics are the primary cause of high-growth failures. Every claim must be validated against current structural shifts (e.g., Aggregation Theory or Unbundling).
State Machine
digraph market_context_flow {
"Start" [shape=doublecircle];
"Step 1: Structural Audit" [shape=box];
"Step 2: 0-to-1 Timing Check" [shape=diamond];
"Step 3: Distribution Audit" [shape=box];
"Step 4: Context Validation" [shape=diamond];
"Done" [shape=doublecircle];
"Start" -> "Step 1: Structural Audit";
"Step 1: Structural Audit" -> "Step 2: 0-to-1 Timing Check";
"Step 2: 0-to-1 Timing Check" -> "Step 3: Distribution Audit" [label="timing right"];
"Step 2: 0-to-1 Timing Check" -> "Step 1: Structural Audit" [label="too early/late"];
"Step 3: Distribution Audit" -> "Step 4: Context Validation";
"Step 4: Context Validation" -> "Done" [label="context validated"];
"Step 4: Context Validation" -> "Step 1: Structural Audit" [label="gaps in logic"];
}When to Use This Skill
- When drafting a "Winning Aspiration" for a new category.
- When an existing market is being "unbundled" by modular competitors.
- When evaluating a high-growth "Scaling Signal" or inflection point.
- Before committing to a specific "Where to Play" geography or segment.
When NOT to Use This Skill
- For narrow internal operational improvements.
- For pure 1-to-n incremental feature releases within a stable context.
Core Process
Step 1: Perform the Structural Audit
Evaluate if the industry is structurally attractive. (Source: Lafley, Playing to Win, Ch. 3) 1. Analyze Five Forces: Are barriers to entry high? Is supplier/buyer power concentrated? 2. Identify Value Migration: Is value moving to the ends of the "Smiling Curve" (Creation/Customer) or toward the center (Manufacturing)? (Source: Stratechery) 3. Map the Aggregation Dynamic: Is the market shifting from supply control to demand aggregation? (Source: Stratechery, "Aggregation Theory") 4. Assess Component Evolution: For each major component in the value chain, identify its evolution stage — Genesis (novel, uncertain), Custom (understood but bespoke), Product (standardized, off-the-shelf), or Commodity (utility, undifferentiated). Components further left than the market expects are strategic opportunities; components further right than you're treating them are strategic risks. (Source: Wardley, Wardley Maps, Ch. 2-4)
Step 2: The Seven Questions Test
Validate the context against Thiel's fundamental laws. (Source: Thiel, Zero to One, Ch. 13) 1. The Engineering Question: Can we create 10x tech, or just incremental? 2. The Timing Question: Is now the right time to start this specific business? 3. The Monopoly Question: Are we starting with a big share of a small market? 4. The People Question: Do we have the right team for this specific context? 5. The Distribution Question: Do we have a way to not just create, but deliver? 6. The Durability Question: Will our market position be defensible in 10 years? 7. The Secret Question: Have we identified a unique insight that others miss?
Step 3: Audit the Distribution Mindset
Shift from product-centricity to distribution-centricity. (Source: Gil, High Growth Handbook, Intro) 1. Identify Inflection Points: Are early adopters transitioning to the 95% mainstream market? 2. Assess Distribution Moats: Can we own the user relationship directly, or are we dependent on an aggregator? 3. The Dunbar Check: Is our organization structured to handle the impersonality of a mass-market context (50-150+ people)?
Step 4: Validate the Context (The Iron Law)
State what must be true about the market for the strategy to work. (Source: Lafley, Ch. 7) 1. Evidence Check: Prove the "Timing" and "Distribution" claims with external data. 2. Counter-Trend Check: What if the "Great Unbundling" reverses? How does that affect our "Where to Play"?
Cross-Skill Invocations
- REQUIRED SUB-SKILL:
problem-framing— You cannot define a market without defining the problem first. - RECOMMENDED SUB-SKILL:
competitive-analysis— To identify if you are competing in a "Red Ocean." - RECOMMENDED SUB-SKILL:
strategy-clarity— To ensure the context matches the winning aspiration.
Rationalization Table
| Thought | Reality |
|---|---|
| "The market is so big, we only need 1%." | The 1% Trap leads to zero share. Successful firms start small and monopolize. |
| "Our product is so good, it sells itself." | Distribution is at least as important as product. (Source: Gil/Thiel). |
| "We are first to market." | First mover is a tactic; Last Mover is the goal (Far-future profts). |
| "The industry is too old to change." | Old industries are prime for "Unbundling" or "Aggregation." (Source: Stratechery). |
| "First mover advantage will protect us." | First Mover is a tactic, not a moat. Last Mover Advantage — generating the last great development and capturing durable profits — is the strategic goal. (Source: Thiel, Zero to One, Ch. 5) |
| "We're debating whether this is Custom or Product." | Evolution stage is observable: how many vendors? Published standards? Training courses? These are empirical signals. If you're debating, look at the market, not your org chart. |
| "Supply is commoditizing but that's not our problem." | When supply-side components commoditize, aggregation dynamics form on the demand side. This directly affects your Where to Play. (Source: Stratechery, "Aggregation Theory"; Wardley, Wardley Maps, Ch. 4) |
Red Flags
These thoughts mean STOP — you are about to shortcut:
- "We'll build it and they will come." → Neglecting the Distribution Question.
- "We are copying a successful global model." → 1-to-n globalization is not 0-to-1 technology.
- "The TAM is our primary justification." → High TAM often hides high competition.
- "The TAM is huge, we only need a tiny share." → A $100B TAM with 50 funded competitors is worse than a $500M TAM you can monopolize. TAM describes the weather, not where to build. (Source: Thiel, Zero to One, Ch. 5)
- "This component is our differentiator." → Check the evolution stage. If the market has published standards, multiple vendors, and training courses, it's Product or Commodity — you're fighting evolutionary flow. (Source: Wardley, Wardley Maps, Ch. 2-4)
Diagnostic Checklist
- [ ] Have we answered the Seven Questions for this strategic recommendation?
- [ ] Is the "Where to Play" choice grounded in a structurally attractive segment?
- [ ] Have we mapped the evolution stage of key value chain components?
- [ ] Have we identified components whose evolution creates strategic opportunity or risk?
- [ ] Have we identified the "Inflection Point" or "Scaling Signal" for this market?
- [ ] Is our strategy defensible against Aggregation Theory shifts?
- [ ] Have we identified the contrarian insight ("Secret") about this market?
Sources
- Thiel, Zero to One, Ch. 1, 3, 5, 13 — 0-to-1, Monopoly, Seven Questions.
- Gil, High Growth Handbook, Intro & Ch. 3 — Distribution and Scaling.
- Lafley, Playing to Win, Ch. 3 & 7 — Industry structure and reverse engineering.
- Stratechery, "Aggregation Theory" — Demand aggregation dynamics.
- Wardley, Wardley Maps, Ch. 2-4 — Evolution stages, value chain mapping.
- Stratechery, "The Great Unbundling" — Breaking and re-bundling around attention.