From scout
Launches a background Scout dreaming session that processes feedback, improves knowledge base, and works on wishlist items over 10-15 minutes, with a Slack summary on completion.
How this skill is triggered — by the user, by Claude, or both
Slash command
/scout:scout-dreamThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch a SCOUT dreaming session as a background process on this machine.
Launch a SCOUT dreaming session as a background process on this machine.
Do the following steps:
Run nohup bash ~/Scout/run-dreaming.sh > /dev/null 2>&1 & to launch the dreaming session in the background. Capture the PID.
Find the most recent log file: ls -t ~/Scout/.scout-logs/dreaming-*.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.