Workflows· Operations & Project Management

    The Status Bridge

    A workflow that pulls your project data every week and turns it into a ready status report covering progress, risks and delays, for you to review before it goes out.

    automatinganalyticalstructuring

    Description

    Steps

    Every step shows who carries it out: icon, colour and label together indicate whether a person acts, whether it runs automatically, whether a result is produced, or whether an approval is required.

    01Person

    A fixed weekly time, by default Friday at 4pm, starts the workflow.

    02Automated

    03Automated

    04Automated

    05Automated

    06Result

    Key
    PersonAutomatedResultApproval

    Requirements and operations

    Requirements

    • PM tool Asana, Trello, Monday or similar, as the source for tasks, status, deadlines and owners.
    • Cloud storage Drive, Dropbox, OneDrive or Notion for storing the report.
    • Email tool Gmail, Outlook or similar for sending to the stakeholder distribution list.
    • LLM access An API key for OpenAI, Claude or Gemini.

    Testing

    • Test run Trigger the workflow manually, against a known active project.
    • Data retrieval Check whether all active projects load completely with tasks, status, deadlines and owners.
    • Analysis and report Verify that progress and risks are traceable and the report structure is complete.
    • Edge cases Check projects with no activity, missing owners and a distribution list covering several projects.

    Go-live

    • Approval to start Activate the workflow only once data retrieval, the report, storage and dispatch work cleanly together.
    • Draft mode Send the report to the project lead only, for two to three weeks, and adjust the template during that time.
    • Refinement Adjust tone, level of detail and risk criteria based on the feedback from this phase.
    • Expand Extend the workflow as needed with multi-project reports, a trend comparison to the previous week, or escalation alerts.

    Common issues

    • Filter on active projects missing The report fills up with stale data. Set a reliable filter on active projects.
    • LLM output not parseable Specify the format firmly in the prompt and build in validation before storage.
    • Stakeholder list outdated Review the distribution list quarterly.
    • File name collides Use the date and project ID in the file name.

    Builder Prompt

    GOAL
    Build a workflow that pulls project data from the PM tool every week, analyzes progress, risks and delays, and files and sends a finished status report for stakeholders.
    
    Adapt the structure to the concepts of your automation tool (for example nodes, steps, zaps or agent actions). While doing so, preserve the trigger logic, the sequence and the data flow.
    
    TRIGGER
    Type: scheduled, weekly, by default Friday at 4pm.
    
    STEPS
    1. Retrieve data: Active projects only, a filter on active projects is mandatory, otherwise the report fills up with stale data, with tasks, status, milestones, deadlines and owners.
    2. Prepare data: Structure completed, in-progress and overdue tasks per project.
    3. AI step: project analysis and report. Use the working prompt below exactly.
    4. Storage: Save the report to the cloud folder, with the date and project ID in the file name, to avoid collisions.
    5. Output: Send the report by email to the stakeholder distribution list. During the introduction phase, send it as a draft to the project lead for approval first, then optionally automatically.
    
    PROMPT, COPY EXACTLY AND UNCHANGED
    """
    You are an experienced project manager. Analyze the following project data and create a professional weekly status report.
    
    Project data:
    [PROJECT_DATA]
    
    Analyze the following aspects:
    1. Progress: Which tasks have been completed? How does overall progress compare to plan?
    2. Risks: What potential risks or blockers are apparent?
    3. Delays: Are there overdue tasks or projects that are behind schedule?
    4. Next steps: What are the most important tasks for the coming week?
    
    Create a report with the following structure:
    
    # Project Status Report, [DATE]
    
    ## Executive Summary
    [Brief summary of the project status in two to three sentences]
    
    ## Progress
    - Completed tasks: [Number]
    - In progress: [Number]
    - Overall progress: [Percent]
    - Highlights of the week: [Bullet list]
    
    ## Risks and Blockers
    [List of identified risks with priority]
    
    ## Delays
    [List of overdue or delayed tasks with owners]
    
    ## Next Steps
    [Top 3 to 5 priorities for the coming week]
    
    ## Team Performance
    [Optional: workload and performance notes]
    
    Tone: [TONE]
    Format: Professional, clear, with concrete recommendations for action
    """
    
    DATA FLOW
    Step 1 and 2 to step 3: prepared project data as [PROJECT_DATA].
    System to step 3: current date as [DATE].
    Step 3 to step 4 and 5: the finished report.
    
    ERROR HANDLING
    Filter on active projects missing or not working: fix it as mandatory, otherwise the report fills up with stale data.
    Project with no activity in the week: explicitly mark it in the report as "no movement" instead of leaving it out.
    Owners missing: mark the affected task in the report as having no owner.
    AI output incomplete or unstructured: the structure is specified in the prompt. Validate the output before storage and retry the call once if it fails.
    Stakeholder distribution list outdated: maintain it as a configuration item and review it quarterly.
    File name collides: use the date and project ID in the file name.
    
    PLACEHOLDER CONVENTION
    All placeholders in square brackets in the input section are variables: [PROJECT_DATA] and [DATE] are mapped dynamically, as described in the data flow. [TONE] is not dynamic: set this value manually before activation. The square brackets inside the report structure are formatting instructions to the language model and remain unchanged. List all placeholders that require manual configuration separately at the end.
    
    SELF CHECK BEFORE COMPLETION
    Check, before you report the workflow as finished:
    1. Are all steps connected correctly, and does the filter on active projects work reliably?
    2. Is the working prompt inserted completely and unchanged, and are [PROJECT_DATA] and [DATE] mapped?
    3. Do storage, with the date and project ID in the file name, and dispatch to the distribution list work?
    4. Are all points listed that require manual configuration: PM tool access and the active filter, the cloud folder, the stakeholder distribution list, the rule for draft or automatic dispatch, [TONE], and the LLM access?

    Working prompts

    Prompt for project analysis and the report

    Use this prompt in step 3 of the workflow, for the AI analysis and report creation.

    You are an experienced project manager. Analyze the following project data and create a professional weekly status report.
    
    Project data:
    [PROJECT_DATA]
    
    Analyze the following aspects:
    1. Progress: Which tasks have been completed? How does overall progress compare to plan?
    2. Risks: What potential risks or blockers are apparent?
    3. Delays: Are there overdue tasks or projects that are behind schedule?
    4. Next steps: What are the most important tasks for the coming week?
    
    Create a report with the following structure:
    
    # Project Status Report, [DATE]
    
    ## Executive Summary
    [Brief summary of the project status in two to three sentences]
    
    ## Progress
    - Completed tasks: [Number]
    - In progress: [Number]
    - Overall progress: [Percent]
    - Highlights of the week: [Bullet list]
    
    ## Risks and Blockers
    [List of identified risks with priority]
    
    ## Delays
    [List of overdue or delayed tasks with owners]
    
    ## Next Steps
    [Top 3 to 5 priorities for the coming week]
    
    ## Team Performance
    [Optional: workload and performance notes]
    
    Tone: [TONE]
    Format: Professional, clear, with concrete recommendations for action

    JSON export

    Setup

    Two routes lead to the same result. Pick the one that fits your setup.

    Suitable when you want to build the workflow in your own automation tool.

    1. Open your workflow tool, for example n8n, Make, Zapier or Langdock.
    2. Create a new workflow and give it a name.
    3. Choose the AI-assisted build option if your tool offers one.
    4. Paste the builder prompt from above in full.
    5. Check the result against the step sequence in this document, then add your access credentials and channels.

    Suitable when you want to take the workflow over unchanged.

    1. Download the JSON file from the JSON export section.
    2. Open the workflow area of your tool and create a new workflow.
    3. Give it a name and confirm.
    4. Open the menu on the workflow name and choose to import a JSON file.
    5. Upload the file, then add your own access credentials.
    6. Run a test before you activate the workflow.

    Last reviewed:

    In the workshop this becomes your method.

    A single prompt becomes a repeatable method. We show that in the workshop From Prompt to Method.

    View workshops

    Related resources

    Browse all resources

    Conversation, not pitch

    Understand first, then decide. We take time for an initial conversation, without sales pressure, without obligation.

    Schedule a call