Feature intake
Skill a5c-ai/babysitter/library/methodologies/automaker/skills/feature-intake
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 feature-intakeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.0 KB, as published. Nobody here has run it
Feature Intake
Parse and normalize features from text descriptions, images, and screenshots into structured requirements.
Agent
Feature Planner - automaker-feature-planner
Workflow
- Parse feature title and description text
- Analyze attached images and screenshots for UI requirements
- Extract explicit and implicit requirements
- Categorize feature type (UI, API, infrastructure, refactor, bugfix)
- Estimate initial complexity
- Extract acceptance criteria
Inputs
projectName- Project namefeature- Feature object with id, title, description, attachments
Outputs
- Parsed feature with extracted requirements, type, complexity, and acceptance criteria
Process Files
automaker-feature-pipeline.js- Stage 1automaker-orchestrator.js- Phase 1