tasks-build
oleh notion
Membangun tugas dari URL halaman Notion. Mengambil detail tugas, menandainya sedang berlangsung, melaksanakan pekerjaan, dan memperbarui status di Notion.
npx skills add https://github.com/makenotion/cursor-notion-plugin --skill tasks-buildBuild 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-diffskill 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
Lebih banyak skill dari notion
notion-knowledge-capture
notion
Mengubah percakapan dan diskusi menjadi halaman dokumentasi terstruktur di Notion. Menangkap wawasan, keputusan, dan pengetahuan dari konteks obrolan, memformat…
official
notion-meeting-intelligence
notion
Menyiapkan materi rapat dengan mengumpulkan konteks dari Notion, memperkaya dengan riset Claude, dan membuat bacaan awal internal serta agenda eksternal yang disimpan…
official
notion-research-documentation
notion
Mencari di seluruh ruang kerja Notion Anda, mensintesis temuan dari berbagai halaman, dan membuat dokumentasi riset komprehensif yang disimpan sebagai halaman Notion baru.…
official
notion-spec-to-implementation
notion
Mengubah spesifikasi produk atau teknis menjadi tugas Notion konkret yang dapat diimplementasikan oleh kode Claude. Memecah halaman spesifikasi menjadi rencana implementasi terperinci dengan jelas…
official
create-database-row
notion
Menyisipkan baris baru ke dalam database
official
create-page
notion
Buat halaman Notion baru, secara opsional di bawah induk tertentu. Secara otomatis menyusun konten berdasarkan jenis halaman (catatan rapat, halaman proyek, dll.).
official
create-task
notion
Buat tugas baru di database tugas Notion pengguna dengan nilai bawaan yang masuk akal untuk tanggal jatuh tempo, status, pemilik, dan proyek.
official
database-query
notion
Kueri database Notion berdasarkan nama atau ID dan kembalikan hasil terstruktur yang dapat dibaca dengan filter dan pengurutan opsional.
official