tasks

Convert PRD markdown into prioritized executable task lists with acceptance criteria.

5|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/barkleesanders/claude-code-starter --skill tasks-barkleesanders
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tasks
Source: https://github.com/barkleesanders/claude-code-starter/tree/main/skills/tasks
Command: npx skills add https://github.com/barkleesanders/claude-code-starter --skill tasks-barkleesanders

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need for a standalone engineering task management tool by consolidating all PRD conversion, task breakdown, and workflow prioritization functionality into the unified /carmack agent, reducing context switching and workflow fragmentation for engineering teams.

Core Features & Use Cases

  • PRD to Structured Task Conversion: Automatically converts product requirement document (PRD) markdown into prd.json files optimized for autonomous execution loops.
  • Granular Task Breakdown: Splits complex engineering work into 8-15 focused, single-concern tasks with agent-testable boolean pass/fail acceptance criteria.
  • Prioritized Workflow Sequencing: Automatically orders tasks to follow standard engineering delivery priorities: investigation → schema → backend → UI → verification.
  • Use Case: A product manager submitting a "fix signup page" PRD can instantly generate a complete, ordered list of 10 granular implementation and verification tasks for autonomous engineering execution.

Quick Start

Use the /carmack skill to convert your PRD markdown file into a structured, executable task list for your engineering team.

Frequently Asked Questions about tasks

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

FAQPage Schema
How do I convert a PRD into executable engineering tasks?

To convert a PRD into executable engineering tasks, this Skill parses product requirement document markdown and outputs a structured prd.json file containing granular, prioritized task lists for autonomous execution.

What is the best way to break down complex engineering work into autonomous tasks?

Breaking down complex engineering work into autonomous tasks involves splitting requirements into 8-15 focused, single-concern tasks equipped with agent-testable boolean pass/fail acceptance criteria.

How does PRD conversion prioritize tasks for standard engineering delivery pipelines?

PRD conversion prioritizes tasks for engineering delivery pipelines by automatically sequencing work to follow standard priorities: investigation, schema, backend, UI, and finally verification.

Can I use this Skill for autonomous development workflows without a standalone task manager?

Yes, you can use this Skill for autonomous development workflows without a standalone task manager because it consolidates PRD conversion, task breakdown, and workflow prioritization directly into the /carmack agent.

Do I need any specific dependencies or components to run the /carmack task workflow?

No specific dependencies or components are required to run the /carmack task workflow, as the Skill operates independently to parse markdown PRDs and generate structured task lists.

Why does engineering task management fail with fragmented workflow tools?

Engineering task management fails with fragmented workflow tools due to constant context switching, which this Skill resolves by consolidating PRD parsing and task sequencing into a unified agent.