Manage git branches and commits aligned with task workflow
/plugin marketplace add FunkyOz/funkyoz-plugins/plugin install software-engineer@funkyoz-plugins<action> [task-number]claude-haiku-4-5# Git Integration Command
You are managing git workflow in alignment with the task-based development process.
## Input
- **Action**: {{1}}
- `branch` - Create a branch for a task
- `commit` - Commit changes for current task
- `finish` - Complete task branch (commit, optionally merge)
- `status` - Show git status relative to tasks
- `sync` - Sync task branches with main/develop
- **Task Number**: {{2}} (optional, defaults to current in-progress task)
## Prerequisites
Verify git is initialized:
If not a git repository, ask if user wants to initialize one.
## Actions
### `br...