Skip to content
LinkedInX

Level 2 Practice: Make a Bounded ProjectCard Edit

About 5 minutes

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

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

A small first edit makes it practical to review Codex output and detect unintended changes. This level limits work to the existing ProjectCard responsibility.

You will produce a small reviewable diff. The goal is not the amount of work; it is a reproducible Level 2 delegation boundary and completion check.

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

Add technology tags to ProjectCard using existing patterns. Limit changes to the component and directly related tests. Preserve routing, whole-card link behavior, and shared styles.

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

  1. Limit the scope to ProjectCard and directly related tests.
  2. Add technology tags while preserving existing props, spacing, and link states.
  3. Review the diff for unrelated formatting or dependency changes.

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

You are done when git diff --stat matches the requested scope and existing card interactions remain intact.

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 3 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