speckit-tasks

Generate dependency-aware tasks.md from plan.md and spec.md artifacts.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/BOUROUIS-MOHAMED/monclub_access_python --skill speckit-tasks-bourouis-mohamed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks
Source: https://github.com/BOUROUIS-MOHAMED/monclub_access_python/tree/main/.agents/skills/speckit-tasks
Command: npx skills add https://github.com/BOUROUIS-MOHAMED/monclub_access_python --skill speckit-tasks-bourouis-mohamed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill generates actionable, dependency-ordered tasks for feature development based on available design artifacts and a spec-kit project structure.

Core Features & Use Cases

  • Automated task generation: Create a complete, checklist-formatted tasks.md from plan.md, spec.md, and schema data.
  • Dependency-aware planning: Organizes tasks by user stories with clear dependencies and parallelization hints.
  • Templates & MVP guidance: Produces an outline aligned to .specify/Templates/tasks-template.md and suggests an MVP scope.

Quick Start

Provide a feature spec (plan.md and spec.md) in the .specify folder, then run the speckit-tasks generator to produce tasks.md.

Frequently Asked Questions about speckit-tasks

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

FAQPage Schema
How do I generate dependency-ordered tasks from a feature spec?

To generate dependency-ordered tasks, provide a feature spec with plan.md and spec.md in the .specify directory. The generator reads these artifacts, maps user stories to tasks, and outputs a checklist-formatted tasks.md with validated dependency ordering.

What is the best way to organize feature development tasks by user stories?

Organizing feature development tasks by user stories is best handled by mapping user stories from spec.md into a checklist-formatted tasks.md. This process structures tasks with clear dependencies and provides parallelizable task options for efficient execution.

Does the task generator require a specific project structure to work?

Yes, the task generator requires a spec-kit project structure. It specifically reads plan.md, spec.md, and related artifacts from the .specify directory, using .specify/Templates/tasks-template.md to produce an aligned tasks document.

Can I get MVP scope suggestions when generating a task plan?

Yes, you can get MVP scope suggestions when generating a task plan. The generator reports a summary with task counts and provides MVP suggestions alongside the dependency-aware tasks.md document.

How does dependency validation work for generated project tasks?

Dependency validation works by analyzing the mapped user stories and their associated tasks to ensure correct execution order. It validates dependency ordering and produces parallelizable task options, allowing teams to identify which tasks can run concurrently.

Why use a spec-kit structure for automated task generation instead of manual planning?

Using a spec-kit structure for automated task generation eliminates manual planning errors by directly reading design artifacts. It ensures tasks are dependency-aware, parallelizable, and aligned with templates, providing a structured checklist for feature development.