Add Roo code planning #4773
bidreshivaprasad
started this conversation in
Feature Requests
Replies: 1 comment
-
This vibes Task Master (?) https://github.com/eyaltoledano/claude-task-master |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
"plan.md" is a user-created Markdown file where you outline project tasks or instructions. The AI reads this file to understand your goals and generates code or performs actions based on the plan. You can instruct Windsurf to reference "plan.md" for context, helping it align with your workflow and boost productivity.
Here's a step-by-step explanation of how the AI editor processes a
plan.md
file, re-edits code, and communicates feature implementation to the user:Read
plan.md
: The AI scans theplan.md
file, which contains a list of tasks or features (e.g., "Step 1: Create a login form. Step 2: Add form validation").Parse Instructions: It interprets the tasks in
plan.md
to understand the project goals and prioritizes them based on the order or context provided.Generate/Edit Code: The AI generates or modifies code in relevant project files to implement the current task (e.g., creates a login form component for Step 1).
Verify Implementation: The AI checks the code against the task requirements, ensuring the feature is correctly implemented (e.g., confirms the login form works).
Notify User: The AI updates the user via the editor's interface or a log file (e.g.,
worklog.md
), stating, "Login form feature implemented successfully."Plan Next Steps: The AI references
plan.md
to identify the next task (e.g., "Next: Implementing form validation") and informs the user, "Moving to form validation implementation."Iterate: The process repeats for the next task, with the AI continuously updating code and communicating progress until all tasks are complete.
This cycle ensures the AI stays aligned with the user's plan, providing clear updates on completed and upcoming tasks.
Beta Was this translation helpful? Give feedback.
All reactions