Technology strategy Pattern 学习笔记4 - Creating the Strategy-Corporate Context

news2025/1/13 3:05:42

Creating the Strategy-Corporate Context

1 •. Stakeholder Alignment

1.1 要成功,要尽可能获得powerful leader的支持
1.2 也需要获得最高执行层的支持
1.3 Determining(确定) Stakeholders

  • 需要建立360度组织图,确认三类人
  • The people who will pay for it and stand on a stage and tell others that it’s important (your leaders, the executive team).
  • The people who will execute it, and need to understand it well
    enough to care about it and execute it properly (your teams,
  • The people who will ignore or undermine it if their views, aspirations,and concerns aren’t represented (your peers) -利益相关者.
    1.4 Determining Drivers
    1.4.1 咨询内部关键leader及外部供应商、合作伙伴确保strategy是正确的
    1.4.2 If the operations or “run” team is under a different leader, identify key leaders here
    1.4.3 和领导团队的扩展成员保持联络,让他们了解你的策略

1.5 Stakeholder List
1.5.1 建立10-30的清单,用于创建RACI和Stakeholder matrix
1.5.2 除了每个人的title、联系方式,还要有Influence和impact

  • Influence refers to how important this person’s support is.
  • Impact, on the other hand, refers to the degree to which your strategy, as it becomes realized, will impact her.
  • Influence和impack可以按1-5给分
    1.6 Stakeholder Matrix
    1.6.1 示意图
    在这里插入图片描述

1.6.2 Monitor-influence和impact都低
Ask them on a regular basis about changes in their worlds and what they see coming, and note what might inform your work

1.6.3 Maintain confidence
Send them reports on your activities. Be sure they understand your milestones and know how you are doing with respect to achieving those

1.6.4 Keep informed
1.6.5 Collaborate-双高
Actively work with these people on a regular basis in full partnership to co-create the ideas and execution plans within your strategy

2 RACI

2.1 细分工作,建立每个分享的RACI表格,人一般来自stockholders列表。

2.2 参考URL
2.2.1 https://zhuanlan.zhihu.com/p/631489823
2.3 示意图
在这里插入图片描述

在这里插入图片描述

3 Life Cycle Stage

3.1 分析公司属于那个阶段

在这里插入图片描述

4 Value Chain

4.1 技术上的Value Chain主要是提醒技术再value chain各环节的价值
在这里插入图片描述

4.2 Maximizing Efficiency

  • In your software product development, can you reduce debilitating technical debt
  • Are there parts of the code or systems architecture you can rework to reduce the server cost
  • What are current manual processes that could be automated to reduce the turnaround time, improve quality, or save on human labor that can be used for more creative purposes- 要能衡量的saveing
  • Can you use free, open source software in certain places, replacing costly enterprise contracts
  • 能否通过数字化体现价值,包括但不限于使用数字化训练、AI助手、远程沟通取代差旅等
  • Can you reduce service costs and turnaround by designing and architecting your products in a more modular way
  • Does this step truly add in your value proposition and market differentiation?
  • Can you separate true needs at each step versus perceived
    needs? 识别真实需求
  • Can you use the cloud or Software as a Service in new ways? 需要注意成本及是否能有利于使用新技术
  • Are there places where process participants can collaborate better, or collapse several steps into a few?
  • Are there redundant or legacy versions of products you can consolidate or kill off and offer lagging customers an alternative?
  • Can you organize your applications into services to reduce the likelihood of redundant, inefficient code

4.3 Maximizing value

  • Sustain the value 支持好现状
  • Maximize value :Finding places to create value in current systems; doing the same things better.
  • Discover value : Inventing new things of value. Can we provide new markets, new products, new channels?

4.4 Supporting Functions -HR/财务等部门

  • There are supporting activities as well—.those necessary evils for a company of any size, like HR and the IT folks
    4.5 Applying the Value Chain
  • Treat it as a high-level checklist to establish a baseline understanding of what your business unit does
  • Determine the owners or some knowledgeable, communicative person within each of these areas to determine how it works, where it sees advantage, and where it needs help
  • Consider and identify specific ways that your technology strategy can directly improve costs, improve margins, or add to profitability for each of the points in the process

4.6 Revenue diversity-收入多样性

  • I urge you to investigate and dig deeper to really find out all the sources of revenue
  • You might build a set of different microservices or design a data model differently if you understand these aspects of your business.
  • Understanding the ecosystem within the Value Chain is helpful to the business-minded architect

5 Growth-Share Matrix

当产品占据市场一定的份额时,可以用增长矩阵对所占份额进行描述
在这里插入图片描述

6 Core/Innovation Wave

6.1 作者发明的?Google不到多少资料
6.2 图例在这里插入图片描述

6.3 Don’t use this pattern on its own. Use it in conjunction with the
Growth-Share Matrix and Investment Map. The Wave alone won’t make any decisions for you.
6.4 layer over the waves to tag the priority level of
the funding each should get, with a bias toward those in the upper right: these are the ones that are most innovative and closest to the core of your business.

7 Investment Map

7.1 这个不是常见的商业投资分析,而是分析计划技术事情的可行性和重要性,也属于roadmap类分析
7.2 STEPS
1、使用表格列出所有ideas,包括但不现有新产品、新技术、架构演进、现有产品增强
2、从以下几个方面打分: 实现困难度、现状/准备情况、客户和市场接受度
3、准备2*2表格
4、和团体一起讨论相关roadmap、预算、优先级
5、作为Strategy Deck的一部分
在这里插入图片描述

7.4 不要单独使用,需要结合Growth-share matrix 和CORE/Innovation Ware

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/1173029.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

unity中移动方案--物理渲染分层

一、三种基本移动方案 unity中的移动分为Transform和Rigidbody以及CharacterController,其中CharacterController已经考虑了穿墙,贴墙走等情况。 1.使用transform,直接修改位置,无视碰撞 1.transform.position 2.transform.Translate 2.使用…

Paragon NTFS for Mac15.5磁盘存储软件

NTFS For Mac 15是首个支持Mac上读写NTFS外置存储设备解决方案 ,解决mac不能读写外置让您更加简单直观的在Mac机上随意对NTFS文件修改、删除等操作。 NTFS for Mac是什么 在选择一款合适自己的NTFS or Mac软件之前,您可以简单地对NTFS or Mac进行一个了…

(免费领源码)PHP#MySQL高校学生信息管理系统28099-计算机毕业设计项目选题推荐

摘 要 随着互联网趋势的到来,各行各业都在考虑利用互联网将自己推广出去,最好方式就是建立自己的互联网系统,并对其进行维护和管理。在现实运用中,应用软件的工作规则和开发步骤,采用php技术建设学生信息管理系统设计。…

【兔子王赠书第6期】Python机器学习实战:基于Scikit-learn与PyTorch的神经网络解决方案

文章目录 前言推荐图书写给读者内容简介本书目录本书特色推荐理由 粉丝福利结语 前言 粉丝福利又双叒叕来喽,小伙伴们快来看看吧! 推荐图书 《Python机器学习实战:基于Scikit-learn与PyTorch的神经网络解决方案》 京东直购链接&#xff1…

二维码智慧门牌管理系统升级:一键报错解决三大问题

文章目录 前言一、一键报错功能解决了三大问题二、提高效率和便捷性 前言 随着科技的不断发展,智能化管理已经深入到社会的各个角落,其中二维码智慧门牌管理系统在社区、酒店、写字楼等场所的应用尤为广泛。为了更好地提升管理系统效率和解决实际问题&a…

Linux生成静态库

GCC 什么是GCC GCC 是 GNU 编译器集合(GNU Compiler Collection)的缩写。它是一个开源的编程语言编译器,支持多种编程语言,包括 C、C、Objective-C、Fortran、Ada 和 Go 等。GCC 最初由理查德斯托曼(Richard Stallman…

VEX —— Quaternion|Euler Angle

目录 一,四元数相关概念 四元数 欧拉角 常用四元数相关函数 相互转换 二,案例 案例:沿面中心翻转 案例:路径导弹 一,四元数相关概念 四元数 在vex内四元数为((x,y&#xff0…

vmware--主机win11 samba 映射虚拟机ubuntu共享文件夹

参考链接 1.效果如下图 2.教程 2.1 win11开启 smb 忽略… 2.2 vmware–ubuntu 安装 samba sudo apt update sudo apt install samba2.3 vmware–ubuntu 验证 安装成功 ppan:~$ whereis samba samba: /usr/sbin/samba /usr/lib/x86_64-linux-gnu/samba /etc/samba /usr/sh…

《向量数据库指南》——用了解向量数据库Milvus Cloud搭建高效推荐系统

了解向量数据库 ANN 搜索是关系型数据库无法提供的功能。关系型数据库只能用于处理具有预定义结构、可直接比较值的表格型数据。因此,关系数据库索引也是基于这一点来比较数据。但是 Embedding 向量无法通过这种方式直接相互比较。因为我们不知道向量中的每个值代表什么意思,…

【LeetCode:187. 重复的DNA序列 | 滑动窗口 map】

🚀 算法题 🚀 🌲 算法刷题专栏 | 面试必备算法 | 面试高频算法 🍀 🌲 越难的东西,越要努力坚持,因为它具有很高的价值,算法就是这样✨ 🌲 作者简介:硕风和炜,…

ssm整合原理与实战

文章目录 前言一、SSM整合原理1.1 什么是SSM整合1.2 SSM整合核心问题1.2.1 第一问:SSM整合需要几个IoC容器?1.2.2 第二问:每个IoC容器对应哪些类型组件?1.2.3 第三问:IoC容器之间关系和调用方向?1.2.4第四问…

CSS画圆以及CSS实现动态圆

CSS画圆以及CSS实现动态圆 1. 先看基础(静态圆)1.1 效果如下:1.2 代码如下: 2. 动态圆2.1 一个动态圆2.1.1 让圆渐变2.1.2 圆渐变8秒后消失2.1.3 转动的圆(单个圆) 2.2 多个动态圆 1. 先看基础(…

LangChain+LLM实战---部署本地大模型(基于Langchain)

原文:Training Your Own LLM using privateGPT 作者:Wei-Meng Lee 了解如何在不向提供者公开私有数据的情况下训练自己的语言模型 使用公共AI服务(如OpenAI的ChatGPT)的主要问题之一是将您的私人数据暴露给提供商的风险。对于商业用途,这仍然…

K8S知识点(三)

(1)环境搭建-环境初始化 Centos的版本是有要求的必须是7.5或以上,否则安装出来的集群是有问题的Node节点可能加入不到集群中来 详细步骤 1.同时连接三台服务器:查看一下版本 是否正确 2.主机名解析,方便节点之间的…

PDF文件解析

一、PDF文件介绍 PDF是英文Portable Document Format缩写,就是可移植的意思,它是以PostScript语言图象模型为基础,无论在哪种打印机上都可保证精确的颜色和准确的打印效果,PostScript咱也不懂,估计和SVG的原理差不多吧…

视频剪辑技巧:批量合并视频,高效省时,添加背景音乐提升品质

随着社交媒体的兴起,视频制作越来越受到人们的关注。掌握一些视频剪辑技巧,可以让我们轻松地制作出令人惊艳的视频。本文将介绍一种高效、省时的视频剪辑技巧,帮助您批量合并视频、添加背景音乐,并提升视频品质。现在一起来看看云…

Redis那些事儿(二)

文章目录 1. 前言2. 消息队列(发布和订阅)应用场景:消息通知、Websocket集群 3. WebSocket集群示例 1. 前言 接着上一篇Redis那些事儿(一) ,这一篇主要介绍Redis的发布和订阅功能,可以实现高效的…

代码随想录算法训练营第11天|20. 有效的括号 1047. 删除字符串中的所有相邻重复项 150. 逆波兰表达式求值

JAVA代码编写 20. 有效的括号 给定一个只包括 (,),{,},[,] 的字符串 s ,判断字符串是否有效。 有效字符串需满足: 左括号必须用相同类型的右括号闭合。左括号必须以正确的顺序闭合。每个右括…

2024最新mac电脑清理垃圾的软件有哪些?

mac电脑是许多人喜爱的电子产品,它拥有优美的设计、流畅的操作系统和强大的性能。但是,随着使用时间的增长,mac电脑也会积累一些不必要的垃圾文件,这些文件会占用宝贵的存储空间,影响电脑的运行速度和稳定性。因此&…

华为OD机试 - 服务失效判断 - 逻辑分析(Java 2023 B卷 200分)

目录 专栏导读一、题目描述二、输入描述三、输出描述1、输入2、输出3、说明 四、解题思路五、Java算法源码六、效果展示1、输入2、输出3、说明 华为OD机试 2023B卷题库疯狂收录中,刷题点这里 专栏导读 本专栏收录于《华为OD机试(JAVA)真题&a…