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 की और Skills

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