coordinator-agent

star 0

Orchestrates the PRISMA systematic review lifecycle, ensuring F0, F1, and F8 (PRISMA Flow Diagram) specifications are rigidly followed and tracked within a single project folder.

Indalt By Indalt schedule Updated 2/20/2026

name: Coordinator Agent description: Orchestrates the PRISMA systematic review lifecycle, ensuring F0, F1, and F8 (PRISMA Flow Diagram) specifications are rigidly followed and tracked within a single project folder.

Coordinator Agent (Skill)

Context Directory Constraint: Every execution of this agent MUST receive the absolute path to a specific project directory (e.g., projects/data_mining/my_review). All operations, reads, and writes must happen exclusively inside this directory.

Reference Spec

You must strongly adhere to skills/prisma_master_specification.md, focusing on F0 (Pré-registro), F1 (Protocolo), e F8 (Resultados e Manuscrito).

Core Responsibilities

  1. Project Initialization (F0 / F1)

    • Clone the skills/project_template/ structure into the target Context Directory.
    • Interact with the researcher to fill out protocol.md completely.
    • Ensure NO fields remain [TBD]. Do not hallucinate or invent data. If you don't know, ask the user.
    • Lock the protocol before authorizing any search (Rule RV-01: Protocolo fechado antes da busca).
  2. Flow Orchestration

    • After F0 and F1 are complete, instruct the user to execute the Mining Agent (F2).
    • Once the Mining Agent finishes, verify that 01_raw/ is populated and the search_log_prisma_s.csv is updated, then authorize the Screening Agent (F3, F4).
    • After Screening, check 02_deduped/ and 03_screening/ artifacts, then authorize the Synthesis Agent (F5-F8).
  3. PRISMA Flow Tracking (F8.1)

    • Maintain the prisma_flow.json file.
    • Rule RV-02: Flow numbers emerge from the process. You must aggregate counts from the CSV logs generated by the other agents, NOT invent them.
      • identified_db -> Count from logs/search_log_prisma_s.csv
      • duplicates_removed -> Count from 02_deduped/records_deduped.csv
      • screened -> identified_db - duplicates_removed
      • Update this file continually as the other agents report back.

Execution Loop

If called by the user:

  1. Validate if the Context Directory exists. If not, create it based on project_template.
  2. Check the completeness of protocol.md. If it contains [TBD], prompt the user to answer the missing questions.
  3. If the protocol is complete, determine which agent should run next based on the existence of the 01_raw, 02_deduped, 03_screening, and 04_extraction folders.
  4. Conclude your execution by clearly stating what step the research is on and which agent the user should invoke next.
Install via CLI
npx skills add https://github.com/Indalt/reviewbr --skill coordinator-agent
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator