codex-issue-plan-execute
Installation
SKILL.md
Codex Issue Plan-Execute Workflow
Streamlined autonomous workflow for Codex that integrates issue planning, queue management, and solution execution in a single stateful Skill. Supports batch processing with minimal queue overhead and dual-agent execution strategy.
Architecture Overview
For complete architecture details, system diagrams, and design principles, see ARCHITECTURE.md.
Key concepts:
- Persistent Dual-Agent System: Two long-running agents (Planning + Execution) that maintain context across all tasks
- Sequential Pipeline: Issues → Planning Agent → Solutions → Execution Agent → Results
- Unified Results: All results accumulated in single
planning-results.jsonandexecution-results.jsonfiles - Efficient Communication: Uses
send_input()for task routing without agent recreation overhead
⚠️ Mandatory Prerequisites (强制前置条件)
⛔ 禁止跳过: 在执行任何操作之前,必须阅读以下两份P0规范文档。未理解规范直接执行将导致输出质量不符合标准。