Comparisons Block
SWOT Snapshot
A compact SWOT block for strategic context and planning discussions.
SWOT
Position, pressure, possibility
Separate strengths, weaknesses, opportunities, and threats.
01
Strengths
02
Weaknesses
03
Opportunities
04
Threats
Use SWOT Snapshot in your next deck — for free
STORYD writes a presentation around your topic and applies SWOT Snapshot across every slide. No template hunting, no copy-paste.
Free, no card. Exports to PPTX.
OPF Config
blocks:swot-snapshot{
"$schema": "https://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "SWOT Snapshot",
"subtitle": "A compact SWOT block for strategic context and planning discussions.",
"purpose": "Summarize strategic context across internal and external factors.",
"narrative": {
"id": "situation-complication-resolution"
},
"keyMessages": [
"Strengths and weaknesses are internal.",
"Opportunities and threats are external.",
"The pattern informs action."
],
"tone": "formal",
"tags": [
"content-block",
"swot-snapshot"
]
},
"design": {
"colors": {
"scheme": "cool-horizon"
},
"fonts": {
"scheme": "aptos"
},
"background": {
"type": "solid",
"color": "#ffffff"
},
"layoutPreferences": {
"density": "dense",
"alignment": "left",
"animations": false,
"slideNumbers": false
}
},
"slides": [
{
"id": "swot-snapshot",
"layout": "swot-analysis",
"section": "SWOT Snapshot",
"elements": [
{
"id": "swot-snapshot-title",
"type": "text",
"slot": "title",
"content": {
"text": "Position, pressure, possibility"
},
"style": {
"fontSize": 34,
"alignment": "left"
}
},
{
"id": "swot-snapshot-subtitle",
"type": "text",
"slot": "subtitle",
"content": {
"text": "A focused SWOT view for planning."
},
"style": {
"fontSize": 16,
"lineHeight": 1.3
}
},
{
"id": "swot-snapshot-points",
"type": "text",
"slot": "body",
"content": {
"bullets": [
"Strengths",
"Weaknesses",
"Opportunities",
"Threats"
]
},
"style": {
"fontSize": 15,
"lineHeight": 1.25
}
}
],
"notes": "A compact SWOT block for strategic context and planning discussions."
}
]
}Preview this config live at pptx.dev/playground.
Use Case
Use when the audience needs a balanced view of internal and external factors.
When to Use
For planning sessions, market reviews, and strategic assessments.
When to Avoid
Avoid when the recommendation is already known and SWOT would be filler.
Block Structure
swot-analysis
Position, pressure, possibility
A focused SWOT view for planning.
- -Strengths
- -Weaknesses
- -Opportunities
- -Threats
Best Practices
Keep each quadrant short.
Do not mix internal and external factors.
Use SWOT to support a next move, not as an endpoint.
Playground deep link: config=blocks:swot-snapshot