reduce-orchestrator

Orchestrate MapReduce workflows with a mandatory parallel Verify phase.

2|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/hyophyop/mapreduce-skill --skill reduce-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reduce-orchestrator
Source: https://github.com/hyophyop/mapreduce-skill/tree/main/reduce-orchestrator
Command: npx skills add https://github.com/hyophyop/mapreduce-skill --skill reduce-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates complex, multi-step research, debugging, or analysis tasks by orchestrating many parallel workers, synthesizing their results, and performing a mandatory verification phase, ensuring reproducible and robust outcomes.

Core Features & Use Cases

  • MapReduce Orchestration: Manages a full MapReduce loop with a distinct Verify phase.
  • Parallel Execution: Spawns and coordinates numerous map-worker tasks concurrently.
  • Deterministic State Management: Persists all run state in .rlm/ for reproducibility and concurrency safety.
  • Use Case: Debugging a complex software issue by having parallel workers analyze different log files, then verifying critical findings and contradictions before deciding on a fix.

Quick Start

Use the reduce-orchestrator skill to plan, map, reduce, verify, and decide on a research task for the provided codebase.

Frequently Asked Questions about reduce-orchestrator

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

FAQPage Schema
How do I orchestrate parallel workers to analyze multiple log files for debugging?

You can orchestrate parallel map-worker tasks that concurrently analyze different log files, then synthesize their narrative reports into a decision to iterate or finish, ensuring robust debugging outcomes.

What is a MapReduce workflow with a mandatory verification phase?

A MapReduce workflow with verification coordinates parallel map-worker tasks, synthesizes narrative-first reductions, and enforces a mandatory parallel Verify phase to check critical findings before deciding on a fix.

How do I ensure reproducible state management when running parallel research workflows?

Deterministic state management persists all run state in a `.rlm/` directory, enforcing strict contract compliance and concurrency safety to ensure reproducible and robust research outcomes.

Can I use hint paths to guide parallel map workers during workflow automation?

Yes, the orchestrator coordinates parallel map-worker tasks under optional hint_paths, guiding workers while synthesizing their narrative reports into a final decision to iterate or finish.

What's the best way to automate complex multi-step research tasks with reproducible outcomes?

Automating multi-step research tasks requires orchestrating parallel workers, synthesizing their results, and performing a mandatory verification phase to ensure reproducible and robust outcomes.

When should I not use a MapReduce orchestration approach for analysis tasks?

You should avoid MapReduce orchestration for simple, single-threaded analysis tasks that do not require coordinating numerous concurrent workers, synthesizing narrative reports, or a dedicated verification phase.