What problem does it solve? Long-running literature review projects involve multiple stages—corpus building, framework planning, and prose drafting—that are easy to lose track of when managed manually. This Skill acts as a controller that inspects workspace state, routes work to the correct subagent, and enforces a plan-approval gate before any drafting begins. ## Core Features & Use Cases - State Inspection: Run the status command to see corpus counts, fulltext readiness, plan status, and which subagent should act next. - Approval Gatekeeping: Freeze the review framework only after explicit user approval, recording metadata and timestamped snapshots under 07_plan/history/. - Plan Reopening: Reopen an approved plan when the user requests framework revisions, archiving the previous state automatically. - Use Case: A researcher managing a systematic management review asks whether the project is ready to draft. The orchestrator checks the workspace, confirms the plan is approved, and routes the task to the writer subagent—or blocks drafting until approval is given. ## Quick Start Ask the assistant to check the current review workflow status and tell you which stage of the literature review should happen next.