create-task
bởi notion
Tạo một tác vụ mới trong cơ sở dữ liệu tác vụ Notion của người dùng với các giá trị mặc định hợp lý cho ngày đến hạn, trạng thái, người sở hữu và dự án.
npx skills add https://github.com/makenotion/cursor-notion-plugin --skill create-taskCreate Notion Task
Use the Notion MCP server to create a new task for the user.
Workflow
- Interpret the request to extract:
- Task title (required)
- Optional due date
- Optional status
- Optional owner/assignee
- Optional project or related page
- Identify the appropriate "Tasks" database:
- Prefer a database whose name or description clearly indicates tasks/todo items.
- If more than one candidate exists, ask the user to choose.
- Create a new row with:
- Title set to the task title.
- Due date, Status, Owner, Project, or similar properties mapped when available.
- Confirm creation by returning:
- Task title
- Key properties
- Link or identifier.
Important
If required properties are missing or the tasks database cannot be confidently identified, ask a concise clarification question before making changes.