What problem does it solve?
This Skill enables systematic handling of large, multi-file inputs by decomposing tasks, coordinating parallel sub-agents, and synthesizing results into a coherent answer. It is designed to make complex analyses feasible within finite context windows and with clear traceability across processing stages.
Core Features & Use Cases
- Hierarchical orchestration: A two-level supervisor–worker pattern that splits work, processes chunks in parallel, and reassembles findings.
- Scalability for large inputs: Suitable for codebases, long documents, and multi-file projects that exceed single-pass capacity.
- Traceable outputs: Produces structured results with chunk-level provenance, confidence scores, and cross-chunk patterns.
Quick Start
Use the RLM skill to analyze a large repository or document by triggering a decomposition workflow (e.g., "analyze entire repository"). The system will partition the input, spawn parallel workers, evaluate results, and synthesize a final report.