Skip planning, implement directly, and create a PR immediately
Skip planning and immediately implement a task, then create a PR. Use for small, straightforward changes you want to ship fast.
/plugin marketplace add him0/him0-claude-marketplace/plugin install him0-git-ops@him0-claude-marketplace[--draft | -d] <task-description>/yolo Add dark mode toggle to settings
/yolo --draft Fix typo in README
Verify clean branch with git status, then directly implement the <task-description> without planning phase.
Use TodoWrite to track implementation progress for complex tasks.
Review changes with git diff, then call /him0-git-ops:pull-request (pass --draft if specified).
If additional changes requested, implement and call /him0-git-ops:pull-request again. Repeat until satisfied.