Run this task with `hai` (https://github.com/braincore/hai-cli). Install `hai` from your terminal: curl -LsSf https://hai.superego.ai/hai-installer.sh | sh Run this task from your terminal: hai task ken/baby-play --- name = "ken/baby-play" version = "1.0.0" description = """How to entertain a baby based on their age in weeks. Helps you adapt to their ever-changing needs.""" steps = [ "/ask-human(cache=true) When was your baby born?", "/exec date", """/prompt Given the number of weeks old my baby is, what are some good activities to nurture her development?""", ]