Skip to content

Commit 71c7299

Browse files
authored
Merge pull request #169 from LLM-Coding/copilot/add-swat-anchor-proposal
feat: Add SWOT as a semantic anchor
2 parents b055f67 + b659d60 commit 71c7299

7 files changed

Lines changed: 142 additions & 1 deletion

File tree

docs/anchors/swot.adoc

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
= SWOT
2+
:categories: strategic-planning
3+
:roles: product-owner, business-analyst, consultant, team-lead, software-architect
4+
:related: pugh-matrix, wardley-mapping, moscow
5+
:proponents: Albert Humphrey
6+
:tags: swot, strategic-planning, analysis, strengths, weaknesses, opportunities, threats, business-analysis
7+
8+
[%collapsible]
9+
====
10+
Full Name:: SWOT Analysis
11+
12+
Also known as:: SWOT Matrix, TOWS Analysis
13+
14+
[discrete]
15+
== *Core Concepts*:
16+
17+
SWOT = **S**trengths / **W**eaknesses / **O**pportunities / **T**hreats
18+
19+
Strengths:: Internal positive attributes and resources that give the subject an advantage over others
20+
21+
Weaknesses:: Internal negative attributes or limitations that place the subject at a disadvantage relative to others
22+
23+
Opportunities:: External factors or trends that the subject could exploit to its advantage
24+
25+
Threats:: External factors or conditions that could cause problems or jeopardise the subject's success
26+
27+
Internal vs. External:: Strengths and Weaknesses are internal (within control); Opportunities and Threats are external (environmental)
28+
29+
Present vs. Future orientation:: Strengths and Weaknesses reflect the current state; Opportunities and Threats look toward future conditions
30+
31+
TOWS variant:: Systematic derivation of strategies by cross-referencing SWOT quadrants (SO, ST, WO, WT strategies)
32+
33+
Key Proponent:: Albert Humphrey (Stanford Research Institute, 1960s–1970s)
34+
35+
[discrete]
36+
== *When to Use*:
37+
38+
* Strategic planning for a product, project, organisation, or technology choice
39+
* Competitive analysis to understand market positioning
40+
* Evaluating an architectural or technology decision holistically
41+
* Team retrospectives to assess current state before planning next steps
42+
* Business case preparation and stakeholder communication
43+
44+
*Related Anchors*:
45+
46+
* <<pugh-matrix,Pugh Matrix>>
47+
* <<wardley-mapping,Wardley Mapping>>
48+
* <<moscow,MoSCoW>>
49+
====

docs/anchors/swot.de.adoc

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
= SWOT
2+
:categories: strategic-planning
3+
:roles: product-owner, business-analyst, consultant, team-lead, software-architect
4+
:related: pugh-matrix, wardley-mapping, moscow
5+
:proponents: Albert Humphrey
6+
:tags: swot, strategic-planning, analysis, strengths, weaknesses, opportunities, threats, business-analysis
7+
8+
[%collapsible]
9+
====
10+
Vollständiger Name:: SWOT-Analyse
11+
12+
Auch bekannt als:: SWOT-Matrix, TOWS-Analyse
13+
14+
[discrete]
15+
== *Kernkonzepte*:
16+
17+
SWOT = **S**tärken / **S**chwächen / **C**hancen / **B**edrohungen (englisches Akronym: Strengths / Weaknesses / Opportunities / Threats)
18+
19+
Strengths (Stärken):: Interne positive Eigenschaften und Ressourcen, die dem Betrachtungsobjekt einen Vorteil gegenüber anderen verschaffen
20+
21+
Weaknesses (Schwächen):: Interne negative Eigenschaften oder Einschränkungen, die das Betrachtungsobjekt gegenüber anderen benachteiligen
22+
23+
Opportunities (Chancen):: Externe Faktoren oder Trends, die das Betrachtungsobjekt zu seinem Vorteil nutzen könnte
24+
25+
Threats (Risiken):: Externe Faktoren oder Bedingungen, die Probleme verursachen oder den Erfolg des Betrachtungsobjekts gefährden könnten
26+
27+
Intern vs. Extern:: Stärken und Schwächen sind intern (beeinflussbar); Chancen und Risiken sind extern (umgebungsbedingt)
28+
29+
Gegenwart vs. Zukunft:: Stärken und Schwächen spiegeln den aktuellen Zustand wider; Chancen und Risiken blicken auf zukünftige Bedingungen
30+
31+
TOWS-Variante:: Systematische Ableitung von Strategien durch Kreuzvergleich der SWOT-Quadranten (SO-, ST-, WO-, WT-Strategien)
32+
33+
Schlüsselvertreter:: Albert Humphrey (Stanford Research Institute, 1960er–1970er Jahre)
34+
35+
[discrete]
36+
== *Wann zu verwenden*:
37+
38+
* Strategische Planung für ein Produkt, Projekt, eine Organisation oder Technologieentscheidung
39+
* Wettbewerbsanalyse zur Bestimmung der Marktpositionierung
40+
* Ganzheitliche Bewertung einer Architektur- oder Technologieentscheidung
41+
* Team-Retrospektiven zur Zustandsbewertung vor der nächsten Planungsrunde
42+
* Erstellung von Business Cases und Stakeholder-Kommunikation
43+
44+
*Verwandte Anker*:
45+
46+
* <<pugh-matrix,Pugh-Matrix>>
47+
* <<wardley-mapping,Wardley Mapping>>
48+
* <<moscow,MoSCoW>>
49+
====

