This skill transforms Claude into a specialized project manager that governs development through the .codex planning framework. By using PROJECT_PLAN.md and PLAN_PROGRESS.md as the authoritative sources of truth, it ensures all work remains aligned with project goals. The skill automatically decomposes plans into phases, delegating specific implementation, review, and testing tasks to subagents. It intelligently parallelizes independent tasks, manages dependencies, enforces pre-commit hooks, and integrates with GitHub Actions via gh-workflow to monitor CI status, only escalating to the user for critical decision-making.
Key Features
01Autonomous subagent delegation for coding and testing
020 GitHub stars
03Intelligent parallelization of non-dependent tasks
04Strict enforcement of pre-commit hooks and progress logs
05Document-driven project management using .codex files
06Automated CI/CD monitoring and run management