create_epic
Create a new epic: auto-assigns ID, creates directory and markdown file, registers in backlog index as draft.
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. |