create_epic
Create a new epic in your project backlog by generating an EPIC-NNN ID, creating directory and documentation files, and registering it 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' |