speckit-tasks

Generate structured task lists with dependencies from project specification documents.

13|2|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/NebulaMao/nanoiflow --skill speckit-tasks-nebulamao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/NebulaMao/nanoiflow/tree/main/.claude/skills/speckit-tasks
Command: npx skills add https://github.com/NebulaMao/nanoiflow --skill speckit-tasks-nebulamao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed, structured task lists from project specifications, ensuring all implementation steps are clearly defined and prioritized.

Core Features & Use Cases

  • Task Breakdown: Converts high-level plans and user stories into granular, executable tasks.
  • Dependency Mapping: Identifies and visualizes task dependencies for logical workflow sequencing.
  • Use Case: After defining user stories for a new feature, use this Skill to generate a tasks.md file that outlines every step needed for development, including setup, implementation per story, and final polish, complete with task IDs and file paths.

Quick Start

Use the speckit-tasks skill to break down the implementation plan for the new user authentication feature.

Frequently Asked Questions about speckit-tasks

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

FAQPage Schema
How do I generate actionable tasks from a project specification document?

Yes, you can convert user stories into an executable checklist by providing your specification documents. The Skill reads your plan.md and spec.md, breaks down high-level plans into granular tasks, and formats them into a tasks.md file complete with task IDs and file paths.

How does task dependency mapping work for agile project plans?

Task dependency mapping works by analyzing the parsed project structure and prioritized user stories to identify sequential relationships. It visualizes these dependencies within the generated tasks.md file, ensuring your agile workflow follows a logical implementation sequence.

Do I need a specific tech stack or project structure to generate a task list?

You do not need a specific tech stack, but you must provide a project structure and specification files like plan.md and spec.md. The Skill parses your existing tech stack, libraries, and user stories with priorities to accurately generate the executable task list.

What is the best way to break down a software development plan into granular tasks?

The best way to break down a software development plan into granular tasks is to automate parsing of your specification documents. This Skill converts high-level plans into an executable checklist, organizing tasks by user story priority and mapping dependencies for complete development tracking.

When should I not use automated task generation for software development workflows?

You should not use automated task generation if your project lacks detailed specification documents like plan.md or spec.md. Without defined user stories, priorities, and a clear project structure, the Skill cannot accurately map dependencies or generate a structured executable checklist.