← ClaudeAtlas

codex-before-devlisted

Load task PRD and project specs before writing code. Use before implementation, refactors, or harness changes.
yinanli1917-cloud/searching-apple-notes · ★ 1 · AI & Automation · score 72
Install: claude install-skill yinanli1917-cloud/searching-apple-notes
# Before Development Load the minimum context needed for implementation. 1. Confirm the task: ```bash python3 scripts/codex_harness.py task current ``` 2. Load implement context: ```bash python3 scripts/codex_harness.py task agent-context <task> implement ``` 3. Read relevant spec indexes only: ```bash python3 scripts/codex_harness.py spec list ``` 4. 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.