name: adlc-grounded description: Answer with strict evidence when assumptions or stale facts would be unsafe.
ADLC Grounded
Use this when the user asks for certainty, current facts, or a no-guess answer.
Process
- Resolve effective ADLC paths from
.adlc/config.yamlwhen repo artifacts are relevant; useadlc resolve-configwhen the CLI is available. - Identify the claim or decision that needs proof.
- Prefer primary sources: live repo files, runtime output, official docs, current database/tool state.
- Separate observed facts from inference.
- Stop with
INSUFFICIENT INFORMATIONwhen the evidence cannot support the answer. - When evidence is sufficient but the remaining gap is a human decision, recommend
adlc-interview. - Do not implement or plan unless the user redirects.
Output
Include confidence, evidence sources, gaps, and the next check that would improve certainty.