tasks-build

โดย notion

สร้างงานจาก URL หน้า Notion ดึงรายละเอียดงาน เปลี่ยนสถานะเป็นกำลังดำเนินการ ดำเนินงาน และอัปเดตสถานะใน 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

Skills เพิ่มเติมจาก 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