t-task

Convert design documents into phased task plans with dependencies.

64|6|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/timzaak/web-dev-skills --skill t-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: t-task
Source: https://github.com/timzaak/web-dev-skills/tree/main/skills/t-task
Command: npx skills add https://github.com/timzaak/web-dev-skills --skill t-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert design documents into executable phased task plans with clearly defined work items and dependencies, enabling reliable handoffs from design to delivery.

Core Features & Use Cases

  • Generate the .ai/task/[feature] structure including backend/frontend/miniapp/demo phases and slot items.
  • Validate inputs: ensure .ai/design/[feature].md exists and contains goals, scope, API design, data models, and tests.
  • Produce slot manifests, item files, dependency graphs, and completion criteria to drive downstream orchestration.

Quick Start

Generate a complete, phase-scoped task plan from the design document for a given feature.

Frequently Asked Questions about t-task

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

FAQPage Schema
How do I convert a PRD or design document into an actionable task plan?

To convert a PRD or design document into an actionable task plan, this Skill automates the extraction of goals and scope into phased work items. It generates a structured task directory with defined dependencies for backend, frontend, miniapp, and demo phases.

What is a phased task plan and how does it manage dependencies?

A phased task plan organizes delivery into sequential or parallel stages like backend and frontend. This Skill manages dependencies by generating a dependency graph and item metadata, ensuring downstream slot orchestration respects the required execution order.

What sections are required in a design document to generate a task sequence?

To generate a task sequence, the design document must exist and contain specific sections: goals, scope, API design, data models, and tests. The Skill validates these required inputs before emitting the phased task structure.

Can I use this task planning automation for user stories and tech designs?

Yes, you can use this task planning automation for user stories, tech designs, and PRDs. It applies to product teams converting any design document into executable phased task plans with clearly defined work items and completion criteria.

What is the best way to structure tasks for downstream orchestration?

The best way to structure tasks for downstream orchestration is to emit a standardized directory with phase slots and item metadata. This Skill produces slot manifests and dependency graphs that directly drive automated downstream workflows.

Why does my design to tasks conversion fail during validation?

Design to tasks conversion fails during validation if the input design file is missing or lacks required sections like API design, data models, or tests. The Skill ensures these design inputs exist before processing the phased task generation.