task-visualizer

Generate ASCII and Mermaid diagrams from task dependency data.

145|21|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/alfredolopez80/multi-agent-ralph-loop --skill task-visualizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-visualizer
Source: https://github.com/alfredolopez80/multi-agent-ralph-loop/tree/main/.claude/skills/task-visualizer
Command: npx skills add https://github.com/alfredolopez80/multi-agent-ralph-loop --skill task-visualizer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Visualize complex task dependencies and progress for multi-agent workflows to enhance planning and coordination.

Core Features & Use Cases

  • ASCII and Mermaid diagrams for dependency visualization
  • Status icons and blocker detection to quickly assess progress
  • Parallel execution hints to optimize scheduling
  • Diagram generation for documentation and handoff

Quick Start

Visualize your current task graph by feeding .ralph/tasks.json into the skill for an ASCII and Mermaid diagram.

Frequently Asked Questions about task-visualizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize task dependencies for multi-agent workflows?

You can visualize multi-agent task dependencies by feeding your task data into the visualizer to generate ASCII and Mermaid diagrams, showing status icons, blockers, and parallel execution paths.

Can I generate Mermaid diagrams from my tasks.json file for project documentation?

Yes, generating Mermaid diagrams from tasks.json is supported for documentation and handoff. The visualizer processes task data to produce diagrams that map dependencies and progress.

What is the best way to identify blockers and parallel execution paths in a complex workflow?

The best way to identify blockers and parallel execution paths is using a visualizer that detects dependencies automatically, providing status icons and scheduling hints to optimize coordination.

Does this task visualizer support ASCII diagrams for quick terminal-based progress checks?

Yes, the task visualizer supports ASCII diagrams for quick terminal-based progress checks. It renders task dependencies and status icons directly in text format.

How do I track progress and task status across a project with complex dependencies?

You can track progress across complex dependencies by visualizing the task graph. The visualizer uses status icons and blocker detection to help you quickly assess the current state of all tasks.

When should I use Mermaid diagrams instead of ASCII for task dependency visualization?

Use Mermaid diagrams when you need to generate output for documentation and team handoff, and use ASCII diagrams for quick, terminal-based assessment of task dependencies and blockers.