a5c-ai/babysitter

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

About the project

Babysitter is a workflow engine for AI coding agents that enforces predefined steps, quality checks, human approvals, and decision records. It is used to coordinate complex, repeatable agent workflows across supported coding tools. The catalogue contains skills, agents, instructions, settings, a plugin, and an MCP integration for its workflow.

This repository also configures its own agents. See what babysitter tells them →

1.8kStars on the repository
186Mods indexed here, across every type
7d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

git-integration

73

a5c-ai/babysitter

Skill Claude Code

Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.

not rated 1.8k +16 7d ago A SkillSpector: pass 39 tokens original MIT

gsd-tools

74

a5c-ai/babysitter

Skill Claude Code

Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).

not rated 1.8k +16 7d ago A SkillSpector: warn 62 tokens original MIT

a5c-ai/babysitter

Skill Claude Code

Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.

not rated 1.8k +16 7d ago A SkillSpector: pass 42 tokens original MIT

roadmap-management

76

a5c-ai/babysitter

Skill Claude Code

Roadmap parsing, analysis, and mutation operations for ROADMAP.md. Handles phase and milestone lifecycle including add, insert (decimal), remove, complete, and requirements coverage analysis.

not rated 1.8k +16 7d ago A SkillSpector: pass 39 tokens original MIT

state-management

77

a5c-ai/babysitter

Skill Claude Code

STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.

not rated 1.8k +16 7d ago A SkillSpector: pass 43 tokens original MIT

a5c-ai/babysitter

Skill Claude Code

Template loading, variable filling, and scaffolding for all GSD artifacts. Manages 22+ templates covering every document type in the GSD system, from PROJECT.md to milestone archives.

not rated 1.8k +16 7d ago A SkillSpector: pass 43 tokens original MIT

verification-suite

79

a5c-ai/babysitter

Skill Claude Code

Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.

not rated 1.8k +16 7d ago A SkillSpector: pass 36 tokens original MIT

hotfix-triage

80

a5c-ai/babysitter

Skill Claude Code

Urgent issue classification, root cause analysis, and fast-path routing for production hotfixes.

not rated 1.8k +16 7d ago A SkillSpector: pass 24 tokens original MIT

a5c-ai/babysitter

Skill Claude Code

Capture, validate, query, and sync architectural patterns and design decisions in the knowledge graph.

not rated 1.8k +16 7d ago A SkillSpector: pass 22 tokens original MIT

a5c-ai/babysitter

Skill Claude Code

Technical debt management including branch cleanup, doc verification, TODO scanning, and dependency auditing.

not rated 1.8k +16 7d ago A SkillSpector: pass 21 tokens original MIT

a5c-ai/babysitter

Skill Claude Code

Interactive PM interview with expertise-adaptive questioning for requirements elicitation.

not rated 1.8k +16 7d ago A SkillSpector: pass 16 tokens original MIT

a5c-ai/babysitter

Skill Claude Code

Convert requirements into structured technical specifications with architecture decisions.

not rated 1.8k +16 7d ago A SkillSpector: pass 13 tokens original MIT

story-decomposition

85

a5c-ai/babysitter

Skill Claude Code

Break technical specifications into small, implementable stories with dependency ordering.

not rated 1.8k +16 7d ago A SkillSpector: pass 16 tokens original MIT

test-enforcement

86

a5c-ai/babysitter

Skill Claude Code

Automated test validation, coverage checking, and quality metrics with aggressive defaults.

not rated 1.8k +16 7d ago A SkillSpector: pass 18 tokens original MIT

adversarial-review

87

a5c-ai/babysitter

Skill Claude Code

Fresh adversarial code review with binary PASS/FAIL verdicts, evidence citations, and anchoring bias prevention via fresh reviewer spawning.

not rated 1.8k +16 7d ago A SkillSpector: pass 31 tokens original MIT

design-review-gate

88

a5c-ai/babysitter

Skill Claude Code

Parallel design review by 6 specialist agents (PM, Architect, Designer, Security Design, UX, CTO) with mandatory unanimous approval.

not rated 1.8k +16 7d ago A SkillSpector: pass 32 tokens original MIT

a5c-ai/babysitter

Skill Claude Code

Coordinate external AI tool integration (OpenAI Codex, Google Gemini) for cross-model adversarial review and delegated implementation.

not rated 1.8k +16 7d ago A SkillSpector: pass 29 tokens original MIT

knowledge-curation

90

a5c-ai/babysitter

Skill Claude Code

Context priming before work (bd prime) and self-reflection after completion to extract patterns, gotchas, and decisions into the knowledge base.

not rated 1.8k +16 7d ago A SkillSpector: pass 33 tokens original MIT

a5c-ai/babysitter

Skill Claude Code

Execute work units through the rigorous 4-phase Metaswarm cycle (Implement -> Validate -> Adversarial Review -> Commit) with independent quality gate enforcement.

not rated 1.8k +16 7d ago A SkillSpector: pass 37 tokens original MIT

plan-review-gate

92

a5c-ai/babysitter

Skill Claude Code

Adversarial plan review by 3 independent reviewers (Feasibility, Completeness, Scope & Alignment) before presenting to user.

not rated 1.8k +16 7d ago A SkillSpector: pass 32 tokens original MIT

pr-shepherding

93

a5c-ai/babysitter

Skill Claude Code

Monitor PR lifecycle from creation through merge including CI monitoring, review comment handling, thread resolution, and merge readiness verification.

not rated 1.8k +16 7d ago A SkillSpector: pass 29 tokens original MIT

a5c-ai/babysitter

Skill Claude Code

Decompose implementation plans into discrete work units with enumerated DoD items, file scope declarations, dependency mapping, and human checkpoint flags.

not rated 1.8k +16 7d ago A SkillSpector: pass 32 tokens original MIT

behavior-contract

95

a5c-ai/babysitter

Skill Claude Code

Bug condition/postcondition formalization as testable Behavior Contracts. Defines invariants that must be preserved across fixes.

not rated 1.8k +16 7d ago A SkillSpector: pass 25 tokens original MIT

codebase-sync

96

a5c-ai/babysitter

Skill Claude Code

Convention discovery and rule generation from codebase analysis. Scans project structure, builds search indexes, identifies patterns, and generates enforceable rules.

not rated 1.8k +16 7d ago A SkillSpector: pass 32 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: