원클릭으로
scout-dream
Launch a Scout dreaming session as a background process. Processes feedback, does KB deep work, and works on wishlist items.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Launch a Scout dreaming session as a background process. Processes feedback, does KB deep work, and works on wishlist items.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Launch a Scout morning briefing session as a background process. Auto-detects mode (morning briefing, consolidation, or weekend briefing) from the current time and day.
Launch a Scout consolidation session as a background process. Runs a lighter delta scan — captures what changed since the last run and updates action items and KB.
Launch a Scout research session as a background process. Goes outward — discovers new information about KB entities via web search, docs, and APIs, then integrates findings.
| name | scout-dream |
| description | Launch a Scout dreaming session as a background process. Processes feedback, does KB deep work, and works on wishlist items. |
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>