skills$openclaw/transport-investigation-acas-aligned-pack
kowl64683

by kowl64

transport-investigation-acas-aligned-pack – OpenClaw Skill

transport-investigation-acas-aligned-pack is an OpenClaw Skills integration for writing workflows. Generates ACAS-aligned investigation invite wording, neutral question sets, and evidence logs. USE WHEN starting a driver incident investigation/interview.

683 stars9.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing

Skill Snapshot

nametransport-investigation-acas-aligned-pack
descriptionGenerates ACAS-aligned investigation invite wording, neutral question sets, and evidence logs. USE WHEN starting a driver incident investigation/interview. OpenClaw Skills integration.
ownerkowl64
repositorykowl64/transport-investigation-acas-aligned-pack
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @kowl64/transport-investigation-acas-aligned-pack
last updatedFeb 7, 2026

Maintainer

kowl64

kowl64

Maintains transport-investigation-acas-aligned-pack in the OpenClaw Skills directory.

View GitHub profile
File Explorer
8 files
.
assets
evidence-log-template.md
478 B
invite-letter-template.docx-ready.md
891 B
neutral-question-plan-template.md
885 B
references
acas-alignment-checklist.md
393 B
_meta.json
326 B
SKILL.md
3.1 KB
SKILL.md

name: transport-investigation-acas-aligned-pack description: Generates ACAS-aligned investigation invite wording, neutral question sets, and evidence logs. USE WHEN starting a driver incident investigation/interview.

Investigation Pack (ACAS-aligned)

PURPOSE

Create an ACAS-aligned investigation starter pack: invite wording, neutral question plan, and evidence log structure for transport incidents and potential misconduct.

WHEN TO USE

  • “Draft an investigation invite letter for this incident and evidence list.”
  • “Create investigation questions for this driver interview, ACAS aligned.”
  • “Summarise these incident notes into a clean manager brief.” (when it feeds an investigation)

DO NOT USE WHEN…

  • Generic HR queries like “What is a fair disciplinary process?” with no case artefact needed.
  • You’re drafting outcomes/sanctions without an investigation stage.

INPUTS

  • REQUIRED:
    • Incident summary (what/when/where), parties involved, and what’s alleged/being reviewed
    • Evidence available so far (CCTV, telematics, tacho extracts, witness notes, PCN, photos)
    • Proposed meeting date window and who will chair/note-take
  • OPTIONAL:
    • Relevant internal policies (paste text), previous similar cases, union/companion info
  • EXAMPLES:
    • “Allegation: falsified manual entry on [date]. Evidence: tacho report + supervisor note.”

OUTPUTS

  • investigation-invite.md (Word-ready)
  • question-plan.md
  • evidence-log.md (Excel-ready table)
  • Success criteria:
    • Neutral tone, no assumptions of guilt
    • Includes right-to-be-accompanied wording
    • Clear evidence handling and logging

WORKFLOW

  1. Confirm this is an investigation (fact-finding), not a disciplinary hearing.
    • IF unclear → STOP AND ASK THE USER what stage they are at.
  2. Draft invite using assets/invite-letter-template.docx-ready.md.
    • Include: purpose, date/time, attendees, right-to-be-accompanied, evidence access, and contact route.
  3. Build a neutral question plan using assets/neutral-question-plan-template.md.
    • Start broad → then specifics → then mitigation/context → then closing.
  4. Create an evidence log using assets/evidence-log-template.md.
    • Include chain-of-custody fields if needed.
  5. Add ACAS alignment checks from references/acas-alignment-checklist.md.
  6. If asked to edit existing documents → ASK FIRST.

OUTPUT FORMAT

# evidence-log.md
| Ref | Evidence item | Source | Date/time captured | Who captured | Storage location | Integrity notes | Relevance | Shared with employee (Y/N, date) |
|-----|---------------|--------|-------------------|-------------|------------------|-----------------|----------|----------------------------------|

SAFETY & EDGE CASES

  • Don’t provide legal advice; keep to process and neutrality.
  • If the allegation is serious and outcomes could be dismissal, flag that HR/legal review may be required per internal governance (ask for your policy text).

EXAMPLES

  • Input: “Invite letter + questions for driver interview”
    • Output: invite + question plan + evidence log template populated with known items
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install transport-investigation-acas-aligned-pack?

Run openclaw add @kowl64/transport-investigation-acas-aligned-pack in your terminal. This installs transport-investigation-acas-aligned-pack into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/kowl64/transport-investigation-acas-aligned-pack. Review commits and README documentation before installing.