Pairs Well With: gh-planning
gh-helm is a powerful automation tool for agent-driven GitHub project work—but for tracking tasks, priorities, and progress, it pairs perfectly with gh-planning.
gh-planning is a lightweight command-line tool that manages GitHub Issues and Projects as kanban boards. For details, see its repository.
How They Complement Each Other
gh-planning keeps your project organized:
- Quickly triage, prioritize, and sort issues into boards
- Plan sprints, manage backlogs, and keep a high-level view
gh-helm executes the work:
- Agents pick up issues from gh-planning boards
- Automate PR creation, file generation, and status updates
By using both, your team gets clean separation between planning (the what and when) and execution (the how).
Example Workflow: Plan → Helm → Track
- Plan:
- Use
gh planningto triage issues, assign priorities, and groom the project board.
- Use
- Helm Executes:
- An issue is ready (labeled and moved to the “Ready” column).
- Run
gh helm agent runto let gh-helm pick up the work, generate code or docs, and open a draft PR.
gh helm agent run - Track Progress:
- Use
gh planningto see issue/PR status as work moves across the board.
- Use
This pairing lets your team spend less time micromanaging, and more time building.
Looking for more? See the gh-planning repo for command details and advanced usage.