Agent Skills: Project Management with Codex

Manage projects, tasks, and workflows with Codex; use when project planning, task tracking, or team coordination is mentioned.

UncategorizedID: BA-CalderonMorales/codex-cheat-sheet/project-management

Install this agent skill to your local

pnpm dlx add-skill https://github.com/BA-CalderonMorales/codex-cheat-sheet/tree/HEAD/skills/project-management

Skill Files

Browse the full folder contents for project-management.

Download Skill

Loading file tree…

skills/project-management/SKILL.md

Skill Metadata

Name
project-management
Description
Manage projects, tasks, and workflows with Codex; use when project planning, task tracking, or team coordination is mentioned.

Project Management with Codex

Project Planning

  • Break down large projects into actionable tasks with dependencies
  • Create task hierarchies with clear acceptance criteria
  • Estimate effort and suggest optimal sequencing

Workflow Patterns

  • Sprint Planning: "Create a sprint plan for [feature] with 3-week timeline"
  • Task Breakdown: "Break down [project] into 2-3 hour tasks"
  • Dependency Mapping: "Identify dependencies between these tasks"
  • Status Tracking: "Generate a status report from these task updates"

Integration Tips

  • Pair with GitHub Issues for task tracking
  • Use AGENTS.md to store project-specific workflows
  • Create custom prompts for recurring project patterns
  • Leverage MCP servers for Jira/Asana integration

Example Prompts

"Create a project plan for migrating to TypeScript with milestones"
"Break down this feature into sprint-ready tasks"
"Generate a retrospective template for our team"
"Create a risk assessment for this project timeline"

Best Practices

  • Keep task descriptions atomic and testable
  • Include definition of done for each task
  • Track blockers explicitly
  • Review and update plans weekly