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