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

# Strategy

> Visualize and manage your product strategy with Opportunity-Solution Trees

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/squad/tnkF1tixRcJ14jDY/images/strategy-light2x.jpg?fit=max&auto=format&n=tnkF1tixRcJ14jDY&q=85&s=9af6f8580fad9f9e9469eb77f24ba537" alt="Squad Strategy Map" width="2880" height="1840" data-path="images/strategy-light2x.jpg" />

  <img className="hidden dark:block" src="https://mintcdn.com/squad/tnkF1tixRcJ14jDY/images/strategy-dark2x.jpg?fit=max&auto=format&n=tnkF1tixRcJ14jDY&q=85&s=a23a5d1399218d6e23d769a464e67c5d" alt="Squad Strategy Map" width="2880" height="1840" data-path="images/strategy-dark2x.jpg" />
</Frame>

## Overview

Squad Strategy brings your product strategy to life through interactive Opportunity-Solution Trees (OSTs). See how every feature connects to user needs and business goals, ensuring your team builds what matters most.

<Info>
  The Strategy Map automatically updates as you (or Squad) add opportunities, solutions, and tasks, giving you a real-time view of your product direction.
</Info>

## Understanding the OST framework

Squad uses a hierarchical structure that ensures every piece of work traces back to your mission:

```mermaid theme={null}
graph TD
    A[Mission] --> B[Goal 1]
    A --> C[Goal 2]
    B --> D[Opportunity 1.1]
    B --> E[Opportunity 1.2]
    C --> F[Opportunity 2.1]
    D --> G[Solution 1.1.1]
    D --> H[Solution 1.1.2]
    E --> I[Solution 1.2.1]
    
    style A fill:#e8f5e9
    style B fill:#e3f2fd
    style C fill:#e3f2fd
    style D fill:#fff3e0
    style E fill:#fff3e0
    style F fill:#fff3e0
    style G fill:#f3e5f5
    style H fill:#f3e5f5
    style I fill:#f3e5f5
```

<CardGroup cols={4}>
  <Card title="Mission" icon="flag">
    Your north star purpose
  </Card>

  <Card title="Goals" icon="bullseye">
    Measurable outcomes
  </Card>

  <Card title="Opportunities" icon="lightbulb">
    User needs to address
  </Card>

  <Card title="Solutions" icon="puzzle">
    How you'll solve them
  </Card>
</CardGroup>

## Strategy Map interface

### Action buttons

The Strategy page includes action buttons in the top-right corner:

* **"+ Knowledge"** — Add business context, documents, or data to inform your strategy
* **"+ Discover Insights"** (purple) — Run AI-powered discovery to surface new insights from your connected data
* **Export icon** — Export or print your strategy map

### Visual hierarchy

The Strategy Map displays your entire product strategy in an intuitive tree structure:

```
🎯 Reduce delivery time by 13 minutes
├── 💡 Restaurant preparation delays
│   ├── 🔧 Prep time prediction system
│   └── 🔧 Kitchen capacity alerts
├── 💡 Inefficient driver routing
│   ├── 🔧 ML-based route optimization
│   ├── 🔧 Dynamic driver assignment
│   └── 🔧 Multi-order batching
└── 💡 Poor address accuracy
    ├── 🔧 GPS coordinate validation
    └── 🔧 Delivery instructions feature
```

### Interactive features

* **Drag and drop:** Reorganize opportunities and solutions by dragging between goals
* **Expand/collapse:** Focus on specific branches of your strategy tree
* **Filter and search:** Find specific items using the command menu
* **Canvas actions:** Create, edit, or view items directly from the map

## Creating your strategy

