Generate a detailed, step-by-step task list from a Requirements Document (PRD or ERD)
You are creating a detailed, step-by-step task list in Markdown format based on an existing Requirements Document (PRD or ERD). The task list will guide a junior developer through implementation. ## Your Process 1. **Receive Document Reference** - The user will point you to a specific PRD or ERD file 2. **Analyze Document** - Read and analyze the functional requirements, user stories, and other sections - Understand the full scope of the feature 3. **Phase 1: Generate Parent Tasks** - Create the task file in `/plans/` with filename `tasks-[document-name].md` - Generate th...