idea-coach
AI-powered idea/problem/challenge manager with GitHub integration. Captures, categorizes, reviews, and helps ship ideas to repos.
What this skill does
# 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 <text>` | Capture a new idea |
| `/idea_list` | List active ideas |
| `/idea_list --due` | Show ideas due for review |
| `/idea_get <id>` | Get idea details |
| `/idea_update <id>` | Update idea attributes |
| `/idea_review <id>` | Add review interaction |
| `/idea_drop <id>` | Mark as dropped (requires reason) |
| `/idea_done <id>` | Mark as completed |
| `/idea_stats` | Show statistics |
### GitHub Commands
| Command | Description |
|---------|-------------|
| `/idea_link <id> <owner/repo>` | Link to existing repo |
| `/idea_ship <id>` | Create new repo for idea |
| `/idea_ship <id> --public` | Create public repo |
| `/idea_repo <id>` | Show linked repo status |
| `/idea_sync <id>` | 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
- `gh` CLI installed and authenticated
- Run `gh auth login` if 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
```bash
# 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 <id> owner/repo
python scripts/coach.py ship <id> --owner moinsen-dev
python scripts/coach.py repo-status <id>
python scripts/coach.py sync-issue <id> --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
1. **Capture quickly** β Don't overthink the initial capture
2. **Review honestly** β Use reviews to kill stale ideas
3. **Ship early** β Create a repo as soon as an idea has momentum
4. **Sync issues** β Use GitHub issues for detailed tracking
5. **Drop freely** β A dropped idea is a decision, not a failure
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.