create-dev-task

Creates Notion development tasks from roadmap items using a fetched template and codebase exploration.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/Takkuya/claude-skills --skill create-dev-task-takkuya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-dev-task
Source: https://github.com/Takkuya/claude-skills/tree/main/create-dev-task
Command: npx skills add https://github.com/Takkuya/claude-skills --skill create-dev-task-takkuya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a roadmap item into a well-structured Notion development task is slow and error-prone: templates get misremembered, acceptance criteria stay vague, and edge cases visible in the codebase never make it into the ticket. This Skill automates that handoff so developers and PMs get concrete, complete tasks. ## Core Features & Use Cases - Template-driven task creation: Fetches the "new development task" template from Notion at runtime and fills its properties and four content fields instead of hardcoding a structure. - Codebase-informed enrichment: Explores the repository to surface edge cases, related flows, and existing states, then adds them as plain-language acceptance criteria without exposing technical details. - Use Case: Paste a roadmap item (or share a Notion/Google Drive link) and ask to register it as a dev task — the Skill reads the requirements, checks the codebase for missed scenarios, and creates a ready-to-pick-up Notion page in the target database. ## Quick Start Turn this roadmap item into a development task in our Notion board using the new development task template.

Frequently Asked Questions about create-dev-task

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

FAQPage Schema
How do I turn a roadmap item into a Notion development task?

Provide the roadmap item as pasted text, a Notion link, or a Google Drive link, and specify the target Notion database. The Skill fetches the new development task template, fills its properties and four content fields, and creates the page with notion-create-pages.

How does codebase exploration improve a development task?

The Skill searches the repository for existing states, edge cases, and related flows the roadmap did not mention. Findings are added as plain-language acceptance criteria and regression notes, without file paths, function names, or code snippets in the output.

Can I use this to create bug tickets in Notion?

No. This Skill only handles feature and change work using the new development task template. If the item looks like a bug, it stops and tells you bugs belong in a different template and skill.

What happens if the Notion template cannot be found?

The Skill does not guess a fallback structure. It asks you to provide a direct link to the new development task template before proceeding, so the created page always matches the real template.

Does the task content have to be written in English?

Yes. All task content is written in English regardless of the conversation language, following the Codeleap workspace convention. This includes the title, description, acceptance criteria, and additional information fields.