VG Vibe Coding Glossary

Lesson 16 / 22

A spec is a shared description of what should be built across multiple sessions or tickets.

Spec

Concept

Spec 是描述一项较大工作的交接文档,说明要构建什么、边界是什么、可以拆成哪些 ticket。它不是每一步的详细操作,而是让多个 session 能围绕同一目标工作。

English handle

A spec is a shared description of what should be built across multiple sessions or tickets.

Try saying it

请用英文要求 agent 先写一份 spec,再把工作拆成 tickets。

Compare

Write a spec for this feature first, then break the work into tickets.

  • 是否先要求 spec?
  • 是否说明要拆成 tickets?
  • 是否把 spec 当作目标和边界,而不是代码实现细节?