From 7d0bb59ddc3f5cbf11cb7692187606a188fdb6ad Mon Sep 17 00:00:00 2001 From: Melissa Braxton Date: Mon, 27 Feb 2023 14:48:07 -0800 Subject: [PATCH 1/4] stakeholder influence map - init commit Initial commit to create a blank template for stakeholder influence map content. --- _methods/stakeholder-influence-map | 42 ++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 _methods/stakeholder-influence-map diff --git a/_methods/stakeholder-influence-map b/_methods/stakeholder-influence-map new file mode 100644 index 00000000..3833ba3e --- /dev/null +++ b/_methods/stakeholder-influence-map @@ -0,0 +1,42 @@ +--- +layout: card +title: [Title here] +permalink: /[category]/[title-slug]/ +redirect_from: + - /[title-slug]/ +description: [Description here — this is the one-line "What"] +category: Discover +what: [Description here — this is the one-line "What"] +why: [Description here - this is a short "Why"] +timeRequired: [Estimated time — can be a range] +governmentConsiderations: + +--- + +## How to do it + +1. [Ordered list items here] + +
+ +## Example from 18F + +[Example here — Delete this section if no example from 18F] + +
+ +
+ +## Additional resources + +- [Unordered list with additional resources linking out — Delete this section if no additional resources from 18F] + +
+ +
+ +## Considerations for use in government + +[Add considerations as appropriate. Standard language is: No PRA implications. No information is collected from members of the public.] + +
From 5ce5bfc444c9ba1ead45f6324082248477eacab8 Mon Sep 17 00:00:00 2001 From: Melissa Braxton Date: Mon, 27 Feb 2023 14:54:48 -0800 Subject: [PATCH 2/4] Added new method content --- _methods/stakeholder-influence-map | 42 -------------------------- _methods/stakeholder-influence-mapping | 36 ++++++++++++++++++++++ 2 files changed, 36 insertions(+), 42 deletions(-) delete mode 100644 _methods/stakeholder-influence-map create mode 100644 _methods/stakeholder-influence-mapping diff --git a/_methods/stakeholder-influence-map b/_methods/stakeholder-influence-map deleted file mode 100644 index 3833ba3e..00000000 --- a/_methods/stakeholder-influence-map +++ /dev/null @@ -1,42 +0,0 @@ ---- -layout: card -title: [Title here] -permalink: /[category]/[title-slug]/ -redirect_from: - - /[title-slug]/ -description: [Description here — this is the one-line "What"] -category: Discover -what: [Description here — this is the one-line "What"] -why: [Description here - this is a short "Why"] -timeRequired: [Estimated time — can be a range] -governmentConsiderations: - ---- - -## How to do it - -1. [Ordered list items here] - -
- -## Example from 18F - -[Example here — Delete this section if no example from 18F] - -
- -
- -## Additional resources - -- [Unordered list with additional resources linking out — Delete this section if no additional resources from 18F] - -
- -
- -## Considerations for use in government - -[Add considerations as appropriate. Standard language is: No PRA implications. No information is collected from members of the public.] - -
diff --git a/_methods/stakeholder-influence-mapping b/_methods/stakeholder-influence-mapping new file mode 100644 index 00000000..7628fb1e --- /dev/null +++ b/_methods/stakeholder-influence-mapping @@ -0,0 +1,36 @@ +--- +layout: card +title: Stakeholder influence mapping +permalink: /discover/stakeholder-influence-mapping/ +redirect_from: + - /stakeholder-influence-mapping/ +description: A visual representation of stakeholders — the people who are involved — and their potential influence and impact on a project or service system, in comparison to one another. +category: Discover +what: A visual representation of stakeholders — the people who are involved — and their potential influence and impact on a project or service system, in comparison to one another. +why: To uncover and describe power dynamics — the often-unspoken balances of influence and control — that could impact project outcomes; prioritize which stakeholders to engage with and how, and inform a communication and engagement approach. +timeRequired: ~1 hour +governmentConsiderations: + +--- + +## How to do it + +1. Gather the team and, ideally, at least one crucial stakeholder familiar with their organization and how it works from both a technical and an interpersonal point of view. +1. If meeting in person, you’ll need sticky notes and a whiteboard; if meeting remotely, use a virtual whiteboard or tools that support online document collaboration, ideally simultaneously. +1. Divide the whiteboard into four areas, as a grid. Label the x axis influence and the y axis interest. +1. List out stakeholders together. Write down names of people, groups, communities, or organizations that your work may impact, and organize them into the four quadrants based on your understanding of their relative influence and interest. +1. Look at each quadrant to sort who to engage with and how: + - interested and influential - collaborate with them + - either influential or interested - keep them informed + - neither influential nor interested - allow them to drive their own involvement +1. If your map reveals power dynamics that route around policy, consider whether the information poses personal or professional risk to any stakeholders. Avoid possible harm by sharing this map with only the people who need to understand it, and consider the consequences of those you do share with — or share an edited version. +1. Review and update the map as you understand the situation better. + +
+ + +## Considerations for use in government + +[Add considerations as appropriate. Standard language is: No PRA implications. No information is collected from members of the public.] + +
From 5cd9fc64d595accf7502acf7cd4341a85dabc3dc Mon Sep 17 00:00:00 2001 From: Melissa Braxton Date: Mon, 27 Feb 2023 15:03:33 -0800 Subject: [PATCH 3/4] Added gov considerations --- _methods/stakeholder-influence-mapping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_methods/stakeholder-influence-mapping b/_methods/stakeholder-influence-mapping index 7628fb1e..39512da7 100644 --- a/_methods/stakeholder-influence-mapping +++ b/_methods/stakeholder-influence-mapping @@ -31,6 +31,6 @@ governmentConsiderations: ## Considerations for use in government -[Add considerations as appropriate. Standard language is: No PRA implications. No information is collected from members of the public.] +No PRA implications. No information is collected from members of the public. From f978cf00c5e8dec72cd2cd858c9b71af8e322113 Mon Sep 17 00:00:00 2001 From: Melissa Braxton Date: Mon, 27 Feb 2023 15:05:55 -0800 Subject: [PATCH 4/4] Added stakeholder influence mapping --- _data/categories.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/categories.yml b/_data/categories.yml index ed260b99..5540ed50 100644 --- a/_data/categories.yml +++ b/_data/categories.yml @@ -12,6 +12,7 @@ - KJ method - Lean coffee - Stakeholder and user interviews + - Stakeholder influence mapping - category_name: Decide category_description: Elaborate on research from your Discovery phase.