# Swot Analyzer

> Create comprehensive SWOT analyses with strategic recommendations. TRIGGERS - Use when user wants a SWOT analysis, strategic assessment, or strengths/weaknesses evaluation.

- Skill: `winbda/swot-analyzer` (Agent Skill)
- Install (CLI): `npx skillmds add winbda/swot-analyzer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/winbda/swot-analyzer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Winbda (https://skillmd.com/u/winbda)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/winbda/swot-analyzer

---


# SWOT Analyzer

## Output Format

```markdown
# SWOT Analysis: [Company/Product]

## Matrix

| | Helpful | Harmful |
|--|---------|---------|
| **Internal** | **STRENGTHS** | **WEAKNESSES** |
| | • [S1] | • [W1] |
| | • [S2] | • [W2] |
| | • [S3] | • [W3] |
| **External** | **OPPORTUNITIES** | **THREATS** |
| | • [O1] | • [T1] |
| | • [O2] | • [T2] |
| | • [O3] | • [T3] |

## Strategic Actions

### Leverage (Strengths × Opportunities)
[How to use strengths to capture opportunities]

### Defend (Strengths × Threats)
[How to use strengths to counter threats]

### Improve (Weaknesses × Opportunities)
[How to fix weaknesses to capture opportunities]

### Mitigate (Weaknesses × Threats)
[How to address weaknesses before threats exploit them]

## Priority Actions
1. [Highest-impact action]
2. [Next priority]
3. [Next priority]
```

