speckit-tasks.agent

Convert design artifacts into a dependency-aware tasks.md file.

1|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/stribus/pygerengastos --skill speckit-tasks-agent-stribus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-tasks.agent
Source: https://github.com/stribus/pygerengastos/tree/main/.github/skills/speckit-tasks.agent
Command: npx skills add https://github.com/stribus/pygerengastos --skill speckit-tasks-agent-stribus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts design artifacts (plan.md, spec.md, and optional documents) into a concrete, executable tasks.md, enabling teams to implement features with a clear, dependency-aware plan.

Core Features & Use Cases

  • Read plan.md and spec.md to extract the feature name, tech stack, user stories, and priorities.
  • Generate tasks grouped by user story with phased milestones (Setup, Foundational, US1, US2, ..., Polish) and a dependency graph to ensure correct execution order.
  • Enforce the Task Generation Rules to produce a complete, testable, and runnable tasks.md and report the generated path and summary to stakeholders.

Quick Start

Place the design artifacts in the feature directory and run the Speckit Tasks.Agent Skill to generate a structured tasks.md.

Frequently Asked Questions about speckit-tasks.agent

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

FAQPage Schema
How do I convert design artifacts into a dependency-aware tasks.md?

Generating executable task plans from user stories involves reading spec.md and plan.md to extract feature names and priorities, then producing a dependency graph. This approach organizes tasks into phased milestones like Setup, Foundational, and Polish, ensuring correct execution order for feature implementation.

How do I generate a phased milestone task plan from a spec.md file?

Generating a phased milestone task plan from spec.md involves extracting feature names, tech stack, and user stories, then grouping tasks into Setup, Foundational, US, and Polish phases. This creates a dependency graph ensuring correct execution order for feature implementation.

Can I use existing data models and contracts when generating a tasks.md plan?

Yes, you can use existing data models and contracts when generating a tasks.md plan. The process reads optional documents including data-model.md, contracts/, research.md, and quickstart.md alongside plan.md and spec.md to assemble comprehensive, dependency-aware tasks organized by user stories.

Do I need a specific project structure to generate a dependency-aware tasks.md?

Yes, you need a SPEC-KIT project structure with a .specify/ directory to generate a dependency-aware tasks.md. The system requires plan.md and spec.md placed in the feature directory to extract user stories and enforce strict task formatting rules for feature implementation.

What is included in task generation rules for an executable tasks.md file?

Task generation rules for an executable tasks.md file enforce strict formatting, testability, and dependency-awareness to produce a complete plan. The output includes the generated file path, task counts, parallel opportunities, and MVP scope to guide feature implementation.