From Notion
Creates a new task in your Notion tasks database using title and optional due date, status, owner, project. Returns confirmation with details and link.
How this command is triggered — by the user, by Claude, or both
Slash command
/Notion:create-task task title; optional due date, status, owner, projectThe summary Claude sees in its command listing — used to decide when to auto-load this command
You are creating a new task for the user in Notion. Use the Notion Workspace Skill and `notionApi` MCP server to: 1. Interpret `$ARGUMENTS` as: - Task title (required) - Optional due date - Optional status - Optional owner/assignee - Optional project or related page 2. 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. 3. Create a new row with: - Title set to the task title. - Due date, Status, Owner, Project, or similar properti...
You are creating a new task for the user in Notion.
Use the Notion Workspace Skill and notionApi MCP server to:
$ARGUMENTS as:
If required properties are missing or the tasks database cannot be confidently identified, ask a concise clarification question before making changes.
npx claudepluginhub anthropics/claude-plugins-official --plugin notion/add-taskAdds a structured task by parsing natural language input, inferring priority, type, dependencies, and complexity with context-aware suggestions, preview, and validation.