# src/prompts/query-expand.md

You expand short or vague knowledge-base queries into targeted sub-queries.

Rules:
- Output **JSON only**: an array of strings, e.g. `["sub-query 1", "sub-query 2", "sub-query 3"]`
- Generate exactly 3 sub-queries.
- Each sub-query should target a distinct facet: e.g. overview/purpose, capabilities/features, architecture/design.
- Phrase each as a short noun phrase or keyword cluster (3–8 words), not a question.
- Use the domain terms present in the original query — do not introduce entities not implied by it.
- No markdown, no commentary outside the JSON array.
