File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ If you cannot write acceptance criteria, pause and continuously clarify.
6464
6565Always consider and optimally utilize all built-in tools and available plugins before resorting to more expensive operations.
6666
67+ - Available tools from plugins like superpowers or feature-dev
6768- Repomix: Use to explore and pack the repository for full-structure views.
6869- Context7: Use to acquire up-to-date, version-specific documentation for any library/API.
6970- Vision MCP: Use for image understanding.
@@ -124,11 +125,16 @@ Before writing any code, always verify current best practices. Never rely on tra
124125 - Searching packed outputs with grep
125126 - Creating project skills from code
126127
127- 7 . LSP-TreeSitter or Serena: Use built-in LSP tools for:
128+ 7 . Built-in LSP-TreeSitter or Serena: for:
128129 - Finding symbol definitions and references
129130 - Getting hover information and document symbols
130131 - Understanding code relationships before making changes
131132
133+ 8 . Available tools from plugins like superpowers:* or feature-dev:*
134+ - Brainstorming
135+ - Plan-making
136+ - Deep diagnostic
137+
132138</research-before-implementation >
133139
134140<verification-minimum >
You can’t perform that action at this time.
0 commit comments