Scaffold plan & learn modes, project instructions (#251595)

* Scaffold plan & learn modes, project instructions

* Add the .vscode folder as a source for instructions
This commit is contained in:
Alexandru Dima
2025-06-16 16:29:28 +02:00
committed by GitHub
parent 2d9d9ca4f4
commit d4fc0cd328
4 changed files with 77 additions and 0 deletions

5
.github/chatmodes/plan.chatmode.md vendored Normal file
View File

@@ -0,0 +1,5 @@
---
description: 'Plan the solution for a problem.'
tools: ['codebase', 'findTestFiles', 'githubRepo', 'search', 'searchResults', 'usages']
---
I need your help with the following problem. Please take a look, understand the request in depth, and if the request makes sense, research it, understand the existing code, then suggest a clear plan with steps to take to address the request.