Specification generation
Skill a5c-ai/babysitter/library/methodologies/maestro/skills/specification-generation
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill specification-generationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Convert requirements into structured technical specifications with architecture decisions
SKILL.md
1.3 KB, as published. Nobody here has run it
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
maestro-orchestrator.jsPhase 2-3 (Architect Review, Tech Spec) - Maps to tasks:
maestro-pm-spec-generation,maestro-architect-tech-spec - Agents: Product Manager (requirements spec), Architect (technical spec)
- Iterates with Architect feedback loop until approved
- Outputs feed into
story-decompositionskill