notion-tasks
Installation
SKILL.md
Notion Task Management
Setup
Database IDs are stored in config.local.md (not checked into git). See config.local.md.example for the required format.
Finding Current Sprint Tasks
-
Find current sprint: Query sprints database with filter:
{ "property": "Sprint status", "status": { "equals": "Current" } } -
Get sprint ID from the result (e.g.,
13d26cc4-e1b1-8108-9fb3-d74429e520c6)