gdt-notion-backlog-review

Query open Notion backlog pages and dispatch parallel worker agents for fixes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the overhead of manually triaging and fixing SyV backlog items by coordinating parallel agents, validating dependencies, and keeping Notion status accurate.

Core Features & Use Cases

  • Backlog orchestration: Queries all open SyV backlog items (Pending/In Progress/Blocked), prioritizes them, and dispatches up to 6 parallel worker agents.
  • Controlled work execution: Runs each item in an isolated worktree so changes are reviewable and mergeable without cross-contamination.
  • Godot-focused fixes: Uses the Godot 4.4.1 + GDScript constraints and the project’s 10-field schema to guide deterministic implementation.
  • Notion workflow management: Updates each item to Done / In Progress / Blocked and adds comments explaining outcomes, while the orchestrator itself does not write Notion content outside its defined role.

Quick Start

Ask an AI to run the gdt-notion-backlog-review skill to process your open SyV backlog items, merge the resulting work, and update each Notion page with the correct status and explanation.

Frequently Asked Questions about gdt-notion-backlog-review

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

FAQPage Schema
How do I automate Notion backlog review and dispatch parallel agents for fixes?

To automate Notion backlog review, query open pages and dispatch parallel worker agents per item. This skill orchestrates up to 6 agents in isolated worktrees to apply fixes and update Notion statuses accurately.

What is the best way to manage Godot turn-based strategy game backlog items in Notion?

Managing Godot turn-based strategy backlog items in Notion requires a 10-field schema and priority-based dispatch. The skill validates dependencies and coordinates parallel agents to execute deterministic GDScript fixes.

Does this backlog orchestration process execute fixes in isolated worktrees?

Yes, backlog orchestration executes fixes in isolated worktrees. This prevents cross-contamination of changes, ensuring each agent's work is reviewable and mergeable before updating the Notion page status.

How do I map model selection to effort tiers for parallel agent dispatch?

Model selection is mapped to Effort tiers to guide parallel agent dispatch. The orchestrator uses priority-based dispatch and dependency checks to assign appropriate models across wave-based parallelism for each backlog item.

What are the limitations of wave-based parallelism when processing Notion backlog items?

The limitation of wave-based parallelism is a maximum of 6 concurrent worker agents. The orchestrator enforces this cap and dependency checks across multiple passes to maintain stable execution and accurate status updates.