Audit Trail

SkillProductivity

Lets your agent break complex tasks into deterministic steps and self-check its work as it goes.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Audit Trail skill

About this capability

Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

What this skill tells your AI

The instructions your AI receives, as published by a5c-ai/babysitter in library/methodologies/ccpm/skills/audit-trail/SKILL.md and read by ahel’s review.

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

Signals

GitHub stars
2k
Forks
106
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
audit-trail
Source
github.com/a5c-ai/babysitter