Comparison MatrixSales & Presales

Requirements fit — how the proposal meets the spec

An RFP-response fit matrix: the buyer's requirements mapped to how the proposed solution meets them versus alternatives.

Try in Playground
Requirements fit — how the proposal meets the spec slide template rendered with SlideForge
Cost
$0.05/slide
Engine
Deterministic
Pattern
Comparison Matrix
Output
.pptx + PDF + PNG

Example brief

RFP response slide for a sales proposal. Map the buyer's key requirements to how our solution meets them against two alternatives, marking full fit, partial, or gap.

Render it

Brief path

curl -X POST https://api.slideforge.dev/v1/render/auto \
  -H "Authorization: Bearer sf_live_..." \
  -H "Content-Type: application/json" \
  -d '{ "brief": "RFP response slide for a sales proposal. Map the buyer's key requirements to how our solution meets them against two alt" }'

Structured intent (this template)

{
  "pattern": "comparison_matrix",
  "title": "Full fit on the requirements that carry the most weight",
  "subtitle": "Requirements fit vs. alternatives",
  "matrix_kind": "competitive_battlecard",
  "columns": [
    {
      "name": "Our solution",
      "emphasis": "primary"
    },
    {
      "name": "Incumbent"
    },
    {
      "name": "Build"
    }
  ],
  "rows": [
    {
      "label": "Functional fit",
      "cells": [
        "win",
        "parity",
        "risk"
      ]
    },
    {
      "label": "Integration",
      "cells": [
        "win",
        "risk",
        "risk"
      ]
    },
    {
      "label": "Security & compliance",
      "cells": [
        "win",
        "parity",
        "risk"
      ]
    },
    {
      "label": "Time to deploy",
      "cells": [
        "win",
        "parity",
        "risk"
      ]
    },
    {
      "label": "Total cost",
      "cells": [
        "parity",
        "win",
        "risk"
      ]
    }
  ]
}

Related templates

Frequently asked questions

How do I render the Requirements fit — how the proposal meets the spec template?

Send a POST to /v1/render/auto with a brief, or call create_slide via MCP with the structured intent shown below. The response includes an editable .pptx, a PDF, and a PNG. $0.05 per slide.

Does an AI write the slide?

No. SlideForge renders deterministically from a structured intent — no LLM draws the slide, so text is never mangled or fabricated. The optional brief path uses a router to pick the pattern, then renders deterministically.

Can I customize the colors and fonts?

Yes. Pass a theme_id to apply a built-in or custom brand theme; the layout stays the same.

Try this template

Render Requirements fit — how the proposal meets the spec deterministically — editable PowerPoint in under a second.

Requirements fit — how the proposal meets the spec Slide Template | SlideForge | SlideForge (slideforge.dev)