-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDartAI.mdc
More file actions
18 lines (11 loc) · 1.16 KB
/
DartAI.mdc
File metadata and controls
18 lines (11 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
description: Best practices for working with Tasks and Subtasks when using Dart AI task manager.
alwaysApply: false
---
Always interact with Dart AI via MCP to learn about outstanding tasks and to verify the completion of a task and subtasks.
Always update task status from 'To-do' to 'Doing' when starting any task or subtask, and from 'Doing' to 'Done' when any task or subtask is complete.
Whenever starting a task or subtask, always update the description and append information about your execution plan.
Whenever completing a task or subtask, always update the description and append any details about the actual work carried out and how it differed from the plan. If there were no changes to the plan, just append "Work carried out as planned".
Don't create new tasks or subtasks without asking for confirmation to do so.
Whenever asked to suggest the next task in a space, ALWAYS consider task complexity, dependencies and nesting when making a selection. Explain the reason for your recommendation and ask whether to begin working on it.
Whenever any task or subtask is completed, ask whether to start a git commit, then automatically suggest the next task or subtask.