gsdl-create-plan
Installation
SKILL.md
Generate Task List from PRD
Generates a detailed, step-by-step task list in Markdown format based on an existing Product Requirements Document (PRD). The task list guides a developer through implementation with parent tasks and detailed sub-tasks.
Prerequisites
Before generating a task list:
- Project exists: The project should have its own folder at
.planning/[project-name]/ - PRD exists: Ensure the PRD file exists at
.planning/[project-name]/prd-[feature-name].md
Output
The task list will be saved as:
- Format: Markdown (
.md) - Location:
.planning/[project-name]/ - Filename:
tasks-[prd-file-name].md(e.g.,tasks-prd-user-profile-editing.md) - Full Path Example:
.planning/my-cool-project/tasks-prd-user-authentication.md