create_epic
Creates a new epic by generating an EPIC-NNN ID, setting up the epic directory and markdown file, and registering it in the requirements index with draft status.
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 |
|---|---|---|---|
| description | No | Optional description or goal for the epic. Written into the epic.md file. | |
| title | Yes | Title of the epic, e.g. 'User Authentication' |