Module 3: Build

Track: Compound Engineering
Time estimate: ~45 minutes (async)
Format: I Do — Concepts
Prerequisite: Module 2 — Plan
Last updated: 2026-04-30


Lesson sequence

#LessonTime
1Implement with Quality~45 min

Module learning outcomes

By the end of this module, you will be able to:

  1. Use ce-work to execute a plan and complete a feature end-to-end.
  2. Run quality gates (lint, types, tests) as part of every commit cycle.
  3. Track progress against acceptance criteria so nothing slips through.

Why this module

The build phase is where the plan becomes reality. ce-work wraps the execution loop — implementation, verification, iteration — so you finish a feature in one focused run rather than leaving it half-done and coming back to it repeatedly.