<Steps>
  <Step title="Starting with goals" titleSize="h3">
    Every strategy begins with clear, measurable goals:

    ```text GrubGrab Goal Examples theme={null}
    ✅ GOOD: "Increase order frequency from 2.1 to 3.5 orders/week by Q3"
    - Specific metric (order frequency)
    - Clear baseline (2.1) and target (3.5)
    - Time-bound (by Q3)

    ✅ GOOD: "Reduce average delivery cost from $4.20 to $3.50 per order"
    - Impacts unit economics
    - Measurable reduction
    - Supports "more affordable" mission

    ❌ BAD: "Improve customer experience"
    - No specific metric
    - Can't measure progress
    - Too broad to action
    ```
  </Step>

  <Step title="Discovering opportunities" titleSize="h3">
    Opportunities represent unmet user needs that, if addressed, will help achieve your goals:

    <Accordion title="How to identify strong opportunities">
      **Good opportunities are:**

      * **Problem-focused**, not solution-focused
      * **Backed by evidence** from user research or data
      * **Sizeable** in terms of affected users
      * **Connected** to at least one goal

      **Sources for opportunities:**

      * User interviews and feedback
      * Support ticket analysis
      * Behavioral analytics
      * Competitive analysis
      * Market research

      **Example transformation:**

      * Weak: "Add a search feature"
      * Strong: "Users can't find their favorite restaurants quickly"
    </Accordion>
  </Step>

  <Step title="Crafting solutions" titleSize="h3">
    For each opportunity, generate multiple solutions:

    <Tabs>
      <Tab title="AI generation">
        Let Squad AI suggest solutions:

        Opportunity: "Users can't find vegetarian restaurants"

        Squad AI suggests:

        1. 🏷️ Dietary Filter System
           * Add vegetarian/vegan/gluten-free filters
           * Badge restaurants with dietary options
           * Impact: High | Effort: Medium
        2. 🔍 Smart Search Enhancement
           * Natural language search ("vegan pizza near me")
           * Auto-suggest dietary options
           * Impact: High | Effort: High
        3. 📱 Dedicated Dietary Section
           * Separate browsing section for dietary needs
           * Curated collections by preference
           * Impact: Medium | Effort: Low
      </Tab>

      <Tab title="Solution scoring">
        Evaluate solutions systematically:

        | Criteria        | Weight | Filter System | Smart Search | Dedicated Section |
        | --------------- | ------ | ------------- | ------------ | ----------------- |
        | User Impact     | 40%    | 9/10          | 8/10         | 6/10              |
        | Dev Effort      | 30%    | 6/10          | 3/10         | 8/10              |
        | Strategic Fit   | 20%    | 8/10          | 7/10         | 7/10              |
        | Risk Level      | 10%    | 9/10          | 6/10         | 9/10              |
        | **Total Score** |        | **7.7**       | **6.3**      | **7.1**           |
      </Tab>
    </Tabs>
  </Step>
</Steps>

## Collaboration features

### Team alignment

Keep everyone on the same page:

<CardGroup cols={3}>
  <Card title="Ownership" icon="user">
    Assign clear owners to each level of the tree
  </Card>

  <Card title="Comments" icon="comments">
    Discuss strategies directly on the map
  </Card>

  <Card title="Notifications" icon="bell">
    Get alerts when strategies change
  </Card>
</CardGroup>

### Export and sharing

Share your strategy with stakeholders:

* **Interactive web view** - Read-only link for stakeholders
* **PDF export** - Static document for presentations
* **Miro/Mural** - Import to whiteboarding tools
* **JIRA sync** - Create epics from strategies

### Stakeholder views

Create custom views for different audiences:

<Tabs>
  <Tab title="Executive view">
    * High-level goals and progress
    * Impact on key business metrics
    * Resource allocation across initiatives
    * Quarterly roadmap alignment
  </Tab>

  <Tab title="Product view">
    * Detailed opportunity exploration
    * Solution options and trade-offs
    * User research connections
    * Feature specifications
  </Tab>

  <Tab title="Engineering view">
    * Technical dependencies
    * Implementation complexity
    * Architecture decisions
    * Sprint planning integration
  </Tab>
</Tabs>

## Best practices

<CardGroup cols={2}>
  <Card title="Start with why" icon="question">
    Always begin with opportunities (problems) before jumping to solutions
  </Card>

  <Card title="Multiple options" icon="code-branch">
    Generate 3+ solution options for each opportunity
  </Card>

  <Card title="Regular reviews" icon="arrows-rotate">
    Review and update your strategy map weekly
  </Card>

  <Card title="Data-driven" icon="chart-line">
    Link opportunities to real user feedback and metrics
  </Card>
</CardGroup>

## Advanced features

### Strategy templates

Use pre-built templates for common scenarios:

<CodeGroup>
  ```yaml Growth Strategy Template theme={null}
  mission: "Accelerate sustainable growth"
  goals:
    - "Increase MAU by 50%"
    - "Improve activation rate to 60%"
    - "Boost retention to 40%"
  opportunities:
    - "New users don't experience value quickly"
    - "Power users plateau in engagement"
    - "Referral loop is broken"
  ```

  ```yaml Platform Strategy Template theme={null}
  mission: "Become the essential platform"
  goals:
    - "Launch 3 new integration partners"
    - "Increase API usage by 200%"
    - "Developer NPS > 50"
  opportunities:
    - "Developers need better documentation"
    - "API lacks key functionality"
    - "Onboarding is too complex"
  ```
</CodeGroup>

## Other features

<CardGroup cols={3}>
  <Card title="Roadmap" icon="road" href="/features/roadmap">
    Turn strategies into time-based delivery plans
  </Card>

  <Card title="Chat" icon="messages" href="/features/chat">
    Get AI help crafting and refining strategies
  </Card>

  <Card title="Insights" icon="magnifying-glass-chart" href="/features/insights">
    Validate strategies with data and feedback
  </Card>
</CardGroup>
