| name | codex-before-dev |
| description | Load task PRD and project specs before writing code. Use before implementation, refactors, or harness changes. |
Before Development
Load the minimum context needed for implementation.
-
Confirm the task:
python3 scripts/codex_harness.py task current
-
Load implement context:
python3 scripts/codex_harness.py task agent-context <task> implement
-
Read relevant spec indexes only:
python3 scripts/codex_harness.py spec list
-
Read the specific spec files that apply to the files you will touch.
Do not load dashboard, handoff bodies, or broad source previews unless they are
needed for the current implementation decision.