> ## 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.

# Prompt starters

> Ready-to-use Rocket.new prompts organized by role and capability. Copy, paste, and go.

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 />

Prompt starters are copy-paste prompts designed for specific roles and goals. Pick the set that matches who you are, copy a prompt, paste it into a Rocket task, and start getting results immediately.

Each prompt includes:

* **The prompt** - ready to copy and paste
* **Task type** - which Rocket capability to use (Solve or Build)
* **What to expect** - the output you'll get

## Choose your role

<CardGroup cols={2}>
  <Card title="For founders" icon="rocket-launch" href="/learn/prompt-starters/for-founders">
    Validate ideas, build MVPs, monitor markets, and redesign landing pages.
  </Card>

  <Card title="For product managers" icon="clipboard-list" href="/learn/prompt-starters/for-product-managers">
    Competitive analysis, feature prototypes, and competitor tracking.
  </Card>

  <Card title="For designers" icon="palette" href="/learn/prompt-starters/for-designers">
    Figma imports, visual iteration, and client site redesigns.
  </Card>

  <Card title="For developers" icon="code" href="/learn/prompt-starters/for-developers">
    Rapid prototypes, API integrations, and custom code patterns.
  </Card>

  <Card title="For marketers" icon="bullhorn" href="/learn/prompt-starters/for-marketers">
    Market research, landing pages, competitive intel, and website refreshes.
  </Card>
</CardGroup>

## How to use prompt starters

<Steps>
  <Step title="Find a prompt that matches your goal">
    Browse the role-based pages above and find a prompt that's close to what you need.
  </Step>

  <Step title="Copy the prompt">
    Copy the prompt text from the code block.
  </Step>

  <Step title="Create the right task type">
    In Rocket, create a new task of the type specified - Solve or Build. For Intelligence monitoring, select **Intelligence** from the bottom of the home screen input area to run the Intelligence setup wizard.
  </Step>

  <Step title="Paste and customize">
    Paste the prompt and replace the placeholder details with your own specifics - company names, features, industries, URLs, or preferences.
  </Step>

  <Step title="Send and iterate">
    Submit the prompt and review the results. Follow up with additional prompts to refine or expand.
  </Step>
</Steps>

<Info>
  These prompts are starting points, not rigid scripts. The more specific details you add - company names, target audiences, feature requirements - the better your results will be.
</Info>

## What's next?

<CardGroup cols={2}>
  <Card title="Prompts for founders" icon="rocket-launch" href="/learn/prompt-starters/for-founders">
    Validate ideas, build MVPs, and track markets.
  </Card>

  <Card title="Prompting for Solve" icon="magnifying-glass" href="/learn/guides/for-solve">
    Learn the art of writing great Solve prompts.
  </Card>

  <Card title="Prompting for Build" icon="hammer" href="/learn/guides/for-build">
    Describe apps and features more effectively.
  </Card>

  <Card title="Template catalog" icon="grid-2" href="/learn/templates/overview">
    Start from a pre-built template instead.
  </Card>
</CardGroup>
