tasks-build

por notion

Construir uma tarefa a partir de uma URL de página do Notion. Busca os detalhes da tarefa, marca como em andamento, implementa o trabalho e atualiza o status no 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

Mais skills de notion

database-query
notion
Consulte um banco de dados do Notion por nome ou ID e retorne resultados estruturados e legíveis com filtros e ordenação opcionais.
official
find
notion
Encontre rapidamente páginas ou bancos de dados no Notion por palavras-chave no título. Retorna correspondências precisas em vez de resultados abrangentes.
official
create-database-row
notion
Insere uma nova linha em um banco de dados específico do Notion usando valores de propriedade em linguagem natural. Gerencia a correspondência e validação de nomes de propriedades.
official
create-page
notion
Criar uma nova página do Notion, opcionalmente sob um pai específico. Estrutura automaticamente o conteúdo com base no tipo de página (notas de reunião, páginas de projeto, etc.).
official
create-task
notion
Criar uma nova tarefa no banco de dados de tarefas do Notion do usuário com valores padrão sensíveis para data de vencimento, status, responsável e projeto.
official
knowledge-capture
notion
Transforme conversas e discussões em páginas de documentação estruturadas no Notion. Captura insights, decisões e conhecimento do contexto do chat com…
official
meeting-intelligence
notion
Prepare materiais de reunião reunindo contexto do Notion, enriquecendo com pesquisa e criando tanto uma pré-leitura interna quanto uma pauta externa salva no Notion.
official
research-documentation
notion
Pesquise em seu espaço de trabalho do Notion, sintetize descobertas de várias páginas e crie documentação de pesquisa abrangente com citações adequadas e…
official