Skip to content

Epic: Codex effectiveness improvements #858

@rjmurillo-bot

Description

@rjmurillo-bot

Epic: Codex Effectiveness Improvements

Goal

Make Codex as effective as Claude Code by enforcing session-start gates, memory-first workflows, skill-first GitHub operations, and by reducing startup context load without losing capability.

Outcomes

  • Verification-based protocol enforcement (no self-reported checklists).
  • Memory-first workflows with evidence (load memory-index + task memories).
  • Skill-first GitHub operations; raw gh avoided when skills exist.
  • 10-15% reduction in baseline context without functional regressions.

Scope

  • Codex session-start gate script and integration guidance.
  • Progressive disclosure for skills/docs (references/ pattern).
  • Context source de-duplication and token budget tracking.
  • Environment preflight checks where needed (sqlite3, pwsh, node).

Out of Scope

  • Cross-repo policy changes outside ai-agents.
  • Large refactors not tied to Codex workflow effectiveness.

Backlog (from .agents/planning/codex-effectiveness-backlog.md)

P0

  1. Codex session-start gate (PowerShell)
  2. Memory-first verification enforcement
  3. Skill-first GitHub operations
  4. Protocol checklist alignment for Codex

P1

  1. Progressive disclosure for Codex skills and docs
  2. Context de-duplication
  3. Token budget policy and measurement

P2

  1. Direct SQLite export parity for memory backups
  2. Environment preflight checks
  3. Command vs skill taxonomy enforcement

Success Metrics

  • 100% session protocol compliance without manual reminders
  • Startup tokens reduced by at least 10-15%
  • Zero raw gh usage when skills exist
  • Zero session logs missing required evidence

References

  • .agents/planning/codex-effectiveness-backlog.md
  • scripts/Invoke-CodexSessionStartGate.ps1
  • .agents/planning/codex-context-optimization-plan.md

Metadata

Metadata

Labels

agent-memoryContext persistence agentagent-orchestratorTask coordination agentagent-roadmapProduct vision agentarea-skillsSkills documentation and patternsarea-workflowsGitHub Actions workflowsautomationAutomated workflows and processesdocumentationImprovements or additions to documentationenhancementNew feature or requestepicEpic-level work itempriority:P0Critical: Blocks core functionality, security vulnerability, or data losspriority:P1Important: Affects user experience significantly, high business value

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions