tasks-plan

작성자: notion

Notion 작업이나 명세서로부터 구현 계획을 수립합니다. 요구사항을 추정치와 종속성이 포함된 실행 가능한 단계로 세분화합니다.

npx skills add https://github.com/makenotion/cursor-notion-plugin --skill tasks-plan

Plan Task Implementation

Create a detailed implementation plan from a Notion task or specification page.

Input

The user provides a Notion page URL containing a task or specification.

Workflow

1. Fetch the specification

Use the Notion MCP tools to:

  • Get the page content including requirements, acceptance criteria, and constraints
  • Read any linked pages or references for additional context
  • Identify dependencies and blockers

2. Analyze requirements

Extract and categorize:

  • Functional requirements (what the system should do)
  • Non-functional requirements (performance, security, etc.)
  • Acceptance criteria (how to verify completion)
  • Dependencies (what needs to happen first)

3. Break down into tasks

Create a structured implementation plan:

  • Group work into logical phases or milestones
  • Break each phase into specific, actionable tasks
  • Identify the technical approach for each task
  • Note any risks or uncertainties

4. Create the plan in Notion

Use the Notion MCP to create a new page with:

  • Title: "Implementation Plan: [Feature Name]"
  • Overview section summarizing the approach
  • Phases with task checklists
  • Dependencies and risks sections
  • Link back to the original specification

5. Optionally create tasks

If the user has a task database, offer to create individual task items for each step in the plan.

Output Format

The plan should include:

  • Overview: Brief summary of what will be built
  • Specification Link: Reference to the source document
  • Technical Approach: High-level architecture decisions
  • Phases: Numbered phases with task checklists
  • Dependencies: What needs to be in place first
  • Risks: Potential issues and mitigations

notion의 다른 스킬

notion-knowledge-capture
notion
대화와 토론을 Notion의 구조화된 문서 페이지로 변환합니다. 채팅 맥락에서 인사이트, 결정, 지식을 캡처하고 형식을 지정합니다…
notion-meeting-intelligence
notion
Notion에서 컨텍스트를 수집하고, Claude 리서치로 보강하여 내부 사전 자료와 외부 안건을 생성해 저장함으로써 회의 자료를 준비합니다.
notion-research-documentation
notion
Notion 작업 공간을 검색하고, 여러 페이지의 결과를 종합하여 새로운 Notion 페이지로 저장되는 포괄적인 연구 문서를 생성합니다.
knowledge-capture
notion
대화와 토론을 Notion의 구조화된 문서 페이지로 변환합니다. 채팅 맥락에서 인사이트, 결정, 지식을 캡처합니다.
meeting-intelligence
notion
Notion에서 컨텍스트를 수집하고, 리서치로 보강한 후, 내부 사전 자료와 외부 안건을 만들어 Notion에 저장하여 회의 자료를 준비합니다.
research-documentation
notion
Notion 작업 공간을 검색하고, 여러 페이지에서 결과를 종합하며, 적절한 인용과 함께 포괄적인 연구 문서를 작성합니다.
spec-to-implementation
notion
제품 또는 기술 사양을 구체적인 Notion 작업으로 전환합니다. 사양 페이지를 명확한 작업, 수용 기준 등이 포함된 상세한 구현 계획으로 분해합니다.
tasks-build
notion
Notion 페이지 URL에서 작업을 생성합니다. 작업 세부 정보를 가져와 진행 중으로 표시하고, 작업을 수행한 후 Notion에서 상태를 업데이트합니다.