rh-inf-resolve

Resolve open conflicts across extract-plan.yaml and formalize-plan.yaml before implementation.

12|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/reason-healthcare/rh-skills --skill rh-inf-resolve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rh-inf-resolve
Source: https://github.com/reason-healthcare/rh-skills/tree/main/skills/.curated/rh-inf-resolve
Command: npx skills add https://github.com/reason-healthcare/rh-skills --skill rh-inf-resolve

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactive conflict resolution guide for RH lifecycle plans that prevents implementation until conflicts are resolved across extract-plan.yaml and formalize-plan.yaml.

Core Features & Use Cases

  • Deterministic listing of open conflicts via rh-skills promote conflicts <topic>.
  • Human-in-the-loop resolution with per-conflict prompts and write-back to plan files to ensure a clear path forward.
  • Regenerates extract-plan-readout.md and formalize-plan-readout.md to reflect reviewer decisions.

Quick Start

Run rh-skills promote conflicts <topic> to enumerate open conflicts, review each item with a human reviewer, and record resolutions using rh-skills promote resolve-conflict.

Frequently Asked Questions about rh-inf-resolve

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resolve open conflicts in extract-plan.yaml before implementation?

To resolve open conflicts in extract-plan.yaml, run rh-skills promote conflicts to enumerate them, review each item with a human reviewer, and record resolutions using rh-skills promote resolve-conflict to write decisions back to the plan files.

What is human-in-the-loop conflict resolution for clinical guideline planning?

Human-in-the-loop conflict resolution for clinical guideline planning is a process that prevents plan execution by guiding human reviewers to evaluate and resolve open conflicts per topic across planning artifacts before formalization.

Does rh-inf-resolve require the rh-skills CLI to list and resolve plan conflicts?

Yes, rh-inf-resolve requires the rh-skills CLI to deterministically list open conflicts via the promote conflicts command and requires topic validation to record reviewer resolutions back into the plan artifacts.

When do I need to resolve conflicts across formalize-plan.yaml?

You need to resolve conflicts across formalize-plan.yaml after plan phases produce open conflicts and before executing derive, combine, or formalize steps to ensure a clear implementation path forward.

How are plan readouts updated after resolving plan conflicts?

Plan readouts are updated automatically by regenerating extract-plan-readout.md and formalize-plan-readout.md to reflect the human reviewer decisions recorded during the conflict resolution process.