create-task

作成者: notion

ユーザーのNotionタスクデータベースに、期日、ステータス、担当者、プロジェクトの適切なデフォルト値で新しいタスクを作成します。

npx skills add https://github.com/makenotion/cursor-notion-plugin --skill create-task

Create Notion Task

Use the Notion MCP server to create a new task for the user.

Workflow

  1. Interpret the request to extract:
    • 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.

Important

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

notionのその他のスキル

notion-knowledge-capture
notion
会話や議論をNotionの構造化されたドキュメントページに変換します。チャットのコンテキストから洞察、決定事項、知識を取得し、フォーマット…
notion-meeting-intelligence
notion
Notionからコンテキストを収集し、Claudeのリサーチで補完して、内部用の事前読み物と外部用のアジェンダを作成することで、会議資料を準備します。
notion-research-documentation
notion
Notionワークスペース全体を検索し、複数ページからの調査結果を統合して、新しいNotionページとして保存される包括的な調査ドキュメントを作成します。…
knowledge-capture
notion
会話や議論をNotionの構造化されたドキュメントページに変換します。チャットコンテキストから洞察、決定、知識をキャプチャします…
meeting-intelligence
notion
Notionからコンテキストを収集し、リサーチで補完して、社内用の事前読み物と社外用のアジェンダを作成し、Notionに保存することで、会議資料を準備します。
research-documentation
notion
Notionワークスペース全体を検索し、複数ページからの調査結果を統合して、適切な引用を含む包括的な研究ドキュメントを作成します…
spec-to-implementation
notion
製品や技術仕様を具体的なNotionタスクに変換します。仕様ページを詳細な実装計画に分解し、明確なタスク、受け入れ基準、および…
tasks-build
notion
NotionページのURLからタスクを構築します。タスクの詳細を取得し、進行中にマークして作業を実装し、Notionのステータスを更新します。