What problem does it solve?
Many development tasks require both a tracked Notion task and a corresponding git branch, and manually creating the page, selecting the next task number, composing structured content, and creating a correctly named branch is repetitive and error-prone.
Core Features & Use Cases
- Automated Notion page creation: Creates a new task page in the Spovishun Notion board with the required sections (Goal, Branch name, Steps, Definition of Done, and an AI prompt).
- Deterministic numbering and branch naming: Scans existing task names to compute the next sequential task number and generates a standardized branch name from the title (feature/spovishun-{N}-{slug}).
- Git branch workflow: Checks out develop, creates a new branch from develop, and reports the created branch without overwriting existing branches.
- Use case: When adding a new feature, use this skill to produce a properly formatted Notion task and immediately start working on a correctly named feature branch.
Quick Start
Create a new Notion task with a concise title and 2–5 sentence description so the skill creates the Notion page and prepares the matching git branch from develop.