When to Use Plan Mode
- Complex multi-file changes requiring coordination
- Uncertainty about the best implementation approach
- High-stakes changes to production-critical code
- Tasks in unfamiliar codebases where exploration is needed
- Strategic planning needs requiring approval before execution
AI-Assisted Task Breakdown
Verdent automatically decomposes complex requests into manageable, sequential steps through AI-assisted task breakdown.Breakdown Process
1
Request Analysis
Verdent analyzes your natural language request to identify:
- Primary objective and desired outcome
- Affected files, components, or systems
- Required technical operations and dependencies
- Potential complexity factors
2
Codebase Context
Verdent examines your project structure to understand:
- Existing architecture and established patterns
- File organization and technology stack
- Current implementations requiring modification
3
Task Decomposition
Verdent breaks the request into logical subtasks:
- Identifies natural breakpoints and implementation phases
- Orders tasks by dependency (prerequisite tasks first)
- Groups related operations together
- Estimates scope and complexity of each subtask
4
Interactive Clarification
Verdent may ask questions to refine the breakdown:
- “Should I modify the existing validation or create a new validator?”
- “Do you want to update tests for all affected components?”
- “Should this change apply to both web and mobile components?”
Breakdown Characteristics
- Granularity
- Sequencing
- Customization
- Tasks sized for 15-45 minutes of focused work
- Natural breakpoints for testing and validation
- Complex enough to be meaningful, simple enough to execute
Plan Review and Approval
After submitting a request in Plan Mode, Verdent generates a structured plan displayed in the Chat View for your review.Review Process
1
Receive Structured Plan
Verdent generates a plan with clear sections, numbered steps, affected files, and identified dependencies
2
Analyze Plan Quality
Review for:
- Correctness: Does the approach solve the problem?
- Completeness: Are all necessary steps included?
- Efficiency: Is this the best approach?
- Risk: What could go wrong? Edge cases or security concerns?
3
Ask Clarifying Questions
Request additional information if anything is unclear:
4
Request Modifications
Provide feedback to revise the plan:
5
Choose Your Next Action
After Verdent generates the plan, two options are presented:
- Edit: Request modifications, ask clarifying questions, or refine the plan further
- Start Building: Switch to Agent Mode and begin executing the approved plan
Plan Interaction Options
After reviewing the generated plan, Verdent presents two options: Edit: Choose this option to:- Request specific changes to the plan approach
- Ask clarifying questions about implementation details
- Add missing elements or considerations
- Simplify or expand certain steps
- Explore alternative approaches
- Switch to Agent Mode and begin execution
- Implement the approved plan with full autonomy
- Make file modifications and execute commands as planned
- Manual implementation: Review the plan and implement changes yourself
- Incremental execution: Ask Verdent to implement specific phases with checkpoints for review between stages
Iterative Planning
Users can freely modify and iterate on plans by choosing Edit and providing conversational feedback. Verdent treats plan generation as an interactive, iterative process.Modification Methods
Request Specific Changes:Example Iteration Flow
- No limit on the number of revisions
- Each iteration maintains conversation context
- Previous versions preserved in chat history
- Can reference earlier plan versions: “go back to the first approach”
Plan rejection is a natural part of the iterative planning process. It ensures only approved, well-understood strategies are executed, reducing wasted effort on incorrect implementations.
FAQs (Frequently Asked Questions)
Does Plan Mode actually write any code to my files?
Does Plan Mode actually write any code to my files?
No. Plan Mode is strictly read-only:
- Verdent can read files, search code, and analyze your codebase
- No file writes, edits, or deletions occur during Plan Mode
- Plans are displayed in the Chat View only
- Code execution begins only after you explicitly approve and switch to Agent Mode
Can I execute a plan incrementally instead of all at once?
Can I execute a plan incrementally instead of all at once?
Yes. Incremental execution is fully supported:Incremental Approval Pattern:How it works:
- Verdent executes specified steps
- Stops for review checkpoint
- You review results and provide feedback
- Continue with next phase or adjust approach
- Repeat until complete
What happens if I reject a plan?
What happens if I reject a plan?
Plan rejection is completely normal and expected:
- Verdent generates a new plan based on your feedback
- Previous plan versions remain in chat history for reference
- No code changes occur (Plan Mode is read-only)
- You can iterate unlimited times until satisfied
- Approach is too complex or too simple
- Missing edge cases or error handling
- Better alternative architecture exists
- Misunderstood requirements
How do I switch between Plan Mode and Agent Mode?
How do I switch between Plan Mode and Agent Mode?
Switching is instant via the Input Box:To Enter Plan Mode:
- Click Switch Mode button in Input Box
- Select Plan Mode from dropdown
- OR say: “Switch to Plan Mode”
- Click Switch Mode button in Input Box
- Select Agent Mode from dropdown
- OR choose Start Building after reviewing a plan
- Mode choice persists within the current session
- New sessions start in default Agent Mode
- You can switch modes freely at any time
Can I customize the format and detail level of generated plans?
Can I customize the format and detail level of generated plans?
Yes, using Changes apply immediately to new Plan Mode sessions.
plan_rules.md:Location: ~/.verdent/plan_rules.md (global configuration directory)What you can customize:- Level of detail: High-level overview vs. granular step-by-step
- Plan structure: Sections to include (summary, risks, dependencies, testing)
- Information included: Time estimates, file paths, verification steps
- Format preferences: Numbered lists, phases, categorization
Does Plan Mode use the same context as Agent Mode?
Does Plan Mode use the same context as Agent Mode?
No, Plan Mode has separate context management:
- Plan Mode context: Optimized for analysis and strategic thinking
- Agent Mode context: Optimized for execution and implementation
- Benefit: Plans don’t pollute execution context with exploratory research
- Plan Mode can explore multiple approaches without cluttering Agent Mode
- Rejected plan attempts don’t consume Agent Mode context
- Clean slate when switching to execution
What if Verdent asks clarifying questions during planning?
What if Verdent asks clarifying questions during planning?
Clarifying questions are part of the breakdown process:Why questions are asked:Pro tip: Questions help Verdent generate accurate, relevant plans tailored to your specific needs.
- Ambiguous requirements need clarification
- Multiple valid approaches exist (choose one)
- Edge cases or constraints not yet specified
- Preferences not clear from initial request
- Answer directly in conversational language
- Provide examples if helpful
- Say “your choice” if you trust Verdent’s judgment
- Ask counter-questions if you’re unsure