tasks-build

작성자: notion

Notion 페이지 URL에서 작업을 생성합니다. 작업 세부 정보를 가져와 진행 중으로 표시하고, 작업을 수행한 후 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

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