feat: add prompt for claude code to include context when generating tasks

This commit is contained in:
Ralph Khreish
2025-08-06 12:17:49 +02:00
parent ca4d93ee6a
commit 36468f3c93
7 changed files with 82 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
---
"task-master-ai": minor
---
Enhanced Claude Code provider with codebase-aware task generation
- Added automatic codebase analysis for Claude Code provider in `parse-prd`, `expand-task`, and `analyze-complexity` commands
- When using Claude Code as the AI provider, Task Master now instructs the AI to analyze the project structure, existing implementations, and patterns before generating tasks or subtasks
- Tasks and subtasks generated by Claude Code are now informed by actual codebase analysis, resulting in more accurate and contextual outputs