Auto-sync: 2026-04-18 07:18

This commit is contained in:
2026-04-18 07:18:06 +08:00
parent 705181ee3f
commit 35760e9c53
40 changed files with 967 additions and 99 deletions

View File

@@ -0,0 +1,22 @@
---
title: "AI结对执行"
type: concept
tags: [vibe-coding, workflow]
---
## 定义
Vibe Coding 的核心理念之一,指人与 AI 协作进行开发AI 负责具体的代码实现,开发者负责产品逻辑和审美把控。
## 工作模式
- 开发者描述需求和期望
- AI 生成实现计划和代码
- 开发者审查和调整
- 循环迭代直到完成
## 与 Vibe Coding 的关系
AI结对执行是 Vibe Coding 三要素之一(规划驱动 + 上下文固定 + AI 结对执行),将开发者从体力劳动中解放出来,专注于创造性决策。
## 连接关系
- [[AI结对执行]] ← part_of ← [[Vibe Coding]]
- [[AI结对执行]] → enables → [[Plan Mode]]
- [[AI结对执行]] → enables → [[Build Mode]]