The safe way to use AI in the first hour after a workplace incident is a triage skill that structures the record and lays the facts under each notifiable incident question, while a person makes the notifiability call and makes it fast. The skill file below does exactly that, and its most important line is a refusal: it never outputs notifiable or not notifiable, because that judgement is statutory and human.
Part 9 of The Skill File Series: ten reusable AI skills for Australian professional teams, two for every domain we cover.* This is the advanced WHS instalment. It builds on the foundation piece, the safety comms skill file, and assumes the workspace setup taught in LM-S01: Set Up Your AI Command Centre.
Why the first hour needs structure, not a decision engine
The hour after a serious incident is chaos. People are being treated, a site needs securing, phones are ringing, and someone is trying to reconstruct what happened from fragments. Chaos is where structure helps most, and it is also where a badly designed AI workflow does the most damage, because the one thing that cannot wait is the phone call.
The legal frame is specific. Safe Work Australia states that persons conducting a business or undertaking "must notify their WHS regulator immediately after becoming aware" of workplace deaths, serious work-related injuries, illnesses and dangerous incidents (Safe Work Australia, Incident notification). Under section 35 of the model WHS Act, a notifiable incident arising from the conduct of the business or undertaking is the death of a person, a serious injury or illness (defined in section 36), a dangerous incident (section 37), or a violent incident (section 37A). The 2025 model law amendments widened the regime: violent incidents that expose a person to a serious risk of psychological harm, work-related suicides and attempted suicides (section 35B), and extended absences of 15 or more consecutive calendar days due to a work-related injury or illness (section 35A) are now notifiable, with the extended absence notified within 14 days rather than immediately. Section 38 carries the duty to notify, in the fastest way possible, which Safe Work Australia says could be telephone, email or an online form where available, with written notification within 48 hours if the regulator requires it, and a record kept for at least five years under section 38(7). Section 39 requires the person with management or control of the workplace to ensure the site of the occurrence is preserved until released by an inspector and, since the 2025 amendments, that evidence including electronic and digital records and witness details is preserved. Section 39A makes the PCBU and the person with management or control notify each other. One caveat sits over all of it: Safe Work Australia's handbook is explicit that these requirements apply only as adopted in your jurisdiction, so the current position gets confirmed with your WHS regulator, not assumed.
Notice what in that frame is judgement and what is structure. Whether a specific set of facts meets a limb of section 35 or section 36 is a statutory judgement, made by the accountable person, with the regulator's advice line available in doubt. Everything around that judgement, the record, the fact gathering, the checklists, the log of who has been told, is structure. Structure is what AI does well, and judgement is what this skill is designed never to touch.
The advanced pattern: flag and escalate, never conclude
The foundation articles in this series taught skills that produce a finished draft. This one teaches a different shape: the flag-and-escalate skill. Its output is not an answer but a decision surface, questions for the decision-maker with the relevant facts laid underneath each one. The design rule is blunt: wherever the underlying task contains a statutory or high-stakes judgement, the skill presents the question and the facts, then stops. It does not conclude, recommend, rate a likelihood, or nudge. That refusal is written into the file itself, in the Guardrails block, so it survives whoever is operating the tool under pressure at 2am.
A quick recap of the house anatomy for anyone joining at Part 9: every skill file in this series is a plain markdown file with six parts, Purpose, When to use, Inputs required, Method, Output format, and Guardrails. Write it once, test it, and reuse it on whichever platform your team runs. The foundation WHS article teaches the anatomy in full.

The incident notification triage skill file
Here is the complete file. Paste it as written, then localise the escalation contacts and your jurisdictions.
Worked example: the plant incident
Before the skill. A maintenance fitter is struck by an unsecured load shifting on a forklift tyne. The duty manager, shaken, opens a blank email to the regulator and spends 40 minutes drafting and redrafting while colleagues relay fragments. The record ends up half in the email, half in a group chat, and the question that actually matters, has the regulator been called, goes unasked until minute 41.
With the skill. The duty manager runs the triage skill with the de-identified facts: [WORKERROLE] maintenance fitter, struck by a shifting load, suspected fractured forearm, ambulance called, forklift isolated. The first line of the output is the urgency line, and the site lead phones the regulator inside ten minutes. The structured record marks the load restraint method as UNKNOWN instead of guessing. The checklist lays the suspected fracture and hospital transport under the serious injury or illness question, and the shifting load under the dangerous incident question, and answers neither. The preservation checklist stops a well-meaning supervisor from tidying the tynes before an inspector releases the site. Total elapsed time: minutes, with the call made first and a competent person verifying the record.

Chain it, and test it against the regulator's scenarios
Two more advanced patterns earn their place here.
Chaining. This skill's output is designed to feed the next one. Once the human decisions are made, the call placed, the site controlled, the structured record becomes clean input for the safety comms skill from Part 4, which drafts the worker-facing alert and toolbox talk intro. The order is not negotiable: triage, then human decisions, then comms. A chain that drafts communications before the notifiability call is a chain built backwards.
Testing. Never let a triage skill meet its first real incident untested. Safe Work Australia's handbook on notifiable incidents, extended absences and suicides is full of worked scenarios: mobile plant events, falls, exposure cases, absence counting examples across rosters. Turn a handful into fictional test inputs and run them through the skill in calm conditions. The test checks two things: that the structure holds, and that the refusal holds. If any test output drifts toward a conclusion on notifiability, the file gets fixed before it is ever used in anger.

