Files
nexus/wiki/concepts/Vibe-Coding.md
2026-04-17 08:38:12 +08:00

30 lines
710 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]