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
| # | Lesson | Time |
|---|---|---|
| 1 | Implement with Quality | ~45 min |
Module learning outcomes
By the end of this module, you will be able to:
- Use
ce-workto execute a plan and complete a feature end-to-end. - Run quality gates (lint, types, tests) as part of every commit cycle.
- 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.
Navigation
- Previous module: Module 2 — Plan
- Next module: Module 4 — Review