{"id":37291755,"url":"https://github.com/a5c-ai/babysitter","last_synced_at":"2026-03-15T19:19:48.302Z","repository":{"id":331881067,"uuid":"1128400700","full_name":"a5c-ai/babysitter","owner":"a5c-ai","description":"Babysitter enables Claude Code to manage extremely complex tasks through deterministic, hallucination-free self-orchestration","archived":false,"fork":false,"pushed_at":"2026-03-02T19:46:34.000Z","size":24417,"stargazers_count":376,"open_issues_count":9,"forks_count":19,"subscribers_count":9,"default_branch":"main","last_synced_at":"2026-03-02T20:06:10.190Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/a5c-ai.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-01-05T15:26:53.000Z","updated_at":"2026-03-02T15:14:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/a5c-ai/babysitter","commit_stats":null,"previous_names":["a5c-ai/babysitter"],"tags_count":92,"template":false,"template_full_name":null,"purl":"pkg:github/a5c-ai/babysitter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a5c-ai%2Fbabysitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a5c-ai%2Fbabysitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a5c-ai%2Fbabysitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a5c-ai%2Fbabysitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a5c-ai","download_url":"https://codeload.github.com/a5c-ai/babysitter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a5c-ai%2Fbabysitter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30056056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-orchestration","agent-skills","agentic-ai","agentic-workflow","ai-agents","ai-automation","babysitter","claude-code","claude-code-skills","claude-skills","trustworthy-ai","vibe-coding"],"created_at":"2026-01-16T02:31:51.651Z","updated_at":"2026-03-15T19:19:48.297Z","avatar_url":"https://github.com/a5c-ai.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Repos","6 つのトラック"],"sub_categories":["Tier 6：Skill Discovery / Agent Infrastructure"],"readme":"# Compliance Documentation Specialist Agent\n\n## Overview\n\nThe `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.\n\n## Persona\n\n| Attribute | Value |\n|-----------|-------|\n| **Role** | Compliance Documentation Specialist |\n| **Experience** | 6+ years compliance documentation |\n| **Background** | GRC, technical writing |\n| **Philosophy** | \"Good compliance documentation protects the company and builds customer trust\" |\n\n## Core Expertise\n\n1. **SOC 2** - Trust Service Criteria documentation\n2. **GDPR** - Data protection documentation\n3. **HIPAA** - Healthcare compliance\n4. **Security Documentation** - Policies and procedures\n5. **Audit Preparation** - Evidence collection\n6. **Regulatory Tracking** - Change management\n\n## Usage\n\n### Within Babysitter Processes\n\n```javascript\nconst result = await ctx.task(complianceTask, {\n  agentName: 'compliance-docs-specialist',\n  prompt: {\n    role: 'Compliance Documentation Specialist',\n    task: 'Create SOC 2 documentation',\n    context: {\n      framework: 'SOC 2 Type II',\n      controls: controlsList\n    },\n    instructions: [\n      'Create policy templates',\n      'Document procedures',\n      'Prepare audit evidence',\n      'Gap analysis'\n    ]\n  }\n});\n```\n\n### Common Tasks\n\n1. **Policy Creation** - Compliance policies\n2. **Procedure Documentation** - Control procedures\n3. **Audit Preparation** - Evidence gathering\n4. **Gap Analysis** - Compliance assessment\n\n## SOC 2 Requirements\n\n```yaml\ntrust_criteria:\n  - Security\n  - Availability\n  - Processing Integrity\n  - Confidentiality\n  - Privacy\n```\n\n## Policy Template\n\n```markdown\n# [Policy Name] Policy\n\n**Document ID**: POL-SEC-001\n**Version**: 1.0\n**Owner**: [Role]\n\n## Purpose\n## Scope\n## Policy Statement\n## Roles and Responsibilities\n## Compliance\n## Revision History\n```\n\n## Process Integration\n\n| Process | Agent Role |\n|---------|------------|\n| `runbook-docs.js` | Compliance procedures |\n| `incident-docs.js` | Compliance reporting |\n| `docs-audit.js` | Compliance review |\n\n## Evidence Types\n\n| Type | Format | Retention |\n|------|--------|-----------|\n| Policies | Signed PDF | Current + 3 versions |\n| Procedures | Markdown | Current + 1 version |\n| Logs | System exports | 1 year |\n| Reviews | Meeting notes | 3 years |\n\n## Compliance Frameworks\n\n- SOC 2 Type I/II\n- GDPR\n- HIPAA\n- ISO 27001\n- PCI DSS\n\n## References\n\n- [AICPA SOC 2](https://www.aicpa.org/soc)\n- [GDPR Official Text](https://gdpr.eu/)\n- [HHS HIPAA](https://www.hhs.gov/hipaa)\n\n## Version History\n\n| Version | Date | Changes |\n|---------|------|---------|\n| 1.0.0 | 2026-01-24 | Initial release |\n\n---\n\n**Backlog ID:** AG-012\n**Category:** Regulatory Documentation\n**Status:** Active\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa5c-ai%2Fbabysitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa5c-ai%2Fbabysitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa5c-ai%2Fbabysitter/lists"}