Babysitter specification-generation
Convert requirements into structured technical specifications with architecture decisions
install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/methodologies/maestro/skills/specification-generation" ~/.claude/skills/a5c-ai-babysitter-specification-generation && rm -rf "$T"
manifest:
library/methodologies/maestro/skills/specification-generation/SKILL.mdsource content
Specification Generation
Capabilities
Transforms requirements from PM interviews into structured technical specifications. Includes technology stack selection, system architecture, data models, API contracts, and architecture decision records (ADRs).
Tool Use Instructions
- Use Read to examine requirements documents and existing specs
- Use Grep/Glob to find related architectural patterns in the codebase
- Use Write to generate the technical specification document
- Use Edit to refine specs based on Architect feedback
Process Integration
- Used in
Phase 2-3 (Architect Review, Tech Spec)maestro-orchestrator.js - Maps to tasks:
,maestro-pm-spec-generationmaestro-architect-tech-spec - Agents: Product Manager (requirements spec), Architect (technical spec)
- Iterates with Architect feedback loop until approved
- Outputs feed into
skillstory-decomposition