diff --git a/docs/anchors/cynefin-framework.adoc b/docs/anchors/cynefin-framework.adoc index f77742c..a76ae1d 100644 --- a/docs/anchors/cynefin-framework.adoc +++ b/docs/anchors/cynefin-framework.adoc @@ -1,11 +1,16 @@ = Cynefin Framework :categories: strategic-planning :roles: team-lead, consultant, product-owner, software-architect +:proponents: Dave Snowden +:related: wardley-mapping +:tags: complexity, decision-making, sensemaking, strategy, domains [%collapsible] ==== Full Name:: Cynefin Framework according to Dave Snowden +Also known as:: Cynefin sensemaking framework + [discrete] == *Core Concepts*: @@ -27,8 +32,7 @@ Decision-making context:: Different domains require different approaches Facilitation tool:: Helps teams discuss and categorize challenges - -Key Proponent:: Dave Snowden (1999) +Key Proponents:: Dave Snowden (1999) [discrete] == *When to Use*: @@ -37,4 +41,9 @@ Key Proponent:: Dave Snowden (1999) * Choosing appropriate decision-making approaches * Facilitating team discussions about complexity * Strategic planning in uncertain environments + +[discrete] +== *Related Anchors*: + +* <> ==== diff --git a/docs/anchors/cynefin-framework.de.adoc b/docs/anchors/cynefin-framework.de.adoc index 1990b1c..3d8dad9 100644 --- a/docs/anchors/cynefin-framework.de.adoc +++ b/docs/anchors/cynefin-framework.de.adoc @@ -1,11 +1,16 @@ = Cynefin Framework :categories: strategic-planning :roles: team-lead, consultant, product-owner, software-architect +:proponents: Dave Snowden +:related: wardley-mapping +:tags: complexity, decision-making, sensemaking, strategy, domains [%collapsible] ==== Vollständiger Name:: Cynefin Framework nach Dave Snowden +Auch bekannt als:: Cynefin Sensemaking-Framework + [discrete] == *Kernkonzepte*: @@ -27,7 +32,6 @@ Entscheidungskontext:: Verschiedene Domänen erfordern verschiedene Ansätze Facilitierungs-Tool:: Hilft Teams, Herausforderungen zu diskutieren und zu kategorisieren - Schlüsselvertreter:: Dave Snowden (1999) [discrete] @@ -37,4 +41,9 @@ Schlüsselvertreter:: Dave Snowden (1999) * Auswahl geeigneter Entscheidungsansätze * Facilitierung von Teamdiskussionen über Komplexität * Strategische Planung in unsicheren Umgebungen + +[discrete] +== *Verwandte Anker*: + +* <> ==== diff --git a/website/public/data/anchors.json b/website/public/data/anchors.json index 6c8558e..2e663e0 100644 --- a/website/public/data/anchors.json +++ b/website/public/data/anchors.json @@ -195,14 +195,24 @@ "product-owner", "software-architect" ], - "related": [], - "proponents": [], - "tags": [], + "related": [ + "wardley-mapping" + ], + "proponents": [ + "Dave Snowden" + ], + "tags": [ + "complexity", + "decision-making", + "sensemaking", + "strategy", + "domains" + ], "filePath": "docs/anchors/cynefin-framework.adoc" }, { "id": "devils-advocate", - "title": "Devil\u2019s Advocate", + "title": "Devil’s Advocate", "categories": [ "problem-solving" ], @@ -219,7 +229,7 @@ }, { "id": "diataxis-framework", - "title": "Di\u00e1taxis Framework", + "title": "Diátaxis Framework", "categories": [ "documentation" ], @@ -234,7 +244,7 @@ }, { "id": "docs-as-code", - "title": "Docs-as-Code according to Ralf D. M\u00fcller", + "title": "Docs-as-Code according to Ralf D. Müller", "categories": [ "documentation" ], @@ -267,7 +277,7 @@ }, { "id": "dry-principle", - "title": "DRY (Don\u2019t Repeat Yourself)", + "title": "DRY (Don’t Repeat Yourself)", "categories": [ "design-principles" ], @@ -521,6 +531,33 @@ ], "filePath": "docs/anchors/morphological-box.adoc" }, + { + "id": "moscow", + "title": "MoSCoW", + "categories": [ + "requirements-engineering" + ], + "roles": [ + "product-owner", + "business-analyst", + "team-lead", + "consultant" + ], + "related": [ + "user-story-mapping", + "impact-mapping" + ], + "proponents": [ + "Dai Clegg" + ], + "tags": [ + "prioritization", + "requirements", + "agile", + "dsdm" + ], + "filePath": "docs/anchors/moscow.adoc" + }, { "id": "mutation-testing", "title": "Mutation Testing", @@ -556,33 +593,6 @@ "tags": [], "filePath": "docs/anchors/nelson-rules.adoc" }, - { - "id": "moscow", - "title": "MoSCoW", - "categories": [ - "requirements-engineering" - ], - "roles": [ - "product-owner", - "business-analyst", - "team-lead", - "consultant" - ], - "related": [ - "user-story-mapping", - "impact-mapping" - ], - "proponents": [ - "Dai Clegg" - ], - "tags": [ - "prioritization", - "requirements", - "agile", - "dsdm" - ], - "filePath": "docs/anchors/moscow.adoc" - }, { "id": "problem-space-nvc", "title": "Problem Space NVC", @@ -648,6 +658,48 @@ "tags": [], "filePath": "docs/anchors/pyramid-principle.adoc" }, + { + "id": "regulated-environment", + "title": "Regulated Environment", + "categories": [ + "development-workflow" + ], + "roles": [ + "software-developer", + "software-architect", + "qa-engineer", + "devops-engineer", + "team-lead", + "consultant", + "business-analyst" + ], + "related": [ + "iec-61508-sil-levels", + "docs-as-code", + "conventional-commits", + "semantic-versioning" + ], + "proponents": [ + "FDA (21 CFR Part 11)", + "EMA (GMP Annex 11)", + "ISO 9001", + "IEC 62304", + "GAMP 5" + ], + "tags": [ + "compliance", + "validation", + "traceability", + "audit-trail", + "change-control", + "documentation", + "GxP", + "FDA", + "IEC", + "ISO" + ], + "filePath": "docs/anchors/regulated-environment.adoc" + }, { "id": "rubber-duck-debugging", "title": "Rubber Duck Debugging", @@ -919,4 +971,4 @@ "tags": [], "filePath": "docs/anchors/what-qualifies-as-a-semantic-anchor.adoc" } -] +] \ No newline at end of file diff --git a/website/public/data/categories.json b/website/public/data/categories.json index 72fac65..336dd26 100644 --- a/website/public/data/categories.json +++ b/website/public/data/categories.json @@ -27,6 +27,7 @@ "bem-methodology", "conventional-commits", "mental-model-according-to-naur", + "regulated-environment", "semantic-versioning", "sota", "timtowtdi", @@ -72,6 +73,7 @@ "name": "Requirements Engineering", "anchors": [ "ears-requirements", + "moscow", "problem-space-nvc", "user-story-mapping" ] diff --git a/website/public/data/metadata.json b/website/public/data/metadata.json index c29f0d1..ea092ce 100644 --- a/website/public/data/metadata.json +++ b/website/public/data/metadata.json @@ -1,15 +1,15 @@ { - "generatedAt": "2026-02-20T19:58:22.989Z", + "generatedAt": "2026-02-26T19:17:52.667Z", "version": "1.0.0", "counts": { - "anchors": 50, + "anchors": 52, "categories": 12, "roles": 12 }, "statistics": { - "averageRolesPerAnchor": "3.18", + "averageRolesPerAnchor": "3.27", "averageCategoriesPerAnchor": "1.00", - "anchorsWithTags": 4, - "anchorsWithRelated": 3 + "anchorsWithTags": 7, + "anchorsWithRelated": 6 } } \ No newline at end of file diff --git a/website/public/data/roles.json b/website/public/data/roles.json index b1789eb..3933a10 100644 --- a/website/public/data/roles.json +++ b/website/public/data/roles.json @@ -11,8 +11,10 @@ "impact-mapping", "jobs-to-be-done", "mece", + "moscow", "problem-space-nvc", "pyramid-principle", + "regulated-environment", "ssot-principle", "user-story-mapping" ] @@ -32,8 +34,10 @@ "mece", "mental-model-according-to-naur", "morphological-box", + "moscow", "problem-space-nvc", "pyramid-principle", + "regulated-environment", "socratic-method", "solid-principles", "sota", @@ -65,6 +69,7 @@ "five-whys", "iec-61508-sil-levels", "nelson-rules", + "regulated-environment", "semantic-versioning", "spc", "testing-pyramid" @@ -92,6 +97,7 @@ "impact-mapping", "jobs-to-be-done", "morphological-box", + "moscow", "problem-space-nvc", "pugh-matrix", "semantic-versioning", @@ -109,6 +115,7 @@ "iec-61508-sil-levels", "mutation-testing", "property-based-testing", + "regulated-environment", "rubber-duck-debugging", "spc", "tdd-chicago-school", @@ -135,6 +142,7 @@ "mece", "morphological-box", "pugh-matrix", + "regulated-environment", "solid-principles", "spot-principle", "ssot-principle", @@ -165,6 +173,7 @@ "morphological-box", "mutation-testing", "property-based-testing", + "regulated-environment", "rubber-duck-debugging", "semantic-versioning", "solid-principles", @@ -196,8 +205,10 @@ "impact-mapping", "madr", "mental-model-according-to-naur", + "moscow", "pugh-matrix", "pyramid-principle", + "regulated-environment", "socratic-method", "spc", "testing-pyramid",