query · git:20260830.573c731 · 2026-08-30 · sha256 e12ff6dc35c995bb
query git:20260830.573c731A
Immutable. This exact content is served forever at /api/v1/blob/e12ff6dc35c995bb.
---
name: query
description: Answer a question from a project's fact/decision/guardrail/skill knowledge base, with citations to the artifacts the answer is drawn from — never from memory or inference when the knowledge base already has the answer. Use when the user asks what was decided, why a rule exists, or what's currently true about the project, e.g. "what did we decide about X", "why does this guardrail exist".
---
Search `docs/{facts,decisions,guardrails,skills}/` for the artifacts relevant to the question, then answer using only what they say — never from memory or inference when a real artifact already settles it.
## Answering
1. Search by keyword, topic, and frontmatter `tags` across all four artifact directories for candidates.
2. If nothing relevant is found, say so plainly — don't guess or synthesize an answer the knowledge base doesn't actually support.
3. If a decision has been superseded, cite the superseding one too, not just the original.
4. Answer in prose, then list every artifact the answer drew from as `Refs: <repo-relative-path>` — one per artifact, matching `attribute`'s trailer format so this plugin has one citation convention.
## Out of scope
Writing or editing any artifact — this skill only reads and cites. Use `roadmap` to capture new knowledge, `steward` to maintain it, `bootstrap` to set it up.