gxpm

Manage issue lifecycle with phase gates, artifacts, and checkpoint recovery.

1|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/laozhong86/gxpm --skill gxpm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gxpm
Source: https://github.com/laozhong86/gxpm/tree/main/skills/gxpm
Command: npx skills add https://github.com/laozhong86/gxpm --skill gxpm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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>.

Frequently Asked Questions about gxpm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage AI agent project workflows with phase gates and checkpoint recovery?

AI agent project workflows use a phase-gated lifecycle to manage issues, ensuring checkpoint recovery and auditable evidence across worktrees. This approach enforces phase transitions while preserving artifacts and maintaining local state as the source of truth.

How do I initialize and advance issues through a project lifecycle for AI agents?

To advance issues through a project lifecycle, initialize the context using an issue ID, then transition sequentially. Agents move through triage, planning, and delivery stages while enforcing phase-specific constraints and storing results locally.

How does worktree-based collaboration isolate changes and resume work across sessions?

Worktree-based collaboration isolates changes by maintaining local state as the source of truth, enabling agents to resume work across sessions. This ensures recoverable workflows and preserves auditable artifacts during complex multi-issue project execution.

Do I need to configure local state as the source of truth for project management auditing?

Yes, configuring local state as the source of truth is required for project management auditing. It guarantees traceability by enforcing artifact writes and checkpoint recovery, ensuring all phase-gated workflow transitions are auditable and recoverable.

What is the best way to ensure auditable evidence during multi-issue project coordination?

The best way to ensure auditable evidence during multi-issue project coordination is using issue-driven lifecycle management with phase gates. This enforces artifact writes, skill loading, and local state tracking to guarantee full workflow traceability.

When should I not use phase-gated lifecycle management for AI agent workflows?

You should avoid phase-gated lifecycle management for AI agent workflows when projects lack complex phases, artifacts, or multi-session recovery requirements. Without the need for auditable evidence or worktree isolation, this structured approach adds unnecessary overhead.