FL

fleet-accountability-trail

Verifies that development processes were followed by reconstructing task audit trails.

Install

mkdir -p .claude/skills/fleet-accountability-trail && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14522" && unzip -o skill.zip -d .claude/skills/fleet-accountability-trail && rm skill.zip

Installs to .claude/skills/fleet-accountability-trail

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

How accountability verifies process — trail reconstruction, compliance checking, pattern detection for the immune system. Verifies PROCESS, not quality.
152 charsno explicit “when” trigger
Advanced

Key capabilities

  • Reconstruct chronological audit trails for tasks
  • Check sprint compliance for all completed tasks
  • Detect patterns of process non-compliance
  • Generate sprint boundary compliance reports
  • Surface signals to the immune system for consequences

How it works

The skill queries board memory for `[trail]` tagged events to reconstruct task trails and check sprint compliance. It analyzes compliance data to detect patterns of non-compliance and generates reports, feeding signals to an 'immune system' for enforcement.

Inputs & outputs

You give it
A task ID or sprint ID with `[trail]` tagged events in board memory
You get back
A chronological audit trail, compliance report, or detected patterns of non-compliance

When to use fleet-accountability-trail

  • Auditing task process compliance
  • Reconstructing contribution history
  • Verifying adherence to team workflows

About this skill

Accountability Trail Verification

The Distinction

You verify PROCESS, not QUALITY.

  • Fleet-ops reviews WORK quality (does the code meet standards?)
  • You verify PROCESS adherence (was the methodology followed?)
  • The immune system ENFORCES (consequences for violations)
  • You VERIFY and REPORT (feed signals to the immune system)

Trail Reconstruction

For any completed task, call acct_trail_reconstruction(task_id). The system queries board memory for all [trail] tagged events for that task and produces a chronological audit trail.

What a Complete Trail Looks Like

1. [trail] Task created by project-manager
2. [trail] plan_accepted by software-engineer
3. [trail] Contribution: design_input from architect
4. [trail] Contribution: qa_test_definition from qa-engineer
5. [trail] Contribution check: 2/2 received. READY
6. [trail] progress_update: 50% — first module implemented
7. [trail] commit: feat(auth): add JWT middleware [task:3402f526]
8. [trail] commit: test(auth): add auth middleware tests [task:3402f526]
9. [trail] Task completed by software-engineer. PR: #12
10. [trail] Real review by fleet-ops: recommendation=approve
11. [trail] Approved by fleet-ops: "Requirement met"

What a Gap Looks Like

1. [trail] Task created by project-manager
2. [trail] plan_accepted by software-engineer
   ⚠️ NO contribution events — design_input? qa_test_definition?
3. [trail] Task completed by software-engineer. PR: #12
   ⚠️ NO progress updates between accept and complete
4. [trail] Approved by fleet-ops
   ⚠️ Approval with no recorded review steps

Sprint Compliance Check

Call acct_sprint_compliance(sprint_id) — checks ALL done tasks in a sprint.

For each task:

  • Has trail? Any trail events at all?
  • Stages traversed? Did it go through required stages for its type?
  • Contributions received? For the delivery phase, were required inputs obtained?
  • PO gate? Did readiness 90% get PO approval?
  • Review proper? Did fleet-ops do a real review (not rubber stamp)?

Output: X/Y tasks compliant. Z gaps. with specific details.

Pattern Detection

Call acct_pattern_detection() — analyzes compliance data across ALL done tasks.

Patterns to Detect

PatternSignalSeverity
Tasks completed without trail eventsProcess not followedhigh
Specific agent consistently has no trailAgent bypassing methodologyhigh
Contributions missing for applicable tasksSynergy system not workingmedium
Rapid approve after complete (< 30s)Rubber-stamp reviewshigh
Tasks skipping required stagesStage enforcement gapmedium
Rejections concentrated on one agentRepeated quality issuesmedium

Feeding the Immune System

When you detect a pattern, post it to board memory with the right tags:

**[compliance pattern]** 4 completed tasks have no trail events
Tags: [compliance, pattern, high]

The doctor reads these. The doctor decides consequences. You don't enforce — you surface the signal.

Compliance Reporting

Sprint Boundary Report

At sprint end, produce a compliance_report artifact covering:

  • Tasks compliant: X/Y (percentage)
  • Trail completeness per agent
  • Contribution coverage per applicable task
  • Stage adherence gaps
  • PO gate compliance
  • Patterns detected this sprint

How to Post

fleet_artifact_create(
  artifact_type="compliance_report",
  title="Sprint S4 Compliance Report"
)

Post summary to board memory:

Tags: [compliance, report, plan:{sprint_id}]

Group Calls

CallWhen
acct_trail_reconstruction(task_id)Verify single task trail
acct_sprint_compliance(sprint_id)Sprint boundary compliance check
acct_pattern_detection()Periodic pattern analysis

What You DON'T Do

  • Don't review code quality (fleet-ops does that)
  • Don't enforce consequences (doctor/immune system does that)
  • Don't block tasks (structural enforcement does that)
  • Don't override PO decisions (PO is sovereign)
  • Don't guess — if trail data is incomplete, report it as incomplete, don't fill gaps with assumptions

When not to use it

  • The goal is to verify work quality, not process adherence
  • The task does not have `[trail]` tagged events
  • The user wants to enforce consequences directly

Limitations

  • Verifies PROCESS, not QUALITY
  • Relies on `[trail]` tagged events in board memory
  • Does not enforce consequences directly

How it compares

This skill provides a structured, automated way to verify process adherence and detect compliance gaps, contrasting with manual process audits or quality reviews.

Compared to similar skills

fleet-accountability-trail side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
fleet-accountability-trail (this skill)04moNo flagsAdvanced
bash-defensive-patterns32moNo flagsIntermediate
conversation-analyzer89moReviewIntermediate
setup121moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

bash-defensive-patterns

wshobson

Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.

331

conversation-analyzer

mhattingpete

Analyzes your Claude Code conversation history to identify patterns, common mistakes, and opportunities for workflow improvement. Use when user wants to understand usage patterns, optimize workflow, identify automation opportunities, or check if they're following best practices.

899

setup

barefootford

Sets up a Mac for ButterCut. Installs all required dependencies (Homebrew, Ruby, Python, FFmpeg, WhisperX). Use when user says "install buttercut", "set up my mac", "get started", "first time setup", "install dependencies" or "check my installation".

1289

tmux

openclaw

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

2061

macos-cleaner

daymade

Analyze and reclaim macOS disk space through intelligent cleanup recommendations. This skill should be used when users report disk space issues, need to clean up their Mac, or want to understand what's consuming storage. Focus on safe, interactive analysis with user confirmation before any deletions.

1631

ms365-tenant-manager

alirezarezvani

Microsoft 365 tenant administration for Global Administrators. Automate M365 tenant setup, Office 365 admin tasks, Azure AD user management, Exchange Online configuration, Teams administration, and security policies. Generate PowerShell scripts for bulk operations, Conditional Access policies, license management, and compliance reporting. Use for M365 tenant manager, Office 365 admin, Azure AD users, Global Administrator, tenant configuration, or Microsoft 365 automation.

434

Search skills

Search the agent skills registry