Create Feature Branch
sdd_create_branchGenerate a branch name following SDD conventions and receive a command hint to create it locally, using feature number, spec directory, branch prefix, and base branch.
Instructions
Generates a branch name following SDD conventions and returns a command_hint for creating the branch. Does not execute git commands — the AI client or user runs the command.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feature_number | No | Feature number (zero-padded, e.g. '001') | 001 |
| spec_dir | No | Spec directory path (relative to workspace root) | .specs |
| branch_prefix | No | Branch name prefix (e.g., 'feature/', 'feat/', 'spec/') | feature/ |
| base_branch | No | Base branch to create from | main |