Create a plan, execute it, and create a PR
Automates creating a plan, implementing code changes, and opening a pull request. Use this to streamline feature development and bug fixes from a single command.
/plugin marketplace add him0/him0-claude-marketplace/plugin install him0-git-ops@him0-claude-marketplace[--draft | -d] [<task-description>]/plan-to-pr Add user authentication feature
/plan-to-pr --draft Fix pagination bug in API
CRITICAL: Immediately call EnterPlanMode before doing ANY file exploration.
Review the <task-description> and plan the necessary changes.
After planning, call ExitPlanMode for user approval.
Verify clean branch with git status, then execute code changes based on the approved plan.
Review changes with git diff, then call /him0-git-ops:pull-request (pass --draft if specified).
Report to user: implementation summary, modified files, PR link.
If additional changes requested, implement and call /him0-git-ops:pull-request again. Repeat until satisfied.