speckit-tasks

Generate task lists from design documents in spec-kit projects.

1|1|Updated May 31, 2026
One-click install
npx skills add https://github.com/WayneSHC/polaris-desk --skill speckit-tasks-wayneshc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/WayneSHC/polaris-desk/tree/main/.claude/skills/speckit-tasks
Command: npx skills add https://github.com/WayneSHC/polaris-desk --skill speckit-tasks-wayneshc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, yaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of actionable task lists for feature development, saving time and reducing human error in project management.

Core Features & Use Cases

  • Automated Task Generation: Converts design documents into a task-driven project plan.
  • Dependency Tracking: Generates a task dependency graph to manage execution order.
  • Flexible Templates: Supports custom templates for tailoring task formats and structures.
  • Use Case: For a new project, this Skill can automatically generate a detailed project plan based on provided design documents, helping the team to efficiently allocate resources and prioritize tasks.

Quick Start

Use the speckit-tasks skill with a spec-kit project structure by running generate-tasks in the root directory.

Frequently Asked Questions about speckit-tasks

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

FAQPage Schema
How do I generate tasks from design documents for feature development?

You can generate tasks from design documents by running the `generate-tasks` command in your spec-kit project root directory. This process converts design artifacts into an actionable, task-driven project plan automatically.

Can I track task dependencies for a spec-kit structured project?

Yes, you can track task dependencies for a spec-kit structured project using this automated task generation approach. It generates a task dependency graph to help manage execution order and prioritize resources effectively.

Do I need Python and YAML to automate task generation?

Yes, you need Python and YAML to automate task generation because the process utilizes Python scripting and YAML configuration handling. These dependencies are required to manage hooks and integrate with your design documents.

What is the best way to customize task formats for feature development?

The best way to customize task formats for feature development is to use flexible templates within an automated task generation workflow. This allows you to tailor the task structures and formats to fit your specific project needs.

How does automated task generation work with design artifacts?

Automated task generation works by utilizing hooks for pre and post-processing to integrate with design artifacts. It reads your project documents and translates them into a structured, actionable project plan.