Babysitter requirements-interview

Interactive PM interview with expertise-adaptive questioning for requirements elicitation

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/requirements-interview" ~/.claude/skills/a5c-ai-babysitter-requirements-interview && rm -rf "$T"
manifest: library/methodologies/maestro/skills/requirements-interview/SKILL.md
source content

Requirements Interview

Capabilities

Conducts interactive requirements interviews adapted to the user's expertise level. Generates structured requirements specifications from conversation. Identifies user personas, feature lists, constraints, and acceptance criteria.

Tool Use Instructions

  • Use Read to examine existing spec files or project context
  • Use Grep/Glob to find existing requirements or documentation
  • Use Write to generate the requirements specification document
  • Use Bash to check project structure for context

Process Integration

  • Used in
    maestro-orchestrator.js
    Phase 1 (PM Interview)
  • Maps to tasks:
    maestro-pm-interview
  • Agent: Product Manager (PM)
  • Adapts interview depth: beginner (guided), intermediate (balanced), expert (concise)
  • Outputs feed into
    specification-generation
    skill