chore: apply requested changes from next branch (#629)

This commit is contained in:
Ralph Khreish
2025-06-01 06:19:55 +02:00
committed by GitHub
parent 3f64202c9f
commit b0dfcf345e
6 changed files with 22 additions and 17 deletions

View File

@@ -115,13 +115,16 @@ In your editor's AI chat pane, say:
Initialize taskmaster-ai in my project
```
#### 5. Make sure you have a PRD
#### 5. Make sure you have a PRD (Recommended)
For **new projects**: Create your PRD at `.taskmaster/docs/prd.txt`
For **existing projects**: You can use `scripts/prd.txt` or migrate with `task-master migrate`
An example PRD template is available after initialization in `.taskmaster/templates/example_prd.txt`.
> [!NOTE]
> While a PRD is recommended for complex projects, you can always create individual tasks by asking "Can you help me implement [description of what you want to do]?" in chat.
**Always start with a detailed PRD.**
The more detailed your PRD, the better the generated tasks will be.