Audit trail
Skill a5c-ai/babysitter/library/methodologies/ccpm/skills/audit-trail
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestrationFrom the repository description
npx -y skills add a5c-ai/babysitter --skill audit-trailAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.1 KB, 205 tokens by cl100k_base, as published. Nobody here has run it
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
What ships with it: 1 file
210 B alongside SKILL.md
- README.md210 B