git-workflow-planner
Installation
SKILL.md
Git Workflow Planner
Use this skill when multiple contributors or agents may touch the same product surface. The goal is to keep the app deployable while features, redesigns, and refactors happen in parallel.
Process
- Identify team shape: solo, designer+agent, small team, client team, or multi-agent workflow.
- Recommend branch model: production, integration, short-lived feature/fix branches, and agent branch prefix.
- Define PR slicing rules: visual, behavior, content, infrastructure, data, and intentional vertical slices.
- Recommend worktrees when old and new UI must be compared side by side.
- Define commit convention and merge policy.
- Define agent-safe rules: allowed files, do-not-edit lock file, human review, and feature-flag expectations.
- Produce a workflow checklist.
Output format
## Git workflow plan