Lightweight templates for AI assistants to:
- generate a Product Requirements Document (
create-prd.md) - generate an implementation task list (
generate-tasks.md)
These templates are designed to work together and enforce a consistent output structure:
tasks/[feature-name]/prd.mdtasks/[feature-name]/tasks.md
create-prd.md- PRD generation workflow and structuregenerate-tasks.md- two-phase task generation workflow (parent tasks ->Go-> sub-tasks)
- Copy the relevant template into your AI assistant's instruction set.
- Provide your feature request.
- Follow the guided clarifying questions.
- Let the assistant create:
- a feature folder inside
tasks/ prd.mdandtasks.mdinside that folder
- a feature folder inside
This repository is public and intended to be reused, remixed, and shared.