The five-prompt build chain
Build your team's own version with the same five prompts used across this series, written here for incident triage.
Prompt 1, the interview:
Prompt 2, the draft:
Prompt 3, the test:
Prompt 4, the refine:
Prompt 5, the maintain:
Install it in ChatGPT, Claude or Copilot
On ChatGPT, projects are available on every plan, including Free, and each project takes its own project instructions, which override account-level custom instructions inside that project. Paste the skill file into the project instructions, or upload it as a markdown file to project knowledge, noting ChatGPT treats project files as retrieval-based reference material rather than guaranteed full reads, so the never-decide guardrail belongs in the instructions field. Workspace plans go further: ChatGPT's Skills feature, generally available on Business, Enterprise, Healthcare and Edu, packages the same content as a folder with a SKILL.md manifest that loads only when relevant.
On Claude, this file is already the native shape: a Claude skill is a folder with a SKILL.md file, YAML frontmatter carrying a name and a description, instructions below, loaded by progressive disclosure. Write the description to say what the skill does and when to use it, because that is what Claude matches requests against. Enable Code execution and file creation under Settings, then Capabilities, and upload the folder as a ZIP via Customize, then Skills; skills are available across Claude plans, including Free per the Claude help centre, with code execution enabled, and on Team and Enterprise an organisation owner can provision the skill for everyone. The same format works across the Claude apps, Claude Cowork, Claude Code and the API, installed separately on each surface.
If your organisation runs Microsoft 365 Copilot instead, the same file adapts directly: paste its contents into an agent's Instructions field in Agent Builder, which caps at 8,000 characters, noting Copilot's uploaded knowledge accepts .txt and .docx but not .md.
Guardrails that keep this defensible
Three lines hold the whole design. First, consultation: introduce this skill to the people who will use it, including your health and safety representatives, before an incident, not during one. Second, competent-person sign-off: every output is a draft until a competent person verifies it against what actually happened, and the skill's own guardrails say so. Third, the human decision: notifiability is never delegated, never scored, never nudged. If a vendor, a colleague, or the model itself offers to close that loop, the answer is no, because the accountability cannot move even when the drafting does.
Bottom line
The first hour after a serious incident rewards structure and punishes delay. A triage skill file gives the duty manager a structured record, a fact-lined checklist and a preservation list in minutes, while the two things the law actually demands stay exactly where they belong: the immediate call to the regulator, and the human judgement on whether the incident is notifiable.
Do this Monday:
- Draft the triage skill with the five-prompt chain above, starting with the interview prompt and your own first-hour workflow.
- Localise the escalation contacts and name the jurisdictions the file was checked against.
- Build two fictional test scenarios from Safe Work Australia's handbook examples and run the test prompt until the refusal holds.
- Walk the duty managers and health and safety representatives through it before it is ever needed.
- Set a quarterly maintain-prompt review, plus a trigger for any incident notification change adopted in your jurisdictions.
Take it with you
The blank six-part template, ready for any skill:
And the five prompts by name: the interview (capture the team's real workflow first), the draft (turn the answers into the six-part file), the test (fictional scenario, audit the output against the guardrails), the refine (fix only what the test exposed), and the maintain (scheduled review with a change list for the owner).
The Skill File Series
Parts publish daily from 27 July to 7 August 2026; links go live as each part publishes.
- The decision memo skill file (Leadership)
- A policy-grounded HR query skill file (HR)
- A regulatory change impact assessment skill file (GRC)
- The safety comms skill file (WHS)
- A claim chronology skill file built for de-identification (Workers Compensation)
- Who owns your team's skill library? (Leadership)
- An investigation chronology skill file with fairness built in (HR)
- Skill files are controlled documents (GRC)
- An incident triage skill file that never decides notifiability (WHS, this article)
- A determination evidence-check skill file (Workers Compensation)
References
- Safe Work Australia. Incident notification (managing health and safety topic page). https://www.safeworkaustralia.gov.au/safety-topic/managing-health-and-safety/incident-notification
- Safe Work Australia. Handbook: Notifiable incidents, extended absences and suicides (December 2025 update). https://www.safeworkaustralia.gov.au/doc/notifiable-incidents-extended-absences-and-suicides-handbook
This article is general information for Australian workplaces, not legal or work health and safety advice. Incident notification requirements vary between jurisdictions and the 2025 model law amendments apply only as adopted locally, so confirm your duties with the WHS regulator in your jurisdiction and seek advice on your specific circumstances. Never paste real personal, health, or incident data into a model that is not an approved enterprise instance.*
TheAICommand. Intelligence, At Your Command.



