From nx
Use when an RDR appears complete and needs finalization validation — structural, assumption, and AI critique checks
npx claudepluginhub hellblazer/nexus --plugin nxThis skill uses the workspace's default tool permissions.
Optional validation for high-stakes decisions. Most RDRs don't need a formal gate — use this when the decision is expensive to reverse and you want to confront what you don't actually know before committing.
Validates phase gates (LOM, ABM, IOC, PRM) by inventorying artifacts, dispatching multi-agent validators, aggregating results, and generating pass/fail reports for phase transitions.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Share bugs, ideas, or general feedback.
Optional validation for high-stakes decisions. Most RDRs don't need a formal gate — use this when the decision is expensive to reverse and you want to confront what you don't actually know before committing.
Delegates Layer 3 to the substantive-critic agent (sonnet). See registry.yaml.
/nx:rdr-gate003Resolve RDR directory from .nexus.yml indexing.rdr_paths[0]; default docs/rdr. Use the Step 0 snippet from the rdr-create skill, stored as RDR_DIR. All file paths below use $RDR_DIR in place of docs/rdr.
Read the RDR markdown file. Check that these sections are present AND non-empty (not just the heading with placeholder text):
If any section is missing or contains only placeholder text (e.g., [What is the specific challenge]):
mcp__plugin_nx_nexus__memory_get(project="{repo}_rdr", title=""
Filter entries matching NNN-research-*. Analyze:
Display:
Assumption Audit for RDR NNN:
- 3 verified (2 source search, 1 spike)
- 1 documented (docs only)
- 2 assumed — ⚠ UNRESOLVED
[seq 4] "Library X supports feature Y" (docs only) ← HIGH RISK
[seq 6] "Latency under 100ms" (docs only) ← HIGH RISK
If assumed findings remain:
acknowledged: trueDispatch the substantive-critic agent via Agent tool with this relay:
## Relay: substantive-critic
**Task**: Critique RDR NNN for internal consistency, missing failure modes, scope creep, and proportionality.
**Bead**: none
### Input Artifacts
- nx store: none
- nx memory: {repo}_rdr/NNN (status and research records)
- Files: docs/rdr/NNN-*.md
### Deliverable
Structured critique with pass/warn/fail per finalization gate criterion:
1. Contradiction Check — pass/warn/fail
2. Assumption Verification — pass/warn/fail
3. Scope Verification — pass/warn/fail
4. Cross-Cutting Concerns — pass/warn/fail
5. Proportionality — pass/warn/fail
### Quality Criteria
- [ ] Every fail has a specific section reference and fix suggestion
- [ ] Warns are actionable but non-blocking
- [ ] Prior RDR search attempted (may return empty on cold-start)
Prior-art search (within the agent): Use catalog if available, fall back to raw search:
mcp__plugin_nx_nexus__catalog_search(query="relevant terms from problem statement", content_type="rdr")
mcp__plugin_nx_nexus__catalog_links(tumbler="<result>", direction="both") to discover related RDRs in the graphrdr__Important: The AI critique supplements but does not replace the author completing the Finalization Gate section with written responses. The gate should verify that the Finalization Gate section contains substantive written responses, not just "N/A" or placeholder text.
> Run '/nx:rdr-accept <id>' to accept this RDR.Status remains Draft until the author explicitly accepts via /nx:rdr-accept.
outcome: "BLOCKED")When dispatching the substantive-critic agent via Agent tool for Layer 3 critique, use this exact structure:
## Relay: substantive-critic
**Task**: Critique RDR NNN for internal consistency, missing failure modes, scope creep, and proportionality.
**Bead**: [ID] (status: [status]) or 'none'
### Input Artifacts
- nx store: [prior RDR collections or "none"]
- nx memory: {repo}_rdr/NNN (status and research records)
- nx scratch: [scratch IDs from Layer 1/2 or "none"]
- Files: docs/rdr/NNN-*.md
### Deliverable
Structured critique with pass/warn/fail per finalization gate criterion:
1. Contradiction Check
2. Assumption Verification
3. Scope Verification
4. Cross-Cutting Concerns
5. Proportionality
### Quality Criteria
- [ ] Every fail has a specific section reference and fix suggestion
- [ ] Warns are actionable but non-blocking
- [ ] Prior RDR search attempted (may return empty on cold-start)
Required: All fields must be present. Agent will validate relay before starting.
For additional optional fields, see RELAY_TEMPLATE.md.
.nexus.yml indexing.rdr_paths[0] (default docs/rdr){id}-gate-latest (both pass and fail)Outputs generated by the substantive-critic agent (Layer 3):
Session Scratch (T1): Use scratch tool for ephemeral notes during multi-layer validation. Flagged items auto-promote to T2 at session end.
T2 retrieval is O(N): Layer 2's memory_get tool with project="{repo}_rdr", title="" returns all records. Client-side filtering by title pattern (NNN-research-*) is required. Validate that parsed records have rdr_id and seq fields before using them.