task-maker

Generate push-level task files and commit-level subtasks from PRD requirements.

8|2|Updated Nov 1, 2023
One-click install
npx skills add https://github.com/Let-s-intern/lets-intern-client --skill task-maker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-maker
Source: https://github.com/Let-s-intern/lets-intern-client/tree/main/.claude/skills/task-maker
Command: npx skills add https://github.com/Let-s-intern/lets-intern-client --skill task-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically generates a structured list of tasks aligned with PRDs and requirements to drive Git workflows, reducing manual planning time.

Core Features & Use Cases

  • Analysis of PRD or requirements to create a push-ready task breakdown with top-level tasks and sub-tasks suitable for commits.
  • Generates task files under todo/ and tracks progress with done/. Adaptable to various PRD sizes and complexity.
  • Use Case: When given a PRD, it produces a set of push-level task files and sub-tasks that map to Git commits.

Quick Start

Provide the PRD file path to generate push-level task files and commit-level subtasks.

Frequently Asked Questions about task-maker

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

FAQPage Schema
How do I generate task lists from a PRD for Git workflows?

To generate task lists from a PRD for Git workflows, provide the PRD file path to automatically create structured push-level tasks and granular sub-commit steps. The tool reads the requirements and produces deterministic todo and done task files for your repository.

Can I automate project management task breakdowns directly from requirements analysis?

Yes, you can automate project management task breakdowns by analyzing PRD files that define features and constraints. This process automatically generates a deterministic sequence of structured, testable top-level tasks and sub-tasks mapped to Git commits.

What is the best way to map product requirements to Git commits automatically?

The best way to map product requirements to Git commits is by analyzing a provided PRD file to produce a deterministic sequence of push-level task files. These generated files directly correspond to granular sub-commit steps within your development workflow.

Does this task generation tool support large or complex PRD files?

Yes, this task generation tool adapts to various PRD sizes and complexity levels. It analyzes the provided requirements to automatically generate a structured breakdown of push-ready tasks and commit-level subtasks regardless of the document's scale.

Do I need to manually create todo and done folders before generating tasks?

No, you do not need to manually create todo and done folders. The task generation process ensures the automatic creation of necessary directories if they are missing, directly delivering structured and testable task files into your project workspace.