brownfield-query
Installation
SKILL.md
Deprecated: This skill has been merged into
brownfield-chat, which handles all structural codebase questions including single-file lookups. Usebrownfield-chatinstead.
When to use
- "What does
src/auth/token.jsexport?" - "What files import
userService?" - "What is the risk score for
db/queries.js?" - "Show me the direct dependencies of this specific file"
- You need a deterministic answer from one or two graph nodes
When NOT to use
- Multi-module or cross-cutting questions → use brownfield-chat
- "What breaks if I change X" spanning many files → use brownfield-chat
- Architecture overview questions → use brownfield-chat or read MASTER.md