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 PlaygroundParameters
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
Related templates
Agenda
Numbered agenda slide listing 3-8 topics or sections. Each item has a title and optional time/description. Use at the start of a presentation.
Data Table
Structured data table using a native PowerPoint table object. Fully editable in PowerPoint — resize columns, sort, add rows, copy/paste as tabular data. Header row, alternating row colors, optional row highlighting. Best for sales data, comparison tables, status summaries, feature matrices, and any tabular data.
Enterprise Capability Model
Capability decomposition grid — 2-4 domain columns (e.g. Core / Supporting / Foundational) with 4-8 capability tiles per column. Three styles: `standard` plain tiles, `matrix` tiles with sub-capabilities, `heatmap` tiles tinted by maturity level (1-5). Best for enterprise/business architecture, target operating model decomposition, and capability strategy slides.
Feature Grid
Card grid of 3-8 feature cards, each with a header bar, optional Lucide icon, and short bulleted descriptions. Denser and more structured than Icon Grid — Icon Grid showcases capabilities with big icons + one-line tags; Feature Grid describes capabilities in 2-3 bullet points each.
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.