create_major
Create a new major version section in PLAN.md with version and title. Use when initiating a major plan update to keep project plan organized and trackable.
Instructions
Create ## vX.Y — Title major section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| version | Yes | ||
| plan_path | No | Optional path to PLAN.md (relative to cwd or absolute). Default: walk up from cwd to nearest PLAN.md. | |
| description | No |