Level 2+ task decomposition. Use when a single task from tasks.md is STILL too complex (affects 3+ files or requires multiple logic blocks). Breaks tasks into microtasks (one file/function each) for granular implementation. NOT for initial task breakdown — OpenSpec already does that.
Level 2+ task decomposition. Use when a single task from tasks.md is STILL too complex (affects 3+ files or requires multiple logic blocks). Breaks tasks into microtasks (one file/function each) for granular implementation. NOT for initial task breakdown — OpenSpec already does that.
二级及以上任务分解。当 tasks.md 中的单个任务仍然过于复杂时使用(影响 3 个及以上文件或需要多个独立逻辑块)。将任务拆解为微任务(每个微任务对应 1 个文件/1 个函数),以便进行细粒度实现。不要用于初始任务拆分 — OpenSpec 已经处理初步分解。
Category: developer (开发工具) · Author: B4san · Version: @main · License: NOASSERTION
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