AI Codex Workflow
Purpose
Repository-specific guidance for using Codex effectively without adding process overhead.
Default collaboration model
- Use Codex as navigator/reviewer by default.
- Keep implementation delegated only for explicit, scoped requests.
- Keep responses concise, technical, and evidence-based.
Recommended usage sequence
- Start from
docs/Architecture/Overview.md. - Identify target entry points.
- Propose or execute minimal scoped changes.
- Run relevant verification commands.
- Update docs when behavior/operations change.
Skills currently used in this repo
mcaf-architecture-overviewmcaf-feature-specmcaf-testingmcaf-formattingsmall-change-fast-pathtrace-entrypointswrite-tests-firstcreate-planskill-creatorskill-installerworklog-doc-sync
Local environment notes
- Start Codex from repo root so local
AGENTS.mdand.codex/skills/are loaded. - Keep user-local Codex config in
~/.codex/config.tomlonly. - Do not commit personal Codex profile/config files.
Practical prompt patterns
- "Trace entry points for
and list exact files to edit." - "Write tests first for
, no implementation." - "Review this diff with P0/P1/P2 findings only."