What problem does it solve?
Comp_reqs for an entire module are scattered across multiple source files. This skill orchestrates reverse-engineering by dispatching per-file subagents and aggregating results into a single, cohesive RST document, enabling consistent terminology and a unified view.
Core Features & Use Cases
- Composition-based orchestration: coordinates the atomic skills pharaoh-context-gather, pharaoh-req-from-code, and pharaoh-decision-record to produce a consolidated output.
- Parallel per-file processing: dispatches agents for each source file concurrently, ensuring fast, scalable analysis.
- Aggregation into a single artifact: concatenates per-file results into one RST document for downstream consumption.
- Use Case: reverse-engineer comp_reqs for a cohesive module with several files, preserving cross-file terminology and traceability.
Quick Start
Invoke pharaoh-reqs-from-module on a module_dir and file_list to generate a consolidated RST document of comp_req directives.