idea
Launch background Claude sessions to explore and analyze business ideas. Say 'Idea: [description]' to trigger.
What this skill does
# Idea Exploration Skill
Launch autonomous Claude Code sessions to explore business ideas in depth. Get market research, technical analysis, GTM strategy, and actionable recommendations.
## Quick Start
**Trigger phrase:** Say `Idea: [description]` and the assistant will:
1. Spin up a Claude Code session in tmux
2. Research and analyze the idea comprehensively
3. Save results to `~/clawd/ideas/<slug>/research.md`
4. Send file to your Telegram Saved Messages
5. Notify you via cron when complete
## How It Works
```
User: "Idea: AI calendar assistant"
↓
┌─────────────────────────────────┐
│ 1. explore-idea.sh starts │
│ 2. Creates tmux session │
│ 3. Runs Claude Code │
│ 4. Claude analyzes & writes │
│ 5. notify-research-complete.sh │
│ → Sends file to "me" │
│ → Queues notification │
│ 6. Cron checks queue (1 min) │
│ 7. Notifies user in chat │
└─────────────────────────────────┘
```
## Setup
### Prerequisites
- `claude` CLI (Claude Code)
- `tmux`
- `telegram` CLI (supertelegram)
- Clawdbot with cron enabled
### 1. Create Scripts
See `~/clawd/scripts/explore-idea.sh` for the full implementation.
Key components:
- Creates idea directory with prompt and runner script
- Unsets OAuth env vars to use Claude Max
- Runs claude with `--dangerously-skip-permissions`
- Calls notify script on completion
### 2. Set Up Cron Job
```bash
# Cron job to check notification queue every minute
{
name: "Check notification queue",
sessionTarget: "isolated",
wakeMode: "now",
payload: {
kind: "agentTurn",
message: "Check ~/.clawdbot/notify-queue/ for .json files...",
deliver: true,
channel: "telegram",
to: "YOUR_CHAT_ID"
},
schedule: { kind: "every", everyMs: 60000 }
}
```
### 3. Add AGENTS.md Instructions
```markdown
**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."
```
## Analysis Framework
The exploration covers:
1. **Core Concept Analysis** - Problem, assumptions, uniqueness
2. **Market Research** - Users, TAM/SAM/SOM, competitors
3. **Technical Implementation** - Stack, MVP scope, challenges
4. **Business Model** - Revenue, pricing, unit economics
5. **Go-to-Market Strategy** - Launch, acquisition, partnerships
6. **Risks & Challenges** - Technical, competitive, regulatory
7. **Verdict & Recommendations** - Clear yes/no with action plan
## Verdict Types
- 🟢 **STRONG YES** - Clear opportunity, pursue aggressively
- 🟡 **CONDITIONAL YES** - Promising but needs validation
- 🟠 **PIVOT RECOMMENDED** - Core insight good, execution needs work
- 🔴 **PASS** - Too many red flags
## Example Output
```
~/clawd/ideas/ai-calendar-assistant/
├── metadata.txt
├── prompt.txt
├── run-claude.sh
└── research.md # 400-500 line comprehensive analysis
```
## Tips
- Ideas typically take 3-5 minutes to analyze
- Monitor progress: `tmux attach -t idea-<slug>-<timestamp>`
- File goes to Saved Messages even if notification fails
- Check `~/.clawdbot/notify-queue/` for stuck notifications
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.