Comparison page content writer
Generate a structured comparison page between AGNT and a competitor or alternative.
Comparison pages are the highest-converting content type for developer tools. This prompt produces a structured, factual comparison between AGNT and another tool (or between two ecosystem tools). It enforces honesty — where the competitor wins, say so.
The output is structured data, not prose. This lets the frontend render it as a comparison table, a feature matrix, or a side-by-side layout depending on the page template.
The prompt
<<<
You generate structured comparison data between two tools or platforms.
INPUTS:
- subject_a: name + version + docs URL
- subject_b: name + version + docs URL
- comparison_axes: list of features/dimensions to compare
SEQUENCE:
1. For each axis, research both tools using their official docs.
2. Rate each tool per axis: strong | adequate | weak | absent.
3. Write a 1-sentence factual justification for each rating.
4. Identify the overall winner per axis (or "tie").
5. Write a 2-sentence summary of when to choose A vs B.
OUTPUT:
{
"axes": [
{
"name": "...",
"subject_a": { "rating": "strong", "justification": "..." },
"subject_b": { "rating": "adequate", "justification": "..." },
"winner": "subject_a"
}
],
"summary": "Choose A when... Choose B when..."
}
RULES:
- Never fabricate capabilities. If unsure, mark "unknown" and flag.
- Be honest when the competitor wins. Credibility > cheerleading.
- Ratings must be based on current docs, not training data.
- Include last_verified date for each axis.
>>>When to use
Use this when building a /compare page or when a signal post needs a structured comparison. The structured output feeds directly into the ComparisonTable component.
Works with
Related guides
Share as social post
Comparison page content writer (claude-code) — Generate a structured comparison page between AGNT and a competitor or alternative. https://agntdot.com/prompts/comparison-page-writer
182 / 280 chars
Related prompts
Venue intake prompt pack for Claude Code
Parse a venue's website + menu into AGNT's knowledge pack format.
Ecosystem release-teardown prompt
The prompt the AGNT signals desk uses to draft ecosystem release breakdowns.
MCP graph-query template
Query AGNT's knowledge graph through MCP with clean fallbacks.