Audit Trail

Full traceability from PRD to code commit through the CCPM spec-driven pipeline.

509 stars

Best use case

Audit Trail is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Full traceability from PRD to code commit through the CCPM spec-driven pipeline.

Teams using Audit Trail should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/audit-trail/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/ccpm/skills/audit-trail/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/audit-trail/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Audit Trail Compares

Feature / AgentAudit TrailStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Full traceability from PRD to code commit through the CCPM spec-driven pipeline.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Audit Trail

Full traceability from PRD to code commit through the CCPM spec-driven pipeline.

## Traceability Chain
PRD -> Epic -> Task -> GitHub Issue -> Code Commit

## Capabilities
- PRD user story to task mapping
- Task to GitHub issue linking
- Commit to issue cross-referencing
- Coverage matrix generation
- Audit completeness verification

## File Structure
```
.claude/
  prds/<feature-name>.md          # PRD with user stories
  epics/<feature-name>/
    epic.md                        # Technical epic
    1.md, 2.md, ...               # Individual tasks
    tasks-index.md                # Task index with traceability
```

## Audit Verification
The tracking process (`ccpm-tracking.js`) verifies:
- Every PRD user story maps to at least one task
- Every task maps to a GitHub issue (if sync enabled)
- Every completed task has associated commits
- Coverage percentage is reported

Related Skills

trail-effects

509
from a5c-ai/babysitter

Trail renderer skill for motion trails.

medical-coding-audit

509
from a5c-ai/babysitter

Review clinical documentation and assigned codes for accuracy, compliance, and optimization, identifying documentation improvement opportunities and coding errors

accessibility-compliance-auditing

509
from a5c-ai/babysitter

Evaluate learning materials and technology for WCAG, Section 508, and accessibility compliance with remediation recommendations

energy-auditor

509
from a5c-ai/babysitter

Process energy audit skill for consumption analysis, benchmarking, and efficiency improvement identification

audit-trail-verifier

509
from a5c-ai/babysitter

Verifies financial data against source documents, bank statements, contracts

quality-auditor

509
from a5c-ai/babysitter

Internal quality audit skill with planning, execution, findings documentation, and corrective action tracking

five-s-auditor

509
from a5c-ai/babysitter

5S workplace organization audit skill with scoring, photo documentation, and sustainability tracking

freight-audit-validator

509
from a5c-ai/babysitter

Automated freight bill validation skill with discrepancy detection and payment processing automation

audit-workpaper-generator

509
from a5c-ai/babysitter

Automated audit workpaper preparation skill with PBC list management

audit-sampling-calculator

509
from a5c-ai/babysitter

Statistical and non-statistical audit sampling skill with sample size determination and evaluation

sandbox-entitlements-auditor

509
from a5c-ai/babysitter

Audit and recommend minimal sandbox entitlements for secure desktop applications

qt-widget-accessibility-audit

509
from a5c-ai/babysitter

Audit Qt Widget applications for accessibility compliance using QAccessible interface and platform accessibility APIs