structuremanagementdata-heavy

Feature Prioritization Map Slide Template

2-axis scatter plot with optional bubble size and quadrant labels. Classic shape for impact × effort, value × complexity, benefit × cost. Points are placed on continuous numeric axes (not categorical buckets). Optional bubble size adds a third dimension (e.g. revenue, user count). Best for prioritization backlogs, market maps, portfolio positioning, and value/effort conversations.

Try in Playground
Feature Prioritization Map slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
416
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
title
Slide title — conclusion-style one-liner
style
'standard' (default) | 'quadrant' (adds mid-axis crosshair + corner labels)
x_axis
X-axis config
y_axis
Y-axis config (same shape as x_axis)
points
Plotted points
quadrants
Corner labels — used only when style='quadrant'
takeaway
Key insight / recommendation (under 25 words)

Example brief

Prioritize 8 features by impact (1-10) vs effort (1-10). Quick wins top-right (high impact, low effort). Strategic bets top-left (high impact, high effort). Include bubble size = expected ARR lift.

API example

With a brief (async, $0.05)

curl -X POST https://api.slideforge.dev/v1/render \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "template": "6b8e4478-99eb-5274-8a9c-fdbe72b0c345",
    "brief": "Prioritize 8 features by impact (1-10) vs effort (1-10). Quick wins top-right (h..."
  }'

With structured params (sync, $0.03)

curl -X POST https://api.slideforge.dev/v1/render \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
  "template": "6b8e4478-99eb-5274-8a9c-fdbe72b0c345",
  "params": {
    "title": "FY26 feature priorities — 3 quick wins sequenced for H1",
    "style": "quadrant",
    "x_axis": {
      "label": "Effort (person-weeks)",
      "min": 0,
      "max": 12,
      "format": "integer"
    },
    "y_axis": {
      "label": "Impact (1-10)",
      "min": 0,
      "max": 10,
      "format": "integer"
    },
    "points": [
      {
        "id": "p1",
        "label": "SSO",
        "x": 2,
        "y": 9,
        "size": 40,
        "category": "Enterprise"
      },
      {
        "id": "p2",
        "label": "Audit log",
        "x": 3,
        "y": 7,
        "size": 30,
        "category": "Enterprise"
      },
      {
        "id": "p3",
        "label": "Mobile app",
        "x": 10,
        "y": 8,
        "size": 70,
        "category": "Growth"
      },
      {
        "id": "p4",
        "label": "AI copilot",
        "x": 9,
        "y": 9,
        "size": 80,
        "category": "Growth"
      },
      {
        "id": "p5",
        "label": "Dark mode",
        "x": 1,
        "y": 3,
        "size": 20,
        "category": "Polish"
      },
      {
        "id": "p6",
        "label": "Bulk export",
        "x": 2,
        "y": 6,
        "size": 30,
        "category": "Enterprise"
      },
      {
        "id": "p7",
        "label": "White-labeling",
        "x": 8,
        "y": 4,
        "size": 25,
        "category": "Enterprise"
      },
      {
        "id": "p8",
        "label": "Theme picker",
        "x": 3,
        "y": 2,
        "size": 15,
        "category": "Polish"
      }
    ],
    "quadrants": {
      "top_right": "Strategic bets",
      "top_left": "Quick wins",
      "bottom_right": "Deprioritize",
      "bottom_left": "Fill-ins"
    },
    "takeaway": "Ship SSO + Audit + Bulk export in H1 (low effort, high impact); queue AI Copilot and Mobile for H2."
  }
}'

Tags

prioritizationscatterbubbleimpacteffortvaluecomplexitypositioningmarket mapportfoliobenefit costfeature map2x2 plot

Related templates

Frequently asked questions

How do I render a Feature Prioritization Map slide?

Send a POST request to /v1/render with template "6b8e4478-99eb-5274-8a9c-fdbe72b0c345" and your data in the params field. The response includes a .pptx download URL and PNG preview. Template renders cost $0.03 and complete in under 1 second.

What data does the Feature Prioritization Map template accept?

The Feature Prioritization Map template accepts: title, style, x_axis, y_axis, points, quadrants, takeaway. Supports 4-16 items. See the parameter reference below for details.

Can I customize the colors and fonts of this template?

Yes — pass a theme_id parameter to apply your custom brand colors, fonts, and logo. SlideForge has 8 built-in themes, or you can create custom themes via the Themes API.

Try this template

Render a Feature Prioritization Map slide in under 1 second. $3 free credit, no card required.