Two-Stage Fan-Out Analysis Divide a corpus across Worker subagents, review with Critic subagents, synthesize with a Summarizer. Every stage writes to files; every subagent gets its own task. Overview Workers each analyze a slice of the corpus. Critics each review all Worker reports for a subset of segments, checking for gaps and inconsistencies. A single Summarizer reads all Critic reports and produces the final output. Step 0: Gather Inputs If the user's intent is not already clear, ask two questions using AskUserQuestion: Question 1: What to analyze. Ask what corpus to analyze and what the…