nx/skills/rdr-show/SKILL.md
Use when needing detailed information about a specific RDR including content, research findings, and linked beads
npx skillsauth add hellblazer/nexus rdr-showInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
/nx:rdr-showResolve RDR directory: Read from .nexus.yml indexing.rdr_paths[0]; default docs/rdr. Use the Step 0 snippet from the rdr-create skill, stored as RDR_DIR.
Determine RDR ID: From user's argument, or default to most recently modified RDR in $RDR_DIR/
Read the markdown file: $RDR_DIR/NNN-*.md
Read T2 metadata (if available): mcp__plugin_nx_nexus__memory_get(project="{repo}_rdr", title="NNN"
Read research findings (if available): mcp__plugin_nx_nexus__memory_get(project="{repo}_rdr", title="" and filter titles matching NNN-research-*
Catalog links (if catalog initialized): Search for this RDR in the catalog and display graph relationships:
mcp__plugin_nx_nexus-catalog__search(query="<rdr-title>", content_type="rdr")
If found, call: mcp__plugin_nx_nexus-catalog__links(tumbler="<tumbler>", depth=1)
Display inbound and outbound links from the result. Skip silently if catalog not initialized.
Display unified view:
## RDR NX-003: Semantic Search Pipeline
**Status:** Draft → **Type:** Feature → **Priority:** Medium
**Created:** 2026-02-23 | **Gated:** — | **Closed:** —
### Research Summary
- Verified (✅): 3 findings (2 source search, 1 spike)
- Documented (⚠️): 1 finding (1 docs only)
- Assumed (❓): 2 findings — ⚠ unresolved risks
### Linked Beads
- Epic: NX-abc12 "Semantic Search Pipeline" (open)
- NX-def34 "Phase 1: Indexer" (in_progress)
- NX-ghi56 "Phase 2: Query API" (open)
### Supersedes / Superseded By
(none)
### Catalog Links (from link graph)
- ← catalog.py (implements-heuristic, by index_hook)
- ← tumbler.py (implements-heuristic, by index_hook)
- → "Delos: Theory of Schema Mappings" (cites, by rdr-close)
(or: "No catalog entry — run `nx index rdr` to populate")
### Post-Mortem Drift Categories
(not closed yet)
/nx:rdr-list behavior).epic_bead is set in T2)/nx:rdr-list behavior if RDR ID not foundThis skill produces outputs directly (no agent delegation). It is read-only and does not write to any storage tier:
Session Scratch (T1): Use scratch tool for ephemeral notes if the user is comparing multiple RDRs. Flagged items auto-promote to T2 at session end.
/beads:show for the linked epic bead (if epic_bead is set in T2).development
Use when critiquing / auditing / reviewing a change set against decision history — tries the review plan library first (catalog lookup → decision-evolution traversal → extract → compare), falls through to /nx:query if nothing matches
documentation
Use when doing design / architecture / planning work that walks from prose (RDRs, docs, knowledge) into the modules implementing a concept
development
Use when surveying the plan library's runtime metrics to propose plans for promotion to a higher scope — advisory-only; dispatches the plan-promote-propose meta-seed (no lifecycle ops — those ship in RDR-079)
business
Use when inspecting plan runtime metrics or enumerating dimension-registry usage — dispatches plan_match with dimensions={verb:plan-inspect}; strategy:default reports per-plan metrics, strategy:dimensions reports registry usage counts