prd-taskmaster
Turn any goal into a verified PRD and executable task plan
All Skills in This Repository (12)
Pure Emerald Level IndicatorsPRD Generator for TaskMaster
Generate engineer-focused PRDs with 13 automated validation checks.
prd-taskmaster
Generates graded PRDs and dependency-ordered task graphs from natural-language goals.
discover
Runs adaptive discovery interviews to extract project constraints and classify scale before PRD generation.
go
Routes goal-driven requests through a phased PRD-to-task execution pipeline.
handoff
Detects installed capabilities and dispatches a user-selected task execution mode.
execute-fleet
Orchestrates parallel task execution across isolated worktrees with verified merges and evidence gates.
expand-tasks
Expands TaskMaster tasks with parallel research agents and writes findings back to tasks.json.
setup
Initializes the prd-taskmaster project backend, provider stack, and pipeline state.
customise-workflow
Configure prd-taskmaster workflow preferences via curated questions written to atlas.json.
execute-task
Executes TaskMaster tasks autonomously with evidence-gated verification and complexity-tiered subagent dispatch.
generate
Generates a validated PRD spec and parses it into an expanded task graph.
atlas
Routes goal statements into the Atlas PRD and task-graph orchestration pipeline.
Frequently Asked Questions
FAQPage SchemaHow to install prd-taskmaster?▼
Run `npx skills add anombyte93/prd-taskmaster --all -g -y` in your terminal to install the full skill suite globally.
What does prd-taskmaster do?▼
It interviews you about your goal, writes a graded PRD, breaks it into an ordered task graph, and executes each task with proof-of-completion checks.
Does prd-taskmaster require a paid API key?▼
No. The free engine works with the AI model CLIs you already have installed, such as Claude Code, Codex, or Gemini.
Which AI agents work with prd-taskmaster?▼
It works with Claude Code, Codex, and Gemini, and follows the standard SKILL.md format used by compatible agent harnesses.
How does prd-taskmaster prove a task is done?▼
Every task must pass deterministic verification gates and produce evidence files before it can be marked complete, ending in a SHIP_CHECK_OK token.