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:

  1. Project exists: The project should have its own folder at .planning/[project-name]/
  2. 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
Related skills

More from nsantini/gsdl

Installs
33
Repository
nsantini/gsdl
GitHub Stars
3
First Seen
Mar 11, 2026