asgard-ai-platform/biz-swot
Conduct SWOT analysis with TOWS matrix for strategic planning. Use this skill when the user needs to evaluate a company, product, or project by identifying strengths, weaknesses, opportunities, and threats, or wants to generate strategic options from internal and external factors. Also use when the user mentions competitive positioning, strategic assessment, or asks 'what are our advantages and risks', even without naming SWOT explicitly.
npx skills add https://github.com/asgard-ai-platform/skills --skill biz-swot
SWOT structures strategic assessment by separating internal factors (Strengths, Weaknesses) from external factors (Opportunities, Threats). The TOWS matrix then crosses these four quadrants to generate concrete strategy options. This skill guides the full workflow: from factor identification through prioritization to actionable strategy formulation.
Trigger conditions:
When NOT to use:
IRON LAW: Internal vs External Classification
Strengths and Weaknesses are INTERNAL — they originate from within the
organization and the organization can directly control or change them.
Examples: proprietary technology, brand reputation, team expertise, cost
structure, operational processes.
Opportunities and Threats are EXTERNAL — they originate from the environment
and the organization cannot directly control them.
Examples: market trends, regulatory changes, competitor actions, economic
conditions, technological shifts.
NEVER classify an external trend as a Strength or Weakness.
NEVER classify an internal capability as an Opportunity or Threat.
Test: "Can the organization decide to change this tomorrow?"
YES → Internal (S or W)
NO → External (O or T)
IRON LAW: Completeness Before Synthesis
Complete ALL four quadrants before generating strategies.
Do NOT jump to recommendations after identifying only strengths and
opportunities. Skipping W or T produces dangerously optimistic strategies.
Examine the organization's resources, capabilities, and performance:
For each factor, classify as Strength (competitive advantage) or Weakness (competitive disadvantage) relative to competitors. Be specific — "good team" is too vague; "engineering team with 5+ years experience in ML deployment" is actionable.
Scan the environment across these dimensions:
For each factor, classify as Opportunity (favorable) or Threat (unfavorable). Ground each factor in evidence — cite data, trends, or specific events when possible.
Not all factors carry equal weight. For each quadrant, rank factors by:
Keep the top 3-5 factors per quadrant for the TOWS matrix. Including too many dilutes the analysis.
Cross the four quadrants to generate four types of strategies:
| | Opportunities | Threats |
|---|---|---|
| Strengths | SO strategies: Use strengths to capture opportunities | ST strategies: Use strengths to defend against threats |
| Weaknesses | WO strategies: Address weaknesses to capture opportunities | WT strategies: Minimize weaknesses to avoid threats |
For each cell, generate 1-3 specific strategy options. Each strategy must reference at least one factor from each axis (e.g., SO strategy must name a specific strength AND a specific opportunity).
Convert the most promising TOWS strategies into actionable recommendations:
# SWOT Analysis: {Subject}
## Internal Factors
### Strengths
| # | Factor | Evidence | Impact |
|---|--------|----------|--------|
| S1 | {specific strength} | {supporting data} | High/Med/Low |
| S2 | ... | ... | ... |
### Weaknesses
| # | Factor | Evidence | Impact |
|---|--------|----------|--------|
| W1 | {specific weakness} | {supporting data} | High/Med/Low |
| W2 | ... | ... | ... |
## External Factors
### Opportunities
| # | Factor | Evidence | Likelihood |
|---|--------|----------|-----------|
| O1 | {specific opportunity} | {supporting data} | High/Med/Low |
| O2 | ... | ... | ... |
### Threats
| # | Factor | Evidence | Likelihood |
|---|--------|----------|-----------|
| T1 | {specific threat} | {supporting data} | High/Med/Low |
| T2 | ... | ... | ... |
## TOWS Strategy Matrix
| | Opportunities (O1, O2...) | Threats (T1, T2...) |
|---|---|---|
| **Strengths** | SO: {strategy using S to capture O} | ST: {strategy using S to counter T} |
| **Weaknesses** | WO: {strategy to fix W and capture O} | WT: {strategy to minimize W and avoid T} |
## Recommended Actions
1. **{Strategy name}** — {description} (from: {SO/ST/WO/WT})
- Timeline: ...
- Success metric: ...
2. ...
Scenario: SWOT for a mid-size Taiwanese bubble tea chain considering expansion to Japan
Analysis:
| Quadrant | Factor | Classification | Reasoning |
|----------|--------|---------------|-----------|
| S | Proprietary tapioca pearl recipe with unique texture | Internal ✓ | Company's own R&D product |
| S | 50 stores in Taiwan with proven SOP | Internal ✓ | Company's operational asset |
| W | No Japanese-speaking management team | Internal ✓ | Company's own resource gap |
| W | Limited capital for overseas expansion | Internal ✓ | Company's financial constraint |
| O | Japanese bubble tea market growing 15% YoY | External ✓ | Market trend, not company-controlled |
| O | Japan-Taiwan tourism recovery post-COVID | External ✓ | Macro environment factor |
| T | Established Japanese competitors (Gong Cha, CoCo) | External ✓ | Competitor landscape |
| T | Yen depreciation increasing import costs | External ✓ | Economic condition |
TOWS strategy example:
Scenario: Same bubble tea chain
What went wrong:
| Factor | Placed In | Should Be | Why |
|--------|-----------|-----------|-----|
| "Japanese bubble tea market growing 15% YoY" | Strength ❌ | Opportunity | Market growth is an external trend — the company cannot control it. Violates Iron Law: internal factors only in S/W. |
| "Our team lacks experience" | Threat ❌ | Weakness | Team composition is internal — the company controls who it hires. Violates Iron Law: external factors only in O/T. |
| "Good brand" | Strength ⚠️ | Needs specificity | Too vague to be actionable. What makes the brand good? Recognition in Taiwan? Social media following? Specific awards? |
references/tows-case-studies.mdreferences/framework-comparison.mdTake asgard-ai-platform/biz-swot from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.