openspec_create_change
Create a new change proposal from a template for feature, bugfix, or refactor. Specify a unique change ID and optional title to start tracking and approval workflows.
Instructions
Create a new change from a template
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| changeId | Yes | Change ID (kebab-case, e.g., add-user-auth) | |
| template | No | Template to use | feature |
| title | No | Change title (defaults to changeId) |