skill/semantic-anchor-translator/references/catalog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,3 +293,7 @@ Source: https://github.com/LLM-Coding/Semantic-Anchors
293293
### Pugh Matrix
294294
- **Proponents:** Stuart Pugh
295295
- **Core:** Decision matrix comparing options against criteria with baseline
296+
297+
### SWOT
298+
- **Proponents:** Albert Humphrey
299+
- **Core:** Strengths, Weaknesses, Opportunities, Threats — internal vs. external strategic analysis

website/public/data/anchors.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1994,6 +1994,39 @@
19941994
"tags": [],
19951995
"filePath": "docs/anchors/ssot-principle.adoc"
19961996
},
1997+
{
1998+
"id": "swot",
1999+
"title": "SWOT",
2000+
"categories": [
2001+
"strategic-planning"
2002+
],
2003+
"roles": [
2004+
"product-owner",
2005+
"business-analyst",
2006+
"consultant",
2007+
"team-lead",
2008+
"software-architect"
2009+
],
2010+
"related": [
2011+
"pugh-matrix",
2012+
"wardley-mapping",
2013+
"moscow"
2014+
],
2015+
"proponents": [
2016+
"Albert Humphrey"
2017+
],
2018+
"tags": [
2019+
"swot",
2020+
"strategic-planning",
2021+
"analysis",
2022+
"strengths",
2023+
"weaknesses",
2024+
"opportunities",
2025+
"threats",
2026+
"business-analysis"
2027+
],
2028+
"filePath": "docs/anchors/swot.adoc"
2029+
},
19972030
{
19982031
"id": "tdd-chicago-school",
19992032
"title": "TDD, Chicago School",

website/public/data/categories.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
"impact-mapping",
145145
"jobs-to-be-done",
146146
"pugh-matrix",
147+
"swot",
147148
"wardley-mapping"
148149
]
149150
},

website/public/data/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generatedAt": "2026-03-11T11:07:32.371Z",
2+
"generatedAt": "2026-03-11T08:43:54.678Z",
33
"version": "1.0.0",
44
"counts": {
55
"anchors": 92,

website/public/data/roles.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"pyramid-principle",
2020
"regulated-environment",
2121
"ssot-principle",
22+
"swot",
2223
"user-story-mapping"
2324
]
2425
},
@@ -48,6 +49,7 @@
4849
"socratic-method",
4950
"solid-principles",
5051
"sota",
52+
"swot",
5153
"timtowtdi",
5254
"wardley-mapping",
5355
"what-qualifies-as-a-semantic-anchor",
@@ -118,6 +120,7 @@
118120
"problem-space-nvc",
119121
"pugh-matrix",
120122
"semantic-versioning",
123+
"swot",
121124
"user-story-mapping",
122125
"wardley-mapping"
123126
]
@@ -202,6 +205,7 @@
202205
"solid-srp",
203206
"spot-principle",
204207
"ssot-principle",
208+
"swot",
205209
"tdd-london-school",
206210
"timtowtdi",
207211
"wardley-mapping",
@@ -310,6 +314,7 @@
310314
"regulated-environment",
311315
"socratic-method",
312316
"spc",
317+
"swot",
313318
"testing-pyramid",
314319
"todotxt-flavoured-markdown",
315320
"user-story-mapping",

0 commit comments

Comments
 (0)