From scout
Launches a Scout morning briefing session as a background process. Auto-detects briefing mode from time/day and covers calendar, Gmail, Slack, Linear, and GitHub PRs to produce action items and update the knowledge base.
How this skill is triggered — by the user, by Claude, or both
Slash command
/scout:scout-briefingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch a SCOUT morning briefing session as a background process on this machine.
Launch a SCOUT morning briefing session as a background process on this machine.
Do the following steps:
Run nohup bash ~/Scout/run-scout.sh > /dev/null 2>&1 & to launch the briefing session in the background. Capture the PID.
Find the most recent log file: ls -t ~/Scout/.scout-logs/scout-*.log | head -1
Report to the user:
tail -f <log_file>npx claudepluginhub raven-scout/scout-pluginGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.