Learn by Directing AI
All materials

ticket-template.md

Ticket Breakdown

Each ticket should be completable in one directing session. For full-stack projects, sequence tickets: schema first, then API, then frontend, then cross-cutting, then deploy.

Example

T0: Project Setup Set up the development environment with all required tools and dependencies.

Acceptance criteria:

  • npm run dev starts without errors
  • Database connection established
  • VS Code opens with the project directory

Your tickets

T1:

T2:

T3:

T4:

T5:

T6:

T7:

T8:

Break the work into tickets that follow the build sequence. The schema shapes the API. The API shapes the frontend. Get the order right.