Task Generation

Converts one or more User Story files into a High-Level Technical Task Plan. Reads each story, breaks it down into implementation tasks grouped by layer (backend, frontend, integration, notifications, config, testing), assigns estimates, and links every task back to its source story. Each task is saved as its own file directly inside docs/feat/{feature-name}/ as T-001.md, T-002.md, etc. A combined plan summary is also written. No code snippets are produced — only task descriptions. Use this skill whenever someone says "generate tasks from this story", "break this into tasks", "create a technical plan for this", or provides user stories and wants implementation tasks produced.

thapaliyabikendra 79c0018 10.3 KB Updated

File contents

thapaliyabikendra/agentic-dev-flow/tree/main/plugins/agentic-dev-flow/skills/task-generation commit 79c0018a30

Frequently asked questions

npx skillmds@latest add thapaliyabikendra/task-generation