tasks-build

por notion

Construye una tarea a partir de una URL de página de Notion. Obtiene los detalles de la tarea, la marca como en progreso, implementa el trabajo y actualiza el estado en 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

Más skills de notion

database-query
notion
Consulta una base de datos de Notion por nombre o ID y devuelve resultados estructurados y legibles con filtros y ordenamiento opcionales.
official
find
notion
Encuentra rápidamente páginas o bases de datos en Notion por palabras clave del título. Devuelve coincidencias precisas en lugar de resultados exhaustivos.
official
create-database-row
notion
Inserta una nueva fila en una base de datos de Notion especificada utilizando valores de propiedad en lenguaje natural. Maneja la coincidencia y validación de nombres de propiedades.
official
create-page
notion
Crea una nueva página de Notion, opcionalmente bajo un padre específico. Estructura automáticamente el contenido según el tipo de página (notas de reunión, páginas de proyecto, etc.).
official
create-task
notion
Crea una nueva tarea en la base de datos de tareas de Notion del usuario con valores predeterminados sensatos para la fecha de vencimiento, el estado, el propietario y el proyecto.
official
knowledge-capture
notion
Transforma conversaciones y discusiones en páginas de documentación estructuradas en Notion. Captura ideas, decisiones y conocimiento del contexto del chat con…
official
meeting-intelligence
notion
Prepara materiales de reunión recopilando contexto de Notion, enriqueciéndolo con investigación, y creando tanto una lectura previa interna como una agenda externa guardada en Notion.
official
research-documentation
notion
Busca en tu espacio de trabajo de Notion, sintetiza hallazgos de múltiples páginas y crea documentación de investigación completa con citas adecuadas y…
official