← ClaudeAtlas

probelisted

Run the probe-driven validation rounds for the agentic ontology — Type 4 (adversarial — capability-negation / cross-product-fabrication / synonym-swap-with-negation, ≥2 of 3 PASS) and Type 6 (implicit-ADR confirmation — maintainer writes 5 ADRs they know are followed; ≥3 of 5 must surface in implicit-adrs.md top-10). Both rounds are MAINTAINER-AUTHORED; this skill is the protocol mechanics, not the answers.
opendatadiscovery/odd-team · ★ 0 · AI & Automation · score 75
Install: claude install-skill opendatadiscovery/odd-team
# Probe-driven validation (DOC-164 slice 8+) The agentic ontology's MVP acceptance is **probe-driven**, not coverage-%-driven (per `adrs/drafts/research/agentic-code-ontology/PROBES.md`). Two rounds the maintainer authors and the skill executes: - **Type 4 — Adversarial probes (per refresh).** Three maintainer-authored "capability negation" probes (capabilities that *don't* exist — synonym-swap-with-negation, cross-product-fabrication, or capability-negation). The ontology should answer "no" / return empty. ≥2 of 3 must PASS for the refresh to be accepted. - **Type 6 — Implicit-ADR confirmation (per refresh, but lower frequency in practice — quarterly).** Maintainer privately writes 5 ADRs they know the codebase embodies. The skill compares against `lineage/{repo}/implicit-adrs.md`'s top-10 candidates. ≥3 of 5 must appear (semantically equivalent) for the implicit-ADR feature to be supported. <3 PASS = block ontology MVP acceptance. This skill is **maintainer-driven** — the implementer cannot author probes (that defeats the adversarial-round design per LSN-013-class case-law: implementer-authored probes only test what the implementer expected the ontology to handle). ## Argument forms | Form | Behaviour | |---|---| | `/probe --adversarial [<repo>]` | Capture 3 adversarial probes the maintainer types in. Run each against the ontology (`concepts.yaml` + `understanding/*.md`). Report ≥2/3 PASS or FAIL. | | `/probe --implicit-adrs [<repo>]` | Capture 5 maintainer-written imp