openspec_create_change
Create structured change proposals using templates for features, bug fixes, or refactors to streamline spec-driven development workflows.
Instructions
Create a new change from a template
Input Schema
TableJSON 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) |