setup_project_branch
Creates a new GitHub branch for feature development to isolate changes before converting Figma designs to React components.
Instructions
Create a new GitHub branch for feature development.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branchName | Yes | Name for the new branch (e.g., "feature/hero-section") | |
| baseBranch | No | Base branch (default: main) | main |