task-maker

Generate Git-ready push-level tasks and commit-level subtasks from PRD documents.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/dusvlf111/claude-setting-v0.1-fsd-next-etc --skill task-maker-dusvlf111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-maker
Source: https://github.com/dusvlf111/claude-setting-v0.1-fsd-next-etc/tree/main/.claude/skills/task-maker
Command: npx skills add https://github.com/dusvlf111/claude-setting-v0.1-fsd-next-etc --skill task-maker-dusvlf111

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PRD-based task generation automates turning PRDs and requirements into Git-friendly task structures, saving teams time and reducing miscommunication during planning.

Core Features & Use Cases

  • Analyze PRD or requirements documents to extract features and acceptance criteria.
  • Generate Push-unit task files and Commit-unit sub-tasks for incremental work.
  • Create ready-to-run task templates that reference reference docs and assets.

Quick Start

Provide the path to your PRD file to generate the initial task structure for your Git workflow.

Frequently Asked Questions about task-maker

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

FAQPage Schema
How do I convert a PRD into Git-ready tasks for incremental delivery?

To convert a PRD into Git-ready tasks, provide the file path to your requirements document. The system analyzes the PRD to extract features and generates independent push-level tasks and commit-level subtasks referencing the original source.

What is a push-unit task and commit-unit subtask in a Git workflow?

A push-unit task is an independent unit of work ready for a single Git push, while a commit-unit subtask represents smaller, incremental commits. This deterministic structure helps teams break down PRDs for manageable delivery.

Can I generate task templates that reference my existing PRD documents?

Yes, you can generate ready-to-run task templates that reference your existing PRD documents. The skill extracts acceptance criteria from the provided PRD file path and maps them to structured, actionable tasks.

Does this task generation method work for PRD-driven projects without dependencies?

Yes, this task generation method works for PRD-driven projects without requiring external dependencies. It directly parses your provided requirements documents to enforce a deterministic task generation workflow.

What is the best way to structure subtasks for a PRD-based Git workflow?

The best way to structure subtasks for a PRD-based Git workflow is to decompose requirements into push-level tasks and associated commit-level subtasks. This ensures incremental work aligns directly with PRD sources and acceptance criteria.