Auto-sync: 2026-04-17 08:37
This commit is contained in:
30
wiki/concepts/Vibe-Coding.md
Normal file
30
wiki/concepts/Vibe-Coding.md
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
title: "Vibe Coding"
|
||||
type: concept
|
||||
tags: [ai-coding, workflow]
|
||||
---
|
||||
|
||||
## 定义
|
||||
一种使用 AI 编程助手的开发方式,开发者通过自然语言描述需求,AI 负责具体的代码实现。
|
||||
|
||||
## 核心特征
|
||||
- 自然语言驱动开发
|
||||
- AI 辅助代码生成和修改
|
||||
- Plan 模式预先审查实现方案
|
||||
- AGENTS.md 记录项目代码模式
|
||||
|
||||
## 工作流程
|
||||
1. 描述需求 → AI 生成实现计划(Plan 模式)
|
||||
2. 审查计划 → 调整需求或确认方案
|
||||
3. 切换到 Build 模式 → AI 执行代码修改
|
||||
4. 审查结果 → 可用 /undo 撤销
|
||||
|
||||
## 工具
|
||||
- [[OpenCode]]
|
||||
- [[Claude Code]]
|
||||
- [[Ollama]](本地 LLM)
|
||||
|
||||
## 关联概念
|
||||
- [[Plan Mode]]
|
||||
- [[Build Mode]]
|
||||
- [[AGENTS.md]]
|
||||
Reference in New Issue
Block a user