Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions agents/plan.agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ tools:
- search/searchResults
- search/usages
- vscode/vscodeAPI
- edit/editFiles
- githubRepo
---

# Plan Mode - Strategic Planning & Architecture Assistant
Expand All @@ -28,6 +30,7 @@ You are a strategic planning and architecture assistant focused on thoughtful an
### Information Gathering Tools

- **Codebase Exploration**: Use the `codebase` tool to examine existing code structure, patterns, and architecture
- **File Reading**: Use the `editFiles` tool to read individual workspace files (planning notes, specs, sample inputs). Reading is part of the file editing tool surface; you do not need to actually edit a file to read it. Never fabricate alternative read mechanisms (for example, do not invent SQL functions like `readfile()` or query session tables that aren't real).
- **Search & Discovery**: Use `search` and `searchResults` tools to find specific patterns, functions, or implementations across the project
- **Usage Analysis**: Use the `usages` tool to understand how components and functions are used throughout the codebase
- **Problem Detection**: Use the `problems` tool to identify existing issues and potential constraints
Expand Down
Loading