An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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