# cursor规则工程 **Repository Path**: sh_zouxw/cursor-rules ## Basic Information - **Project Name**: cursor规则工程 - **Description**: 记录一些在软件工程中正在使用的cursor 规则文件以及智能体设置 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-03-01 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cursor规则工程 #### 介绍 记录一些软件开发中正在使用的cursor规则文件以及智能体设置 #### 目录结构 root ├── agent-config <- 智能体配置 │ └── {role}-agent-config.md <- 智能体配置文件, 按照文件配置设置智能体 ├── rules <- 规则文件,包括编码规范、文档规范等 ├── process <- 工作模式规则,如IPD研发模式、项目分析模式等 └── README.md <- 项目说明文件 #### 安装教程 1. 按照需求在process中选择适用的工作模式,粘贴到Notepad中的工作规划中 2. 将rules中user-rules.md中内容复制到用户规则中,其中工作流程替换为你选中的工作模式 3. 根据工作模式中提供的依赖智能体清单配置智能体 4. 开始工作 #### 使用说明 #### 参与贡献