{"id":36704658,"url":"https://github.com/szqjl/planning-with-files-cursor","last_synced_at":"2026-01-15T03:13:55.694Z","repository":{"id":332073738,"uuid":"1130616332","full_name":"szqjl/planning-with-files-cursor","owner":"szqjl","description":"将 Manus AI 的规划工作流模式适配到 Cursor IDE - Planning with Files workflow for Cursor IDE","archived":false,"fork":false,"pushed_at":"2026-01-09T06:50:24.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-12T18:38:26.443Z","etag":null,"topics":["ai-assistant","context-engineering","cross-platform","cursor-ide","developer-tools","manus-ai","markdown","planning-workflow","productivity","workflow-automation"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/szqjl.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-08T18:57:48.000Z","updated_at":"2026-01-09T09:22:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/szqjl/planning-with-files-cursor","commit_stats":null,"previous_names":["szqjl/planning-with-files-cursor"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/szqjl/planning-with-files-cursor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szqjl%2Fplanning-with-files-cursor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szqjl%2Fplanning-with-files-cursor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szqjl%2Fplanning-with-files-cursor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szqjl%2Fplanning-with-files-cursor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/szqjl","download_url":"https://codeload.github.com/szqjl/planning-with-files-cursor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szqjl%2Fplanning-with-files-cursor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28442247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"online","status_checked_at":"2026-01-15T02:00:08.019Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-assistant","context-engineering","cross-platform","cursor-ide","developer-tools","manus-ai","markdown","planning-workflow","productivity","workflow-automation"],"created_at":"2026-01-12T11:41:32.399Z","updated_at":"2026-01-15T03:13:55.689Z","avatar_url":"https://github.com/szqjl.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Planning with Files for Cursor\n\n\u003e 将 Manus AI 的规划工作流模式适配到 Cursor IDE | Adapt Manus AI's planning workflow pattern to Cursor IDE\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Version](https://img.shields.io/badge/version-1.1-green.svg)](https://gitee.com/philsz/planning-with-files-cursor)\n[![Status](https://img.shields.io/badge/status-stable-success.svg)](README.md)\n\n## 🎯 项目目标\n\n创建一个类似 [planning-with-files](https://github.com/OthmanAdi/planning-with-files) 的项目，但针对 Cursor IDE 进行适配，让用户可以通过简单的复制操作就能在 Cursor 中使用规划工作流。\n\n## 📋 当前状态\n\n**✅ 项目已完成并优化** - 所有核心功能已开发并通过测试，已优化自动执行规则，可以正常使用\n\n**最新优化** (v1.1):\n- ✅ 添加自动执行规则，减少不必要的用户确认\n- ✅ 解决频繁询问问题，AI 可根据 task_plan.md 自动判断和执行\n\n## ✅ 已解决的问题\n\n1. **Cursor 的配置机制** ✅\n   - ✅ Cursor 全局配置目录：Windows `%USERPROFILE%\\.cursor\\`\n   - ✅ 支持全局 `.cursorrules`：位于 `%USERPROFILE%\\.cursor\\rules\\`\n   - ✅ 配置加载优先级：项目级 `.cursorrules` 优先于全局配置\n\n2. **实现方案** ✅\n   - ✅ 已实现：项目模板方式（复制到项目）\n   - ✅ 已实现：全局配置方式（复制到 Cursor 目录）\n   - ✅ 选择混合方案：两种方式都支持，用户自由选择\n\n3. **安装方式** ✅\n   - ✅ 已创建一键安装脚本（Windows/Linux/macOS）\n   - ✅ 支持项目级和全局两种安装模式\n   - ✅ 提供验证脚本检查安装结果\n\n## 📁 项目结构\n\n```\nplanning-with-files-cursor/\n├── README.md                 # 本文件\n├── task_plan.md              # 项目任务计划（工作流示例）\n├── notes.md                  # 研究笔记（工作流示例）\n├── workflow.md                # 工作流文档\n├── .cursorrules              # Cursor 规则模板（✅ 已创建）\n├── docs/\n│   └── planning/             # 规划文件结构模板\n│       ├── task_plan_template.md  # 任务计划模板\n│       └── notes_template.md      # 研究笔记模板\n├── install/                  # 安装脚本（✅ 已创建）\n│   ├── install.ps1          # Windows 安装脚本\n│   ├── install.sh            # Linux/macOS 安装脚本\n│   └── verify.py             # 验证脚本\n└── research/                 # 研究文档（待创建）\n    ├── cursor-config.md      # Cursor 配置研究\n    └── feasibility.md        # 可行性分析\n```\n\n## 📖 工作流文档\n\n本项目已创建完整的工作流文档，参考 [planning-with-files](https://github.com/OthmanAdi/planning-with-files) 的 3-File Pattern 模式：\n\n- **[workflow.md](./workflow.md)** - 完整的工作流使用文档\n- **[USAGE_GUIDE.md](./USAGE_GUIDE.md)** - 在其他电脑上使用指南 ⭐ **新用户必读**\n- **[task_plan.md](./task_plan.md)** - 项目任务计划（工作流示例）\n- **[notes.md](./notes.md)** - 研究笔记（工作流示例）\n- **[docs/planning/](./docs/planning/)** - 规划文件模板\n- **[TESTING.md](./TESTING.md)** - 测试指南\n\n### 快速开始\n\n**第一次使用？** 请先阅读 [USAGE_GUIDE.md](./USAGE_GUIDE.md)\n\n1. 阅读 [USAGE_GUIDE.md](./USAGE_GUIDE.md) 了解如何安装\n2. 阅读 [workflow.md](./workflow.md) 了解工作流原理\n3. 查看 `task_plan.md` 和 `notes.md` 作为使用示例\n4. 使用 `docs/planning/` 中的模板开始你的项目\n\n## 🚀 在其他电脑上使用\n\n### 在其他电脑上使用\n\n**详细使用指南**: 请查看 [USAGE_GUIDE.md](./USAGE_GUIDE.md)\n\n#### 快速安装步骤\n\n1. **克隆项目**\n   ```bash\n   git clone https://gitee.com/philsz/planning-with-files-cursor.git\n   ```\n\n2. **安装到你的项目**\n   \n   **Windows (PowerShell):**\n   ```powershell\n   cd your-project\n   ..\\planning-with-files-cursor\\install\\install.ps1 project\n   ```\n   \n   **Windows (CMD):**\n   ```cmd\n   cd your-project\n   powershell -ExecutionPolicy Bypass -File ..\\planning-with-files-cursor\\install\\install.ps1 project\n   ```\n   \n   **Linux/macOS:**\n   ```bash\n   cd your-project\n   ../planning-with-files-cursor/install/install.sh project\n   ```\n\n3. **验证安装**\n   ```bash\n   python ../planning-with-files-cursor/install/verify.py\n   ```\n\n### 安装方式\n\n#### 方式 1: 项目模板方式（推荐）\n\n**Windows (PowerShell):**\n```powershell\ncd your-project\n..\\planning-with-files-cursor\\install\\install.ps1 project\n```\n\n**Windows (CMD):**\n```cmd\ncd your-project\npowershell -ExecutionPolicy Bypass -File ..\\planning-with-files-cursor\\install\\install.ps1 project\n```\n\n**Linux/macOS:**\n```bash\ncd your-project\n../planning-with-files-cursor/install/install.sh project\n```\n\n#### 方式 2: 全局配置方式\n\n**Windows:**\n```powershell\n# 在 PowerShell 中运行（推荐）\ncd D:\\planning-with-files-cursor\n.\\install\\install.ps1 global\n\n# 或者在命令提示符（CMD）中运行\npowershell -ExecutionPolicy Bypass -File .\\install\\install.ps1 global\n```\n\n**Linux/macOS:**\n```bash\ncd /path/to/planning-with-files-cursor\n./install/install.sh global\n```\n\n**安装位置**:\n- Windows: `%USERPROFILE%\\.cursor\\rules\\.cursorrules`\n- Linux: `~/.config/Cursor/rules/.cursorrules`\n- macOS: `~/Library/Application Support/Cursor/rules/.cursorrules`\n\n**注意**: 全局安装后需要重启 Cursor IDE 才能生效。\n\n### 验证安装\n\n```bash\npython install/verify.py\n```\n\n## 📊 项目进度\n\n- ✅ Phase 1: 研究和探索\n- ✅ Phase 2: 配置机制研究\n- ✅ Phase 3: 实现方案设计（选择混合方案）\n- ✅ Phase 4: 核心功能开发\n- ✅ Phase 5: 安装脚本开发\n- ✅ Phase 6: 文档和测试\n- ✅ Phase 7: 工作流优化（v1.1）\n\n## 📦 Git 仓库\n\n本项目已推送到 Gitee：\n\n**仓库地址**: [https://gitee.com/philsz/planning-with-files-cursor](https://gitee.com/philsz/planning-with-files-cursor)\n\n### 克隆项目\n\n```bash\ngit clone https://gitee.com/philsz/planning-with-files-cursor.git\n```\n\n### 后续更新\n\n```bash\ngit add .\ngit commit -m \"更新说明\"\ngit push\n```\n\n---\n\n**创建时间**: 2026-01-07  \n**项目位置**: D:\\CursorPlan\\planning-with-files-cursor\\  \n**Gitee 仓库**: [https://gitee.com/philsz/planning-with-files-cursor](https://gitee.com/philsz/planning-with-files-cursor) ✅  \n**GitHub 仓库**: [https://github.com/szqjl/planning-with-files-cursor](https://github.com/szqjl/planning-with-files-cursor) ✅\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszqjl%2Fplanning-with-files-cursor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fszqjl%2Fplanning-with-files-cursor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszqjl%2Fplanning-with-files-cursor/lists"}