Idea Coach
/install idea-coach
Idea Coach
Your critical sparring partner for ideas, problems, and challenges — now with GitHub integration!
What It Does
Idea Coach helps you:
- Capture ideas, problems, and challenges as they come
- Categorize by type, domain, energy, urgency, and importance
- Review periodically (daily → quarterly based on importance)
- Ship ideas to GitHub repos when ready
- Track progress and know when to let go
Philosophy
Be critical, not just supportive. Idea Coach will:
- Suggest dropping ideas that aren't worth pursuing
- Ask hard questions during reviews
- Track which ideas actually ship vs. rot forever
Commands
Core Commands
| Command | Description |
|---|---|
/idea \x3Ctext> |
Capture a new idea |
/idea_list |
List active ideas |
/idea_list --due |
Show ideas due for review |
/idea_get \x3Cid> |
Get idea details |
/idea_update \x3Cid> |
Update idea attributes |
/idea_review \x3Cid> |
Add review interaction |
/idea_drop \x3Cid> |
Mark as dropped (requires reason) |
/idea_done \x3Cid> |
Mark as completed |
/idea_stats |
Show statistics |
GitHub Commands
| Command | Description |
|---|---|
/idea_link \x3Cid> \x3Cowner/repo> |
Link to existing repo |
/idea_ship \x3Cid> |
Create new repo for idea |
/idea_ship \x3Cid> --public |
Create public repo |
/idea_repo \x3Cid> |
Show linked repo status |
/idea_sync \x3Cid> |
Create/update GitHub issue |
Attributes
Types
- 💡 idea — Something to build or create
- 🔧 problem — Something to fix or solve
- 🎯 challenge — Something to overcome
Status Flow
captured → exploring → developing → shipped/done
↓ ↓
parked blocked
↓
dropped
Importance → Review Cycle
| Importance | Energy | Review Cycle |
|---|---|---|
| critical | high | daily |
| critical | * | weekly |
| important | high | weekly |
| important | * | biweekly |
| nice-to-have | * | monthly |
| parked | * | quarterly |
GitHub Integration
Prerequisites
ghCLI installed and authenticated- Run
gh auth loginif not set up
Workflow Example
# 1. Capture idea
/idea "Build a CLI for task management"
# 2. Develop it
/idea_update abc123 --status developing
# 3. Ship it to GitHub
/idea_ship abc123
# 4. Or link to existing repo
/idea_link abc123 moinsen-dev/my-cli
# 5. Check repo status
/idea_repo abc123
# 6. Sync as GitHub issue
/idea_sync abc123
CLI Usage
# Add idea
python scripts/coach.py add "Build something cool" --type idea --importance important
# List ideas
python scripts/coach.py list
python scripts/coach.py list --due
python scripts/coach.py list --github # Only with linked repos
# GitHub operations
python scripts/coach.py link \x3Cid> owner/repo
python scripts/coach.py ship \x3Cid> --owner moinsen-dev
python scripts/coach.py repo-status \x3Cid>
python scripts/coach.py sync-issue \x3Cid> --labels enhancement,idea
Data Storage
Ideas are stored in ~/.openclaw/idea-coach/ideas.json
Each idea tracks:
- Basic info (title, description, type, domain)
- Status and progress
- Energy, urgency, importance
- Review schedule and history
- GitHub integration (repo, issue, sync timestamps)
- Interaction log
Tips
- Capture quickly — Don't overthink the initial capture
- Review honestly — Use reviews to kill stale ideas
- Ship early — Create a repo as soon as an idea has momentum
- Sync issues — Use GitHub issues for detailed tracking
- Drop freely — A dropped idea is a decision, not a failure
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install idea-coach - After installation, invoke the skill by name or use
/idea-coach - Provide required inputs per the skill's parameter spec and get structured output
What is Idea Coach?
AI-powered idea/problem/challenge manager with GitHub integration. Captures, categorizes, reviews, and helps ship ideas to repos. It is an AI Agent Skill for Claude Code / OpenClaw, with 2324 downloads so far.
How do I install Idea Coach?
Run "/install idea-coach" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Idea Coach free?
Yes, Idea Coach is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Idea Coach support?
Idea Coach is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Idea Coach?
It is built and maintained by udiedrichsen (@udiedrichsen); the current version is v0.2.0.