feat: add rpg method prd example template

This commit is contained in:
Ralph Khreish
2025-10-06 20:22:12 +02:00
parent b9e644c556
commit c770f10265
6 changed files with 1395 additions and 1 deletions

View File

@@ -628,6 +628,9 @@ function createProjectStructure(
// Copy example_prd.txt to NEW location
copyTemplateFile('example_prd.txt', path.join(targetDir, EXAMPLE_PRD_FILE));
// Copy example_prd_rpg.txt to templates directory
copyTemplateFile('example_prd_rpg.txt', path.join(targetDir, TASKMASTER_TEMPLATES_DIR, 'example_prd_rpg.txt'));
// Initialize git repository if git is available
try {
if (initGit === false) {