Capture and document a new idea in this repo. Use when the user says things like "help me brainstorm", "I have an idea", or "let's capture this for the future" and wants it recorded in `design/ideas/` with a summary, supporting research (repo context + web if useful), and a sketch.
Capture a user's idea and write a single markdown file in design/ideas/ using the required format: Idea summary, research, and a sketch in a code block.
design/ (recursive). Summarize only what is relevant to the idea.design/ideas/ exists; create it if missing.YYYY-MM-DD-<kebab-idea-title>.md. If a file already exists, append -2, -3, etc.# Idea
{summarization from the user}
# Research
{agent research supporting the idea}
# Sketch
```{format}
{agent generated sketch (ASCII, Mermaid, or pseudocode UI)}
```
mermaid, text, or md (ASCII wireframe). Pick the one that best conveys the concept.design/ files first.npx skills add liveloveapp/ideate下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer