Visualize subagent task dependencies using ASCII diagrams before launching agents and create comprehensive HTML summaries after completion.
CRITICAL: Draw ASCII diagram as FIRST thing before launching Task tool.
Parallel:
USER REQUEST: [task]
│
├─→ AGENT 1: [Task A]
├─→ AGENT 2: [Task B]
└─→ AGENT 3: [Task C]
│
└─→ SYNTHESIS
Sequential:
USER REQUEST: [task]
↓
AGENT 1: [First]
↓
AGENT 2: [Second, needs Agent 1]
↓
AGENT 3: [Final]
Mixed:
USER REQUEST: [Verify quotations]
│
├─→ AGENT 1: Quote A, p.400
├─→ AGENT 2: Quote B, p.401
└─→ AGENT 3: Quote C, p.402
│
└─→ AGENT 4: Verify all exact
[ASCII DIAGRAM FIRST]
[Brief strategy - 1-2 sentences]
[Tool calls]
When user wants to visualize/summarize subagents, create interactive HTML: claude_agent_workflow_[task_name].html
1. Mermaid Dependency Graph
2. Statistics Dashboard
3. Task Detail Cards
4. Synthesis Process
5. Dependency Analysis
6. Key Insights
claude_agent_workflow_[name].htmlnpx skills add WarrenZhu050413/Visualizing Subagents下载完整 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