What problem does it solve?
Second-generation, host-native project management runtime for AI agents that manages issues through a phase-gated lifecycle, ensures auditable evidence, and enables checkpoint recovery across worktrees.
Core Features & Use Cases
- Issue-driven lifecycle management with phase gates, artifacts, and checkpoints to guarantee traceability.
- Worktree-based collaboration and recovery to isolate changes and resume work across sessions.
- Skill-driven orchestration that loads, validates, and executes phase-specific constraints, while storing results locally for auditing.
- Use Case: When coordinating a multi-issue project, agents use gxpm to transition through triage, planning, and delivery while preserving artifacts and state.
Quick Start
Initialize an issue context with gxpm issue context <id> and then advance through phases with gxpm issue next <id>.