compose_prd_parse
Generates a prompt and JSON schema to decompose a PRD into atomic tasks while including existing tasks to prevent duplication.
Instructions
Build a prompt + JSON schema for the host LLM to decompose a PRD into atomic tasks. Pure-MCP: does NOT call any LLM. Caller (skill/host) feeds the prompt to its LLM, receives JSON, then calls record_tasks with user confirmation. Includes existing tasks in the prompt to prevent duplication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_root | Yes | ||
| prd_text | Yes | ||
| max_tasks | No | ||
| include_existing | No |