tasks-build

作成者: notion

NotionページのURLからタスクを構築します。タスクの詳細を取得し、進行中にマークして作業を実装し、Notionのステータスを更新します。

npx skills add https://github.com/makenotion/cursor-notion-plugin --skill tasks-build

Build Task from Notion

Build a task that is tracked in Notion. The user may be watching the Notion board, so all feedback should be sent through Notion.

Input

The user provides a Notion task URL.

Workflow

1. Fetch the task details

Use the Notion MCP tools to:

  • Get the page content including title, description, and any relevant properties
  • Look for acceptance criteria, requirements, or specifications
  • Read any linked pages or references if needed

2. Mark in progress

  • Change the status of the task to "In progress"
  • Update the "Agent status" field (if present) to contain a short description: an emoji followed by a word like "Starting..." or "Working..."

3. Build it

  • Work on the task per the specification. If this is a codebase, implement the code changes.
  • At each step, update the "Agent status" field to explain what's currently happening, so the user can see progress. Keep it brief: a relevant emoji followed by a few words. Examples: "Searching relevant files...", "Updating color scheme...", "Running tests..."
  • If you need user input to clarify the spec or answer questions, add a comment to the task prefixed with "Message from AI:" and set any "Agent blocked" field to true.

4. Update the task status

Once complete:

  • Update the task status in Notion to "Done"
  • If you made a code change, consider using the tasks-explain-diff skill to generate documentation
  • Add a final comment summarizing the results

Notes

  • If the URL is invalid or inaccessible, ask the user to verify the URL and their Notion connection
  • If requirements are unclear, ask clarifying questions before implementing

notionのその他のスキル

database-query
notion
Notionデータベースを名前またはIDでクエリし、オプションのフィルターと並べ替えを適用して、構造化された読みやすい結果を返します。
official
find
notion
Notion内のページやデータベースをタイトルのキーワードで素早く検索します。包括的な結果ではなく、正確な一致を返します。
official
create-database-row
notion
指定されたNotionデータベースに、自然言語のプロパティ値を使用して新しい行を挿入します。プロパティ名のマッチングと検証を処理します。
official
create-page
notion
新しいNotionページを作成します。必要に応じて特定の親ページの下に作成します。ページタイプ(ミーティングノート、プロジェクトページなど)に基づいて自動的にコンテンツを構成します。
official
create-task
notion
ユーザーのNotionタスクデータベースに、期日、ステータス、担当者、プロジェクトの適切なデフォルト値で新しいタスクを作成します。
official
knowledge-capture
notion
会話や議論をNotionの構造化されたドキュメントページに変換します。チャットコンテキストから洞察、決定、知識をキャプチャします…
official
meeting-intelligence
notion
Notionからコンテキストを収集し、リサーチで補完して、社内用の事前読み物と社外用のアジェンダを作成し、Notionに保存することで、会議資料を準備します。
official
research-documentation
notion
Notionワークスペース全体を検索し、複数ページからの調査結果を統合して、適切な引用を含む包括的な研究ドキュメントを作成します…
official