File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ Follow these phases strictly:
1212### Phase 2: Agentic Analysis
13131. Once you have a clear understanding of the objective, invoke the `planner` subagent.
14142. Pass the fully clarified objective to the `planner`. The `planner` will scan the repository and return a detailed Markdown plan.
15+ 3. Review the plan with the user, and apply necessary corrections or adjustments based on their feedback. Use `ask_user` to confirm any changes.
16+ 4. Ensure the final plan is comprehensive, actionable, and aligned with the user's goals before proceeding to the next phase.
1517
1618### Phase 3: Saving the Plan
17191. Ensure the `plans/` directory exists.
@@ -20,7 +22,7 @@ Follow these phases strictly:
2022
2123### Phase 4: Task Synchronization (TASKS.md)
22241. Read the current `TASKS.md` file to understand the project roadmap.
23- 2. Use `ask_user` to ask the user if they want to link this plan to `TASKS.md`. Provide options:
25+ 2. Use `ask_user` to ask the user if they want to link this plan to `TASKS.md`. Provide options if they are relevant :
2426 - "Add as a new task"
2527 - "Update an existing task"
2628 - "Skip"
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ Mark a task as 'In Progress' and assign user to it.
19193. Update its status to `[/]` In Progress.
20204. Append the tag "(@!{{ git config user.email | cut -d'@' -f1 }})" to the task line.
21215. Ensure you don't overwrite existing assignments unless requested.
22- 6. Verify the file after the update and start planning mode for the task.
22+ 6. If there is a plan for the task, use `ask_user` to confirm the next steps and start working on it.
23+ 7. Otherwise, suggest user to invoke `/plan` command to create a plan before starting work.
2324
2425### **Action: Report**
2526Produce a strategic report of current tasks.
You can’t perform that action at this time.
0 commit comments