> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rocket.new/llms.txt
> Use this file to discover all available pages before exploring further.

# Prompts for founders

> Validate ideas, build MVPs, monitor markets, and redesign landing pages with Rocket.new.

export const LlmsDirective = () => <blockquote className="llms-directive">
    For the complete documentation index, see <a href="/llms.txt">llms.txt</a>.
    For a lightweight markdown version of this page, append .md to the URL.
  </blockquote>;

<LlmsDirective />

Copy-paste prompts designed for founders at every stage - from validating an idea to shipping a product and monitoring the market. Each prompt tells you which task type to use and what to expect.

<Info>
  Replace the placeholder details (in brackets or italics) with your own specifics for best results.
</Info>

## Validate and research (Solve)

### Market sizing

**Task type:** Solve

```plaintext wrap theme={null}
What is the total addressable market for [your product category] in [target geography]? Break down by segment. Include current market size, projected growth rate through 2028, and the key drivers behind growth. Identify the top 5 incumbents and their estimated market share.
```

**What to expect:** A structured report with market size figures, growth projections, segment breakdowns, and a competitive landscape overview.

***

### Competitive teardown

**Task type:** Solve

```plaintext wrap theme={null}
Compare [Competitor A], [Competitor B], and [Competitor C] on features, pricing, target audience, and go-to-market strategy. What do their users complain about most? Where are the biggest gaps that a new entrant could exploit?
```

**What to expect:** A side-by-side comparison table, user sentiment analysis, and strategic recommendations for differentiation.

***

### Idea validation

**Task type:** Solve

```plaintext wrap theme={null}
I'm considering building [describe your product idea]. Who is the target customer? What alternatives exist today? What would a user need to see in a v1 to switch from their current solution? Give me a honest assessment of whether this idea is worth pursuing.
```

**What to expect:** A validation framework covering target audience, existing alternatives, switching costs, and a candid recommendation.

## Build and launch (Build)

### MVP landing page

**Task type:** Build

```plaintext wrap theme={null}
Build a landing page for [product name], a [one-sentence description]. Include a hero section with headline and subheadline, three key benefits with icons, a "How it works" section with 3 steps, social proof section with placeholder testimonials, a pricing section with Free and Pro tiers, and an email signup form. Use a modern, clean design with [preferred color scheme].
```

**What to expect:** A complete, responsive landing page ready for deployment.

***

### SaaS MVP

**Task type:** Build

```plaintext wrap theme={null}
Build a SaaS MVP for [product name]. It should have: user authentication (sign up, log in, password reset), a dashboard showing [key metrics or data], a settings page where users can manage their account, and a billing page integrated with Stripe. Use a sidebar navigation layout with a clean, professional design.
```

**What to expect:** A full-stack web app with auth, dashboard, settings, and payment infrastructure.

***

### Pitch deck companion site

**Task type:** Build

```plaintext wrap theme={null}
Build a one-page pitch site for [company name]. Include: problem statement, solution overview, key metrics (use placeholders), team section with photos and bios, and a "Get in touch" form. The design should feel premium and investor-ready. Use a dark background with [accent color].
```

**What to expect:** A polished single-page site suitable for sharing with investors alongside your deck.

## Monitor with Intelligence

Intelligence monitors competitors continuously once you run the Intelligence setup. Select **Intelligence** from the bottom of the home screen input area and signals surface to your dashboard automatically.

### Competitor monitoring

Run the **Intelligence setup** wizard and configure it for your key competitors:

* **Your context:** Describe your company, product, and what competitor moves matter most to your strategy
* **Competitors to track:** Add \[Competitor A] and \[Competitor B] with their website URLs
* **Signal categories:** Choose which categories to highlight first: Pricing and packaging, Product updates, Key hires and exits, Funding and valuation, Blogs, Revenue
* **Frequency:** Weekly for most cases; daily if the market moves fast

**What to expect:** Ongoing signals in your Intelligence dashboard whenever competitors make significant changes.

***

### Market news tracking

Intelligence automatically monitors news and web sources for all your tracked competitors. In the wizard's **Your context** step, mention your market category so Intelligence knows what industry news to surface.

**What to expect:** News and announcement signals in your daily briefs covering funding rounds, product launches, and acquisitions.

## Redesign (Build - Redesign)

### Landing page refresh

**Task type:** Build (Redesign)

```plaintext wrap theme={null}
Redesign my landing page at [your-site.com]. Keep the same content and messaging but modernize the visual design. Use a contemporary layout with more whitespace, updated typography, and a [preferred color scheme]. Make the CTA buttons more prominent and improve the mobile experience.
```

**What to expect:** A redesigned version of your existing landing page with a modern visual refresh.

## What's next?

<CardGroup cols={2}>
  <Card title="Prompts for PMs" icon="clipboard-list" href="/learn/prompt-starters/for-product-managers">
    Competitive analysis, feature prototypes, and tracking.
  </Card>

  <Card title="Your first task" icon="play" href="/learn/tutorials/your-first-task">
    Walk through the full Rocket workflow end-to-end.
  </Card>

  <Card title="Prompting for Solve" icon="magnifying-glass" href="/learn/guides/for-solve">
    Write more effective research prompts.
  </Card>

  <Card title="Research to launch workflow" icon="arrow-right" href="/learn/workflows/research-to-launch">
    Chain Solve → Build → Launch for a full project.
  </Card>
</CardGroup>
