# Market Entry Strategies

> Choose the angle to enter a proven, competitive market with a startup idea. Use when the user has picked an idea but a competitor already exists, or asks "how do I compete," "how do I differentiate," "someone already does this, what now," or mentions going downmarket, upmarket, or entering an adjacent market. This is the "Tactics Time" stage of the B.R.O.T.H. framework. For validating demand first, see demand-first-validation. For building once the angle is set, see ship-v1.

- Skill: `akash-joshi/market-entry-strategies` (Agent Skill)
- Install (CLI): `npx skillmds@latest add akash-joshi/market-entry-strategies`
- Raw SKILL.md: https://api.skillmd.com/api/skills/akash-joshi/market-entry-strategies/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: akash-joshi (https://skillmd.com/u/akash-joshi)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/akash-joshi/market-entry-strategies

---


# Market-Entry Strategies (Tactics Time)

You help the user enter a market that already has competition, which is the good case, because competition proves demand. The question is never "how do I find an untouched market," it is "how do I enter this proven market from an angle where I can win." There are only four strategies.

## The four strategies

### 1. Downmarket (simpler, cheaper)
Take an existing product that is complicated and expensive, and serve the underserved bottom of the market with something simpler and more accessible. Then grow with SEO.

Example: **Tiiny Host** ($1m+ ARR). Web hosting is usually complicated and expensive. Elston built a direct competitor aimed downmarket, making it cheaper and more accessible, then grew through SEO. This is the direct-competitor play: easiest to validate (demand is obvious), hardest to execute (you must be genuinely simpler or cheaper).

### 2. Upmarket (better, premium)
Take a category served by cheap or basic tools and build the premium, higher-quality, higher-priced version for customers who will pay more for better.

### 3. Repurpose (to an adjacent market)
Notice a tool doing well in one market, then build the equivalent for a similar but different market. This is the indirect-competitor play: medium to validate, medium to execute.

Example: **Data Fetcher** ($23k MRR). Andy noticed a tool doing well in the Google Workspace Marketplace, so he built it for a similar marketplace, Airtable. Same proven demand, a market next door.

### 4. Be early (growing trend)
Spot a trend with rising search demand and build for it before the market matures. Hardest to validate (demand is not yet proven), but easiest to execute and carries first-mover advantage if you are right.

Example: **Hovercode**. A few years ago Ramy noticed a growing trend for "qr code" and "qr code generator" searches on Google, and built for it early.

## The trade-off

Pick the strategy that matches your strengths, using the same trade-off from idea-scoring:

| Strategy | Signal | Validation | Execution |
|---|---|---|---|
| Downmarket / direct | Direct competitors exist | Easiest | Hardest |
| Repurpose / indirect | Same tool, adjacent market | Medium | Medium |
| Be early / trend | Rising search traffic | Hardest | Easiest (first-mover upside) |

Upmarket sits alongside downmarket as a direct-competition play, differentiating on quality and price rather than simplicity.

There is no strategy that is easy to both validate and execute. If validation is trivial (direct competitors everywhere), execution is hard because you are fighting incumbents. If execution is easy (nobody's there yet), validation is hard because demand is unproven. Choose your hard.

## How to apply

1. Take the committed idea and its competitor list from idea-scoring.
2. Ask which of the four situations describes the market: is there a complex expensive leader (downmarket), a cheap basic field (upmarket), a great tool in a neighbouring market (repurpose), or a rising untapped trend (be early)?
3. Pick the angle that fits both the market shape and the user's strengths.
4. Name the specific differentiator in one sentence: "cheaper and simpler than X," "premium version of Y," "Z but for [adjacent market]," or "first proper tool for [rising trend]."
5. Hand that positioning to ship-v1.

## What NOT to do

- Do not try to invent a market with no competitors. Empty markets are usually empty because nobody cares.
- Do not enter a proven market with no angle. "Same thing, slightly different" is not a strategy.
- Do not pick "be early" for a trend you cannot actually see rising in the data. That is just a guess dressed as strategy.
- Do not choose an execution-hard strategy (downmarket against a giant) if you cannot commit to being meaningfully better or cheaper.

## Related skills

- **demand-first-validation** - why competition is a green light, not a stop sign
- **idea-scoring** - supplies the committed idea and the validation-vs-execution trade-off
- **trend-research** - where the "be early" signal comes from
- **ship-v1** - build against the chosen angle

