-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
"I want apply task-master as a tool to control development process. We can have overview which tasks already done, which tasks need to do."
We should persist the tasks.json file even when re-parsing the PRD (Product Requirements Document). This is important because:
It allows us to track the progress of completed vs. pending tasks.
In cases where the PRD is modified and re-parsed, we should not lose the status of tasks that are already done.
Instead of starting from scratch, the tool should analyze the existing codebase and update or create new tasks, while preserving the completion status of existing ones.
This approach supports an incremental and iterative development workflow, helping the team stay aligned and ensuring no work is repeated or lost during updates.