task-graph-executor

Decompose complex user tasks into multi-step workflows using DAG-based execution.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "task-graph-executor" with this command: npx skills add keweizhan/agent-workflow-skill

Task Graph Executor

When to use

Use this skill when tasks involve multiple steps or dependencies.

Examples:

  • Analyze a repo and summarize it
  • Research a topic and generate a report
  • Process data and visualize results

What this skill does

This skill enables the AI to:

  1. Break down complex tasks
  2. Build a dependency graph (DAG)
  3. Execute tasks in order
  4. Parallelize independent steps
  5. Return structured results

Execution Strategy

Step 1: Decompose Task

Convert user request into subtasks.

Example:

User: "Analyze repo and summarize"

Tasks:

  • clone repo
  • analyze code
  • generate summary

Step 2: Build DAG

  • Identify dependencies
  • Ensure correct execution order

Step 3: Execute

  • Run independent tasks first
  • Wait for dependencies
  • Execute in parallel when possible

Step 4: Output

Return structured result:

{ "tasks": [], "result": "", "status": "success" }


Goal

Enable multi-step task execution instead of single tool calls.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Archive Project

Organize completed projects into searchable archives with session transcript backup.

Registry SourceRecently Updated
2150Profile unavailable
Automation

Project Coordinator

Spawns an isolated Project Coordinator session that owns a project's context, breaks work into tasks, and spawns subagents for parallel execution.

Registry SourceRecently Updated
1980Profile unavailable
Automation

The Null Epoch Agent Skill

Play The Null Epoch, a persistent AI agent MMO. Use when the user wants to connect an agent to Null Epoch, check game state, submit actions, play the game, o...

Registry SourceRecently Updated
1190Profile unavailable
Coding

Cheat Code

Makes your agent's talents limitless. Tell your agent what you want. Watch it deliver.

Registry SourceRecently Updated
1.6K2Profile unavailable