doit.taskit

Generate a structured tasks.md from design documents with Mermaid diagrams.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/seanbarlow/doit --skill doit-taskit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doit.taskit
Source: https://github.com/seanbarlow/doit/tree/main/.claude/skills/doit.taskit
Command: npx skills add https://github.com/seanbarlow/doit --skill doit-taskit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the generation of a structured tasks.md for a feature by analyzing design documents such as plan.md, spec.md, data-model.md, and contracts, enabling teams to start implementation from a clear, executable plan.

Core Features & Use Cases

  • Automates task list generation mapped to user stories with a strict checklist format.
  • Generates Mermaid diagrams for task dependencies and phase timelines.
  • Produces a concise summary report including MVP recommendations and parallel task opportunities.
  • Keeps all tasks immediately executable with explicit file paths and IDs.

Quick Start

Run the task generator from the repo root to produce the ready-to-run tasks.md.

Frequently Asked Questions about doit.taskit

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

FAQPage Schema
How do I generate a tasks.md file from design artifacts like spec.md and plan.md?

You can generate a tasks.md from design artifacts by loading plan.md, spec.md, and data-model.md to map outcomes to user stories, producing phase-based executable tasks with strict checklists and file paths.

What is spec-driven task generation and how does it map to user stories?

Spec-driven task generation analyzes design documents to map defined outcomes directly to user stories, structuring the implementation into phases like Setup, Foundational, and priority-based US1+ tasks with explicit file paths and IDs.

Can I generate Mermaid diagrams for task dependencies and phase timelines?

Yes, generating Mermaid diagrams for task dependencies and phase timelines is supported. The process outputs visual representations of your phase-based task structures alongside a summary report of MVP recommendations and parallel opportunities.

Do I need existing design documents in my repo to create a structured task list?

Yes, you need existing design documents such as plan.md, spec.md, data-model.md, and contracts in your repo context. The tool loads these artifacts to validate all tasks for independent testability and generate the executable task list.

Does the task generator support GitHub integration and skip flags?

Yes, the task generator supports optional GitHub integration and respects skip flags when operating within the repo context. It validates all generated tasks for independent testability while producing the phase-based task structures.