codex-system
Codex System — Planning, Design & Complex Implementation
Codex CLI handles planning, design, and complex code implementation.
Detailed rules:
.claude/rules/codex-delegation.md
Two Roles of Codex
1. Planning & Design
- Architecture design, module composition
- Implementation plan creation (step breakdown, dependency ordering)
- Trade-off evaluation, technology selection
- Code review (quality and correctness analysis)
2. Complex Implementation
- Complex algorithms, optimization
- Debugging with unknown root causes
More from del-taiseiozaki/claude-code-orchestra
context-loader
ALWAYS activate this skill at the start of every task. Load project context from .claude/ directory including coding rules, design decisions, and documentation before executing any task.
16update-design
Explicitly update DESIGN.md with decisions from the current conversation. Use when you want to force a design document update.
15simplify
Simplify and refactor code while preserving functionality and library constraints.
13init
Analyze project structure and update AGENTS.md with detected tech stack, commands, and configurations.
12plan
Create a detailed implementation plan for a feature or task. Use when user wants to plan before coding.
12update-lib-docs
Update library documentation in .claude/docs/libraries/ with latest information from web search.
12