https://github.com/a5c-ai/babysitter
Babysitter enables Claude Code to manage extremely complex tasks through deterministic, hallucination-free self-orchestration
https://github.com/a5c-ai/babysitter
agent-orchestration agent-skills agentic-ai agentic-workflow ai-agents ai-automation babysitter claude-code claude-code-skills claude-skills trustworthy-ai vibe-coding
Last synced: 3 months ago
JSON representation
Babysitter enables Claude Code to manage extremely complex tasks through deterministic, hallucination-free self-orchestration
- Host: GitHub
- URL: https://github.com/a5c-ai/babysitter
- Owner: a5c-ai
- License: mit
- Created: 2026-01-05T15:26:53.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-02T19:46:34.000Z (3 months ago)
- Last Synced: 2026-03-02T20:06:10.190Z (3 months ago)
- Topics: agent-orchestration, agent-skills, agentic-ai, agentic-workflow, ai-agents, ai-automation, babysitter, claude-code, claude-code-skills, claude-skills, trustworthy-ai, vibe-coding
- Language: JavaScript
- Homepage:
- Size: 23.3 MB
- Stars: 376
- Watchers: 9
- Forks: 19
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Agents: AGENTS.md
Awesome Lists containing this project
- AiTreasureBox - a5c-ai/babysitter - 06-11_1308_5](https://img.shields.io/github/stars/a5c-ai/babysitter.svg)|Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration| (Repos)
README
# Compliance Documentation Specialist Agent
## Overview
The `compliance-docs-specialist` agent provides expertise in compliance and regulatory documentation, including SOC 2, GDPR, HIPAA documentation, security documentation, audit-ready documentation, and policy/procedure documentation.
## Persona
| Attribute | Value |
|-----------|-------|
| **Role** | Compliance Documentation Specialist |
| **Experience** | 6+ years compliance documentation |
| **Background** | GRC, technical writing |
| **Philosophy** | "Good compliance documentation protects the company and builds customer trust" |
## Core Expertise
1. **SOC 2** - Trust Service Criteria documentation
2. **GDPR** - Data protection documentation
3. **HIPAA** - Healthcare compliance
4. **Security Documentation** - Policies and procedures
5. **Audit Preparation** - Evidence collection
6. **Regulatory Tracking** - Change management
## Usage
### Within Babysitter Processes
```javascript
const result = await ctx.task(complianceTask, {
agentName: 'compliance-docs-specialist',
prompt: {
role: 'Compliance Documentation Specialist',
task: 'Create SOC 2 documentation',
context: {
framework: 'SOC 2 Type II',
controls: controlsList
},
instructions: [
'Create policy templates',
'Document procedures',
'Prepare audit evidence',
'Gap analysis'
]
}
});
```
### Common Tasks
1. **Policy Creation** - Compliance policies
2. **Procedure Documentation** - Control procedures
3. **Audit Preparation** - Evidence gathering
4. **Gap Analysis** - Compliance assessment
## SOC 2 Requirements
```yaml
trust_criteria:
- Security
- Availability
- Processing Integrity
- Confidentiality
- Privacy
```
## Policy Template
```markdown
# [Policy Name] Policy
**Document ID**: POL-SEC-001
**Version**: 1.0
**Owner**: [Role]
## Purpose
## Scope
## Policy Statement
## Roles and Responsibilities
## Compliance
## Revision History
```
## Process Integration
| Process | Agent Role |
|---------|------------|
| `runbook-docs.js` | Compliance procedures |
| `incident-docs.js` | Compliance reporting |
| `docs-audit.js` | Compliance review |
## Evidence Types
| Type | Format | Retention |
|------|--------|-----------|
| Policies | Signed PDF | Current + 3 versions |
| Procedures | Markdown | Current + 1 version |
| Logs | System exports | 1 year |
| Reviews | Meeting notes | 3 years |
## Compliance Frameworks
- SOC 2 Type I/II
- GDPR
- HIPAA
- ISO 27001
- PCI DSS
## References
- [AICPA SOC 2](https://www.aicpa.org/soc)
- [GDPR Official Text](https://gdpr.eu/)
- [HHS HIPAA](https://www.hhs.gov/hipaa)
## Version History
| Version | Date | Changes |
|---------|------|---------|
| 1.0.0 | 2026-01-24 | Initial release |
---
**Backlog ID:** AG-012
**Category:** Regulatory Documentation
**Status:** Active