prd-taskmaster-v2
Installation
SKILL.md
prd-taskmaster-v2
Zero-config goal-to-tasks engine. AI handles discovery and content; script.py and the prd-taskmaster MCP handle mechanics.
Script: ~/.claude/skills/prd-taskmaster-v2/script.py (all commands output JSON)
MCP: mcp__prd-taskmaster__* tools (see mcp_server/README.md for registration)
Tool Preference — MCP First, CLI Fallback
This skill is designed to run against two MCP servers in tandem:
| Operation domain | Preferred | Fallback |
|---|---|---|
| Skill mechanics (preflight, validate-prd, detect-capabilities, backup-prd, log-progress) | mcp__prd-taskmaster__* |
python3 script.py <subcommand> |
| TaskMaster operations (parse_prd, analyze_complexity, expand_task, list, next, set_status) | mcp__task-master-ai__* |
task-master <subcommand> |
Prefer MCP whenever both servers are registered — structured data, lower token cost, first-class error handling. Fall back to CLI only when a given MCP is not available in the current session. Detection is done via validate-setup in Phase 0.
When to Use
Related skills