create_epic
Creates a new epic by automatically assigning the next EPIC ID, creating a directory and epic.md file, and registering it as a draft in the requirements index.
Instructions
Create a new epic. Assigns the next EPIC-NNN ID, creates the epic directory and epic.md file, and registers it in requirements-index.md with status draft. Returns {epic_id, path}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the epic, e.g. 'User Authentication' | |
| description | No | Optional description or goal for the epic. Written into the epic.md file. |