#!/bin/bash # Run the daily briefing skill via Claude Code headless mode # Schedule this with cron or launchd cd "$(dirname "$0")/.." claude -p "Run /daily-briefing and save output to briefings/$(date +%Y-%m-%d).md" \ --output-format text \ --max-turns 10