Skip to content

08 - Glossary

A milestone-sized chunk of product work. It has an approved plan and an ordered ticket stack.

One thin, reviewable delivery slice. In orchestrated work, each ticket becomes its own branch and PR.

The approved what and why. Plans live under docs/product/plans/.

The approved how. It lists tickets, order, dependencies, risks, and verification expectations.

A workflow stop that waits for explicit developer judgment.

The TypeScript CLI that manages delivery state, worktrees, branches, PR metadata, review artifacts, and command sequencing.

A markdown instruction file an AI agent reads before acting. Skills define behavior, not deterministic program logic.

A durable per-ticket context file written under .agents/delivery/<plan-key>/handoffs/.

The step where a failing behavior test is committed before implementation. Code tickets normally require this.

A cold advisory review by another AI runner after implementation and verification.

A deterministic check that review reports, ledger rows, and git commits tell the same story.

The setting that controls whether the orchestrator cooks through tickets or stops at ticket boundaries. Common values are cook and gated.

The configured branch where a completed stack lands during closeout. It can be main, staging, or another configured target.

A real note from review that is not blocking for the ticket. These are recorded and dispositioned without pretending they were ticket-critical.