# pm-developer-quadrants **Repository Path**: router_gao/pm-developer-quadrants ## Basic Information - **Project Name**: pm-developer-quadrants - **Description**: No description available - **Primary Language**: HTML - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-04 - **Last Updated**: 2025-09-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pm-developer-quadrants #### 项目介绍 这是一个包含三个专业角色象限图的可视化项目,帮助理解不同职业角色的能力模型和发展方向。 项目包含以下三个象限图: 1. **AI采用度象限图** (`ai-adoption-quadrants/`) - 展示AI辅助工作效率与AI驱动创新的关系 2. **开发者象限图** (`developer-quadrants/`) - 展示技术深度与业务理解的关系 3. **产品经理象限图** (`pm-quadrants/`) - 展示技术深度与商业敏锐度的关系 每个象限图都是独立的HTML文件,具有现代化的响应式设计,支持移动端访问。 #### 安装教程 1. 克隆项目到本地 ```bash git clone [repository-url] cd pm-developer-quadrants ``` 2. 如果在WSL中打开HTML文件,可以使用以下方法 ```bash # 打开AI采用度象限图 wslview ai-adoption-quadrants/ai-adoption-quadrants.html # 打开开发者象限图 wslview developer-quadrants/developer-quadrants.html # 打开产品经理象限图 wslview pm-quadrants/pm-quadrants.html ``` 3. 或者使用本地服务器(推荐) ```bash # 使用Python启动本地服务器 python -m http.server 8000 # 然后在浏览器中访问 # http://localhost:8000/ai-adoption-quadrants/ai-adoption-quadrants.html # http://localhost:8000/developer-quadrants/developer-quadrants.html # http://localhost:8000/pm-quadrants/pm-quadrants.html ``` #### 使用说明 1. **AI采用度象限图** - 帮助评估个人或团队的AI应用水平 - 横轴:AI辅助工作效率(从低到高) - 纵轴:AI驱动创新(从低到高) - 四个象限:AI创新领导者、AI创新探索者、AI初学者、AI效率专家 2. **开发者象限图** - 帮助开发者定位自己的技能发展方向 - 横轴:业务理解(从低到高) - 纵轴:技术深度(从低到高) - 四个象限:技术架构师、业务开发者、初级开发者、技术专家 3. **产品经理象限图** - 帮助产品经理了解自己的能力模型 - 横轴:商业敏锐度(从低到高) - 纵轴:技术深度(从低到高) - 四个象限:技术战略家、商业远见者、成长型产品经理、技术专家