Convert PRD to structured task list with automatic linking
<prd-file> [--output-dir <directory>]# generate-tasks **Category**: Task Management ## Usage ## Arguments - `<prd-file>`: Required - Path to the PRD file to convert - `--output-dir`: Optional - Directory for task file (default: ./tasks/) ## Execution Instructions for Claude Code When this command is run, Claude Code should: 1. Read the PRD file and extract metadata 2. Analyze PRD content to generate a comprehensive task list 3. Create task file with proper naming convention: - For `*-prd.md`: create `*-prd-tasks.md` - For `*-frd.md`: create `*-frd-tasks.md` - For `*-simple-frd.md`: create `*-simple-frd-tasks....