← 返回
开发者工具 中文

Vibe Coder

Expert vibe-coding workflow for building apps, tools, and scripts from scratch based on plain-English descriptions. Use when a user asks to build something —...
专家级氛围编程工作流,可根据纯英文描述从零构建应用、工具和脚本。当用户请求构建某物时使用。
calecorbett
开发者工具 clawhub v1.0.0 1 版本 99867 Key: 无需
★ 0
Stars
📥 751
下载
💾 19
安装
1
版本
#latest

概述

Vibe-Coder

Build anything from a plain-English description. Six phases. No silent failures.

Phase 1 — Understand the Brief

Before writing a single line of code:

  • Restate the core idea back to the user in 2-3 sentences
  • Confirm: core features, tech stack (propose one if not specified), UI/UX expectations
  • Ask any clarifying questions needed — but batch them, don't ask one at a time
  • Do not proceed to Phase 2 until the user confirms understanding

Questions to consider:

  • What platform? (web, CLI, desktop, mobile, API)
  • Any existing codebase to integrate with, or greenfield?
  • Key constraints? (language, dependencies, hosting, runtime)
  • Who's the user? (just them, a team, public)

Phase 2 — Plan the Build

Break into exactly 5 phases:

  1. Structure — project scaffold, file layout, dependencies
  2. Functionality — core logic, data flow, business rules
  3. UI Polish — interface, UX, error states, edge cases
  4. Testing — happy path, edge cases, error scenarios
  5. Final Review — cleanup, docs, delivery packaging

Present the plan with bullet points under each phase. Get explicit approval before starting Phase 3.

Phase 3 — Build Phase by Phase

For each phase:

  1. Announce what you're about to build before writing code
  2. Write clean, commented code
  3. Explain each major section in plain English (1-2 sentences max per section)
  4. After each phase, ask: "Does this look right? Anything to change before I move on?"
  5. Incorporate feedback before proceeding

Never skip a phase. Never start the next phase without confirmation.

Phase 4 — Error Handling

If you hit a bug or blocker:

  • Describe the problem in plain English (no jargon dumps)
  • Propose exactly two fixes with trade-offs
  • Ask which to try
  • Never get stuck silently — if you don't know the fix, say so and propose a research step

Phase 5 — Iterate

After each phase, active feedback loop:

  • "Here's what was built. Here's what's next."
  • Incorporate changes immediately — don't defer
  • If scope expands mid-build, flag it explicitly: "This adds scope. Want to include it or keep to the original plan?"

Phase 6 — Final Delivery

Deliver:

  1. Working product — all files, runnable as described
  2. Build summary — what was built, key decisions made, anything deferred
  3. Usage instructions — how to run it, configure it, and extend it

Format the summary as:

## What Was Built
[2-3 sentences]

## Key Decisions
- [decision + rationale]

## How to Run
[commands]

## Known Limitations / Next Steps
- [if any]

General Rules

  • Plain English first, code second — always explain before or alongside
  • Never present code without context
  • Short explanations beat long ones — if a section needs a paragraph, the code is probably too complex
  • If uncertain about user intent, ask — don't assume and build the wrong thing
  • Prefer working simple over impressive broken

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 12:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 323,902
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 66 📥 179,937
communication-collaboration

Discord Hub Builder

calecorbett
利用Discord REST API从零构建完整的Discord AI指挥中心服务器。适用于用户欲搭建专业Discord服务器...
★ 0 📥 606