| name | codex-issue-worker |
| description | Implement one assigned issue in a dedicated git worktree. |
Codex Issue Worker
Use this skill inside a dedicated issue worktree after /orchestrate dispatches the issue.
Required Flow
- Read the issue summary, acceptance criteria, and orchestration notes.
- Inspect the smallest relevant code surface.
- Write
dev-reports/issue-<number>/design.md before editing.
- Implement the smallest coherent change.
- Add or update focused tests when appropriate.
- Run focused verification first.
- Run broader verification when shared behavior or CI-sensitive code is touched.
- Write
dev-reports/issue-<number>/implementation-summary.md.
- Write
dev-reports/issue-<number>/verification.md.
- Commit the change with a clear issue-scoped message.
Keep review lightweight. Ask only blocking questions.