From nx
Use when a gated RDR returned PASSED and you want to officially accept it for implementation
npx claudepluginhub hellblazer/nexus --plugin nxThis skill uses the workspace's default tool permissions.
Accepts an RDR after it passes the gate. This is the author/reviewer decision point between gate validation and implementation.
Accepts Phase 3 reviewed results by squash-merging worktree into base branch, cleaning up branches/worktrees, updating request status to done, and advancing to Phase 5. Manual /mst:accept or auto after approve.
Share bugs, ideas, or general feedback.
Accepts an RDR after it passes the gate. This is the author/reviewer decision point between gate validation and implementation.
/nx:rdr-accept003{id}-gate-latest from T2. Block if outcome is not PASSED.status: "accepted", accepted_date: "YYYY-MM-DD".status: draft to status: accepted, add accepted_date.self if empty.{rdr_dir}/README.md index.git add modified files.rdr-planning-context: mcp__plugin_nx_nexus__scratch(action="put", content="RDR {id}: planning context for {title}. RDR file: {rdr_file}", tags="rdr-planning-context,rdr-{id}"relates links:
mcp__plugin_nx_nexus__catalog_search(query="<rdr-title-keywords>", content_type="rdr")mcp__plugin_nx_nexus__catalog_link(from_tumbler="<this-rdr-title>", to_tumbler="<related-rdr-tumbler>", link_type="relates", created_by="rdr-accept")Steps 1-6 execute directly — no agent delegation. Step 7 (planning handoff) optionally dispatches three agents sequentially, orchestrated by this skill (not by agent-to-agent relay):
strategic-planner — creates plan and beadsplan-auditor — validates plan against codebaseplan-enricher — enriches beads with execution context (+ audit findings), writes epic bead ID to T2Each dispatch waits for the previous agent to complete before proceeding. The accept skill writes a T1 scratch entry tagged rdr-planning-context before the first dispatch.
Important: Step 2 (T2 status: accepted write) must complete before Step 7 (planner dispatch) to satisfy RDR-024 Guardrail 2 (strategic-planner pre-check warns if RDR not accepted).
Outputs produced directly by this skill (Steps 1-6):
status: accepted, accepted_date), regenerated {rdr_dir}/README.md