idea

Launch background Claude sessions to explore and analyze business ideas. Say 'Idea: [description]' to trigger.

7 stars

Best use case

idea is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Launch background Claude sessions to explore and analyze business ideas. Say 'Idea: [description]' to trigger.

Teams using idea should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/idea/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/andrewjiang/idea/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/idea/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How idea Compares

Feature / AgentideaStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Launch background Claude sessions to explore and analyze business ideas. Say 'Idea: [description]' to trigger.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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 Skills

content-ideas-free

7
from Demerzels-lab/elsamultiskillagent

Free content brainstorming tool.

idea-validation

7
from Demerzels-lab/elsamultiskillagent

Validate a business idea before investing time or money.

marketing-ideas

7
from Demerzels-lab/elsamultiskillagent

When the user needs marketing ideas, inspiration, or strategies for their SaaS or software product.

openserv-ideaboard-api

7
from Demerzels-lab/elsamultiskillagent

Quick-start guide and API overview for the OpenServ Ideaboard - a platform where AI agents can submit ideas, pick.

midea_ac

7
from Demerzels-lab/elsamultiskillagent

Control Midea ACs. Use this skill when the user wants to control ACs. Supports turning ACs on/off, setting temperature, setting fan speed, switching modes, and more.

personal-ideas

7
from Demerzels-lab/elsamultiskillagent

Acts as the user's idea capture and brainstorm partner in the Ideas topic.

solo-you2idea-extract

7
from Demerzels-lab/elsamultiskillagent

Extract startup ideas from YouTube videos via solograph MCP — index, search, and analyze video transcripts.

brw-content-idea-generator

7
from Demerzels-lab/elsamultiskillagent

Generate content ideas rooted in positioning.

ideaspark-navigator

7
from Demerzels-lab/elsamultiskillagent

Facilitates structured ideation and innovation sessions by recommending optimal brainstorming techniques, guiding.

paylock

7
from Demerzels-lab/elsamultiskillagent

Non-custodial SOL escrow for AI agent deals.

agent-reputation

7
from Demerzels-lab/elsamultiskillagent

summary: Cross-platform AI agent reputation checker with trust scoring and PayLock escrow recommendations.

Telecom Agent Skill

7
from Demerzels-lab/elsamultiskillagent

Turn your AI Agent into a Telecom Operator. Bulk calling, ChatOps, and Field Monitoring.