notion-scrum-board

Manage Notion agent operations board tasks with controlled field vocabularies.

Updated May 6, 2026
One-click install
npx skills add https://github.com/Takfes/indie-scaffolder --skill notion-scrum-board
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notion-scrum-board
Source: https://github.com/Takfes/indie-scaffolder/tree/main/components/agent-skills-commands/.agents/skills/notion-scrum-board
Command: npx skills add https://github.com/Takfes/indie-scaffolder --skill notion-scrum-board

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you manage an AI agent operations board in Notion without manually memorizing database fields, status rules, or API workflows. It keeps agent-bound tasks organized so you can capture work, rank it, and dispatch it consistently.

Core Features & Use Cases

  • Task Intake: Log new agent tasks into the default Notion database with the required title, priority, effort, task type, and description fields.
  • Backlog Management: Retrieve, filter, and sort backlog items so you can identify what is ready for dispatch.
  • Task Updates: Change status, assign work, and append comments while respecting board rules and controlled vocabulary.
  • Use Case: A team lead can capture a new agent task, review the backlog for the highest-priority items, and move a selected task from Backlog to Launchpad or In Progress with the correct metadata.

Quick Start

Use the notion scrum board skill to create or update a Notion agent task with the correct status, priority, effort, task type, and description.

Frequently Asked Questions about notion-scrum-board

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage an AI agent backlog in Notion?

To manage an AI agent backlog in Notion, you log new tasks with required fields like title, priority, and effort, then filter and sort items to identify dispatch candidates. This enforces controlled vocabulary and consistent status updates across the board.

How do I add a new task to a Notion agent operations board?

To add a new task, you log the item into the default Notion database with required fields: title, priority, effort, task type, and description. This captures the agent task with the correct metadata for backlog ranking and dispatch.

Can I update task status and assign work in Notion using MCP tools?

Yes, you can change task status and assign work in Notion using MCP tools, mcp-cli, or REST requests. The process respects board rules, enforces controlled field vocabularies, and handles comments as append-only to maintain database integrity.

What is required to query dispatch candidates from a Notion backlog?

Querying dispatch candidates from a Notion backlog requires the specific database ID and controlled field vocabularies for status and priority. You retrieve, filter, and sort backlog items to identify the highest-priority tasks ready for assignment.

Does this approach support moving tasks from Backlog to In Progress in Notion?

Yes, this approach supports moving tasks from Backlog to Launchpad or In Progress in Notion. You update the task status with the correct metadata, ensuring the agent operations board reflects the current workflow state and assignment.

What are the limitations of using a controlled vocabulary for Notion task management?

The limitation of using a controlled vocabulary for Notion task management is that status changes and property updates must conform to predefined field values. This prevents arbitrary status entries, ensuring consistency but requiring strict schema adherence.