Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
AI-powered idea/problem/challenge manager with GitHub integration. Captures, categorizes, reviews, and helps ship ideas to repos.
AI-powered idea/problem/challenge manager with GitHub integration. Captures, categorizes, reviews, and helps ship ideas to repos.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Your critical sparring partner for ideas, problems, and challenges โ now with GitHub integration!
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
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
CommandDescription/idea <text>Capture a new idea/idea_listList active ideas/idea_list --dueShow 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_statsShow statistics
CommandDescription/idea_link <id> <owner/repo>Link to existing repo/idea_ship <id>Create new repo for idea/idea_ship <id> --publicCreate public repo/idea_repo <id>Show linked repo status/idea_sync <id>Create/update GitHub issue
๐ก idea โ Something to build or create ๐ง problem โ Something to fix or solve ๐ฏ challenge โ Something to overcome
captured โ exploring โ developing โ shipped/done โ โ parked blocked โ dropped
ImportanceEnergyReview Cyclecriticalhighdailycritical*weeklyimportanthighweeklyimportant*biweeklynice-to-have*monthlyparked*quarterly
gh CLI installed and authenticated Run gh auth login if not set up
# 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
# 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
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
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
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.