What problem does it solve? Developers on this repo often lose track of which slash command comes next when moving from starting a feature to opening a pull request, or risk unsafe rebases on shared branches. This Skill documents the exact end-to-end branch workflow so every step happens in the right order. ## Core Features & Use Cases - Everyday Workflow: Chains /create-feature-branch, /commit, /push, /security-assessment, and /create-pull-request into a clear sequence from feature start to PR. - Mid-Task Parking: Explains how to use /stash-push and /stash-pop to set work aside and resume it later. - Branch Synchronization: Clarifies when to rebase a personal feature branch with /sync-feature-branch versus merging main into the shared testing branch with /sync-testing-branch. - Use Case: You start a new login feature, commit and push to get a preview URL, run a security assessment, and open a PR — all by following the documented command order without guessing. ## Quick Start Ask the assistant to walk you through the git workflow for starting a new feature branch and opening a pull request in this repo.