Task Driven Development

Use this skill whenever the user asks to build, implement, fix, refactor, or change anything in a project that has a board in GitHub Projects, Jira, or Notion, including casual phrasings like "add a login button", "fix this bug", or "let's start on the export feature" that never mention a task, ticket, epic, or board. Use it too when the user asks what to work on next, what is blocked, what state the work is in, or in what order upcoming work should happen, since those answers come from the board's queue. Runs a board-first development cycle where every change starts from a tracked task, large work is decomposed into atomic tasks under an epic or parent, board status moves automatically (In progress on start, In review when done), work happens on a per-task branch, and merging or deploying waits for the owner's explicit go-ahead. Hand a question to delivery-planning only when answering it needs a date, a duration, or a critical path.

naxandros-pixel 32be78d 5 files · 38.7 KB Updated

File contents

naxandros-pixel/project-management-skill/tree/main/skills/task-driven-development commit 32be78df73

Frequently asked questions

npx skillmds@latest add naxandros-pixel/task-driven-development