create_project
Create a new org-mode project file from a formatted string, auto-generating ID, creation date, and planning status. Ensures proper structure with headings and properties.
Instructions
Create a new project file from a complete org-formatted string. Auto-generates :ID: (UUID), :CREATED:, and defaults :STATUS: to 'planning'. The project_entry should include a level-1 heading, :PROPERTIES: drawer with :CUSTOM_ID:, and level-2 sections (Description, Design, Goals, etc.). For format specifications, read emacs-org://guide/project-format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_entry | Yes | Complete org-formatted project string |