coding-development-process — 为 Cursor Agent 设计的 Vibe Coding 全流程 Skill 包(五层架构 + A/B/C/D 开发链)。
克隆本仓库后,将
.cursor/skills/coding-development-process复制到目标项目的.cursor/skills/即可。
| 现象 | 本 Skill 包的对策 |
|---|---|
| 聊天与写项目混在一起 | 规则 1 / 2:聊天直答;写项目走 discipline → router → workflows |
| 大功能直接开写、漏调研/计划 | A 段:decomposition → research → planning |
| 全栈顺序乱(先库表后 UI) | B 段:frontend → database → backend → 联调 |
| 做完就说完成、无门禁 | C 段:testing → code-review → security? → verification |
| 提交/文档顺序不清 | D 段:devops → docs(全栈可双轮 commit) |
| 单点硬流程(原 chain-aware-coding) | 已并入 discipline 层(仅规则 2) |
git clone https://github.com/Theearthwormsplitsvertically/qi.git
Copy-Item -Recurse "qi\.cursor\skills\coding-development-process" "你的项目\.cursor\skills\"复制后 重新打开项目或新开 Agent 对话。
① 描述层 SKILL.md(每条消息必读)
⑤ 总则层 reference/
② 纪律层 discipline/ (仅规则 2 · 原 chain-aware-coding)
③ 路由层 router/
④ 功能层 workflows/ (13 个 workflow)
A 立项:decomposition? → research? → planning
B 实现:frontend → database → backend → 联调
C 质量:testing → code-review → security? → verification
D 交付:devops? → docs?
详表:.cursor/skills/coding-development-process/router/routing-table.md
qi/
├── README.md
└── .cursor/
└── skills/
└── coding-development-process/
├── SKILL.md ← Cursor 发现入口
├── discipline/
├── router/
├── reference/
└── workflows/
本仓库原 chain-aware-coding 单文件 Skill 已升级为 coding-development-process 包;硬流程(检查点、即将执行、任务完成)位于 discipline/SKILL.md。
- 仓库:https://github.com/Theearthwormsplitsvertically/qi
- 入口 Skill:
.cursor/skills/coding-development-process/SKILL.md