/setup
Set up a Notion task board for tracking tasks
> /plugin marketplace add makenotion/claude-code-notion-plugin > /plugin install notion-workspace-plugin@notion-plugin-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/setup
Context preview
What this command does when you run it.
Set up a Notion task board for tracking tasks
Command definition
setup.mddescription: Set up a Notion task board for tracking tasks
Notion Workspace Setup
You are helping the user set up their Notion workspace to work with the task commands in this plugin.
Your Task
Guide the user through one of two setup paths:
Option 1: Use a Template
If the user wants to start fresh, point them to duplicate this template:
- Template URL: https://notion.notion.site/code-with-notion-board
- Instruct them to duplicate the template to their workspace, by opening the link and clicking the duplicate button in the top bar (icon is two squares).
- Once duplicated, have them share the URL of their new board -- tell them to click the share button in the top-right and then Copy Link.
Option 2: Use an Existing Board
If the user already has a Notion board they want to use:
- Ask them to provide the URL to their existing board
- Use the Notion MCP tools to inspect the board structure and then help them modify the board to make it ready for the tasks commands. The board needs to have:
- A status property with Planning, In Progress and Done
- An "Agent status" text property for the agent to report its current activities
- An "Agent blocked" checkbox property for the agent to notify the user when it's blocked on user input
After Setup
Once the user has a board configured:
1. Confirm you can access it via the Notion MCP 2. Let them know they can now use `/notion:tasks:plan` and `/notion:tasks:build` to build a specific task
Remember: Be conversational and helpful. This is a setup wizard, not a one-shot command.
Read more
description: Set up a Notion task board for tracking tasks
Notion Workspace Setup
You are helping the user set up their Notion workspace to work with the task commands in this plugin.
Your Task
Guide the user through one of two setup paths:
Option 1: Use a Template
If the user wants to start fresh, point them to duplicate this template:
- Template URL: https://notion.notion.site/code-with-notion-board
- Instruct them to duplicate the template to their workspace, by opening the link and clicking the duplicate button in the top bar (icon is two squares).
- Once duplicated, have them share the URL of their new board -- tell them to click the share button in the top-right and then Copy Link.
Option 2: Use an Existing Board
If the user already has a Notion board they want to use:
- Ask them to provide the URL to their existing board
- Use the Notion MCP tools to inspect the board structure and then help them modify the board to make it ready for the tasks commands. The board needs to have:
- A status property with Planning, In Progress and Done
- An "Agent status" text property for the agent to report its current activities
- An "Agent blocked" checkbox property for the agent to notify the user when it's blocked on user input
After Setup
Once the user has a board configured:
1. Confirm you can access it via the Notion MCP 2. Let them know they can now use `/notion:tasks:plan` and `/notion:tasks:build` to build a specific task
Remember: Be conversational and helpful. This is a setup wizard, not a one-shot command.
This repository provides an official Claude Code plugin that bundles: Notion Skills (from the Notion Cookbook) that teach Claude how to work intelligently inside your Notion workspace The Notion MCP Server, which enables Claude to securely search, read, and
Other commands on notion.
- /create-database-row
Insert a new row into a specified Notion database using natural-language property values.
Open command - /create-page
Create a new Notion page, optionally under a specific parent, using the Notion Workspace Skill and Notion MCP server.
Open command - /create-task
Create a new task in the userβs Notion tasks database with sensible defaults.
Open command - /database-query
Query a Notion database by name or ID and return structured, readable results.
Open command - /find
Quickly find pages or databases in Notion by title keywords.
Open command - /search
Search the userβs Notion workspace using the Notion MCP server and Notion Workspace Skill.
Open command

