Skip to content
LinkedInX

Level 3 Practice: Implement Multiple Pages and Finish Verification

About 5 minutes

Target audience: Readers who want to practice the delegation boundary and completion standard for Codex Level 3
Prerequisites: Completion of Level 2

For the concepts and completion standards, first read Codex Levels 0-10.

Stopping after implementation leaves type errors and broken links for someone else to discover. Level 3 treats page work and validation as one completion condition.

You will produce page implementation and validation results. The goal is not the amount of work; it is a reproducible Level 3 delegation boundary and completion check.

Before handing work to Codex, state the goal, scope, exclusions, and completion criteria. Adapt this prompt to your project.

Implement the approved plan and complete the repository-defined checks. Preserve existing UI and routing. If a check fails, investigate the cause and report the result explicitly.

Check: Continue only when Codex can restate the scope and unresolved questions before acting.

  1. Implement the Level 1 plan in small stages: shared layout, listings, then details.
  2. Run applicable existing tests, lint, and type checks after each stage.
  3. Require a final report listing changed files, passed checks, failures, and unverified items.

Keep the scope stable and inspect the output or diff after each stage.

You are done when the report includes the diff scope, commands and results, and any checks that were not run.

Record the actions performed, supporting evidence, and anything not verified. Also record why work stopped when a condition was not met.

Stop the task and inspect the diff. Add explicit owned files and exclusions to the prompt, then rerun only the approved scope.

Replace vague criteria such as “implement it” with observable files, commands, pages, or review results.

Continue to Level 4 to expand the delegation boundary by one step.

See the references for the external specifications and background sources used on this page.[1][2][3]

  1. Codex prompting
  2. Custom instructions with AGENTS.md
  3. Codex security
Quiz