ground-claim
SolidGrounds capability claims with file-read evidence. Default mode answers meta-capability questions ('what does X enable') with path:line citations. Pass mode: runtime-wiring with a claims list to trace actual runtime execution paths — call sites, DI registration, middleware — and get CONFIRMED/UNVERIFIED/REFUTED verdicts per claim. Blocks sign-off on any non-CONFIRMED claim.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- griffinwork40
- Repository
- griffinwork40/agent-afk
- Created
- 3 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
ground
Anchor claims to evidence from authoritative sources. Use when validating assertions, establishing provenance, verifying facts, or ensuring claims are supported by evidence.
deep-grounding
Invoke when you are about to assert a checkable claim or start a non-trivial analysis, design, diagnosis, or recommendation and need to ground it against the real sources before committing. Ask "where could the evidence for this be?", read the relevant sources, follow their leads recursively, and report conclusions with evidence tiers plus any residual unknowns. Use this **PROACTIVELY** when you catch yourself answering from memory, from a single source or angle, or when a result beats your expectation and could skip verification.
compass-ground-evidence
Checks that every factual claim in an answer or artifact is traceable to a specific source — a file:line, a URL, or explicitly-flagged prior knowledge — and refuses to assert anything beyond what's actually verified. Use whenever an answer, summary, or report makes assertions that need grounding rather than recall: "cite your sources", "don't make this up", "ground this in the actual transcript/code/docs/data", a number or metric that must trace back to where it came from, "verify before asserting", or a factual-claim-heavy stage of compass-solve.