Skip to content
Skill

prd-taskmaster

by majiayu000

AI Summary

Smart PRD generation with deterministic operations handled by . AI handles judgment (questions, content, decisions); script handles mechanics. Activate when user says: PRD, product requirements, taskmaster, task-driven development.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "prd-taskmaster" skill in my project.

Please run this command in my terminal:
# Install skill into your project (2 files)
mkdir -p .claude/skills/prd-taskmaster && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/prd-taskmaster/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/other/prd-taskmaster/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/prd-taskmaster/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/other/prd-taskmaster/metadata.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Smart PRD generator with TaskMaster integration. Detects existing PRDs and offers execute/update/replace options. Generates comprehensive technical PRDs optimized for task breakdown, validates with 13 automated checks, and optionally executes tasks autonomously with datetime tracking and rollback support. Use when user requests "PRD", "product requirements", or mentions task-driven development. Defaults to PRD generation with handoff to TaskMaster. Optionally supports autonomous execution with 4 modes.

PRD Generator for TaskMaster v3.0

Smart PRD generation with deterministic operations handled by script.py. AI handles judgment (questions, content, decisions); script handles mechanics. Script location: ~/.claude/skills/prd-taskmaster/script.py All script commands output JSON.

When to Use

Activate when user says: PRD, product requirements, taskmaster, task-driven development. Do NOT activate for: API docs, test specs, project timelines, PDF creation.

Core Principles

• Quality Over Speed: Planning is 95% of the work • Taskmaster Required: Blocks if not detected • Engineer-Focused: Technical depth, code examples, architecture • Validation-Driven: 13 automated checks via script • User Testing Checkpoints: Every 5 tasks ---

Step 1: Preflight & Resume Detection

`bash python3 ~/.claude/skills/prd-taskmaster/script.py preflight ` Returns JSON: has_taskmaster, prd_path, task_count, tasks_completed, tasks_pending, taskmaster_method, has_claude_md, has_crash_state, crash_state. If has_crash_state is true: Present resume options to user: • Continue from last subtask • Restart current task • Resume from last checkpoint • Start fresh Then proceed to Step 2. ---

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted Today
Active
Adoption100+ stars on GitHub
186 ★ · Growing
DocsREADME + description
Well-documented

GitHub Signals

Stars186
Forks40
Issues2
UpdatedToday
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code