gdt-notion

Manage a Godot project backlog in Notion using a fixed 10-field schema.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kodexArg/gdt-syv --skill gdt-notion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gdt-notion
Source: https://github.com/kodexArg/gdt-syv/tree/main/.claude/skills/gdt-notion
Command: npx skills add https://github.com/kodexArg/gdt-syv --skill gdt-notion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The gdt-notion skill solves the problem of managing a growing Godot project backlog by keeping task tracking consistent with a fixed 10-field schema in Notion, including structured updates as decisions and changes happen during development.

Core Features & Use Cases

  • Notion backlog CRUD for SyV schema: Create, query, and update backlog entries using the locked 10-field schema (Task, Status, Priority, Category, Scope, Effort, Description, Dependencies, Nodes/Scenes, Started).
  • Decision- and change-driven proactive suggestions: Suggest adding backlog items when you encounter scope changes, bugs, TODOs/FIXMEs, feature requests, blocked dependencies, or architectural decisions—always asking for confirmation before adding.
  • MCP-first Notion integration: Uses MCP Notion tools for querying and mutations, with curl only as a fallback for MCP limitations (e.g., database creation or bulk operations).

Quick Start

Add a new backlog item by asking: "Show the current open backlog for my next steps and propose an entry for the bug I just fixed in the client HUD."

Frequently Asked Questions about gdt-notion

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

FAQPage Schema
How do I manage a Godot project backlog in Notion?

Manage a Godot project backlog in Notion by applying a fixed 10-field schema for tasks and workflows, using MCP Notion tools for deterministic CRUD operations to query, create, and patch entries.

How do I track scope changes and bugs in a Notion task database?

Track scope changes and bugs in a Notion task database by triggering confirmation-gated proactive suggestions that propose adding new backlog items when you encounter TODOs, FIXMEs, or architectural decisions during development.

Can I filter Notion backlog items by priority and category for development tasks?

Filter Notion backlog items by priority and category using a locked schema that covers architecture, bugs, features, and scope changes, applying inferred Category and Effort rules to query open items with cursor-safe pagination.

Does the Notion MCP integration support bulk database operations?

The Notion MCP integration handles querying and mutations with deterministic CRUD operations, but falls back to curl for bulk operations or database creation where MCP tools have limitations.

What is the best way to structure a game development task tracker in Notion?

Structure a game development task tracker in Notion using a 10-field schema covering Task, Status, Priority, Category, Scope, Effort, Description, Dependencies, Nodes/Scenes, and Started to maintain consistent backlog updates.