start_feature
Start a new feature by creating an isolated worktree, setting up the environment, and initializing tracking for full workflow automation.
Instructions
Starts a new feature with full workflow: creates worktree, sets up environment, initializes tracking. This is the recommended way to begin any development work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Type of work (affects commit prefix) | feature |
| base_branch | No | Base branch to create from | main |
| description | Yes | Full description of what this feature does | |
| feature_name | Yes | Short name for the feature (used in branch name) |