ClaudeSuperPower

create-task

Command

Create a new task in the user’s Notion tasks database with sensible defaults.

Type this in Claude Code
/create-task task title; optional due date, status, owner, project
Claude can also invoke this on its own inherits all session tools

What it tells Claude to do

22 lines

The prompt this command injects, verbatim. Worth reading before you run it.

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 properties mapped when available.
4. Confirm creation by returning:
   - Task title
   - Key properties
   - Link or identifier.

If required properties are missing or the tasks database cannot be confidently identified, ask a concise clarification question before making changes.

Shipped by 1 plugin

Installing any of these installs this command.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Inherit all session tools

Declares no tool restrictions — inherits every session tool

~19 tokens of context used while enabled, before you invoke anything

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just commands.