Launch autonomous Claude Code sessions to explore business ideas in depth.
-
Copy scripts to your scripts directory:
cp scripts/*.sh ~/clawd/scripts/ chmod +x ~/clawd/scripts/explore-idea.sh chmod +x ~/clawd/scripts/notify-research-complete.sh
-
Copy template:
cp templates/idea-exploration-prompt.md ~/clawd/templates/ -
Install the skill:
mkdir -p ~/clawdis/skills/idea-exploration cp SKILL.md ~/clawdis/skills/idea-exploration/
-
Add to your AGENTS.md:
**When user says "Idea: [description]":** 1. Extract the idea description 2. Execute: `CLAWD_SESSION_KEY="main" ~/clawd/scripts/explore-idea.sh "[idea]"` 3. Confirm: "Idea exploration started. You'll be notified when complete."
claudeCLI (Claude Code)tmuxtelegramCLI (supertelegram) - for notifications- Clawdbot (optional, for cron notifications)
Say: Idea: [your idea description]
The assistant will:
- Spin up a Claude Code session in tmux
- Research and analyze the idea
- Save results to
~/clawd/ideas/<slug>/research.md - Send file to Telegram Saved Messages
- Notify you when complete
Edit templates/idea-exploration-prompt.md to change the analysis framework.
Edit scripts/explore-idea.sh to change output paths or behavior.