ghpm-work
ghpm-work
PREREQUISITE: Read
../ghpm-shared/SKILL.mdfor prerequisites and error handling.
End-to-end workflow for a GitHub Project item. /ghpm-work <issue-number> drives the full lifecycle.
If no argument, ask for the issue number.
Flow
Setup → Clarify → Plan → Implementation Plan → Implement → Draft PR
↕ decisions captured at every phase ↕
| Phase | Reference | What happens |
|---|---|---|
| 1. Setup | references/setup.md |
Resolve item, assign, branch, status sync, write session |
| 2. Clarify | references/clarify.md |
Evaluate issue clarity, flesh out if needed, gather context |
More from jackchuka/ghpm
ghpm-init
Initialize GitHub Project Management config. Auto-discovers project schema (fields, views, repos) and generates .ghpm/config.json + .ghpm/cache.json.
31ghpm-status
GitHub Project health dashboard. Shows workflow distribution, component health, team workload, items needing attention, and available views.
29ghpm-suggest
Suggest what to work on next based on project state and session context. Considers proximity, momentum, status, and constraints.
29ghpm-view
Query GitHub Project items by named view or ad-hoc filter. Shows items in board, table, or roadmap format.
28ghpm-shared
Shared reference for all ghpm skills — prerequisites, config format, startup sequence, and error handling.
28ghpm-issue
File a GitHub issue and add it to the project board. Works mid-session or standalone. Reads .ghpm/config.json for repo list and project.
15