codex-before-devlisted
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.