{"skill":{"slug":"agent-workflow-skill","displayName":"Agent Workflow Skill","summary":"Decompose complex user tasks into multi-step workflows using DAG-based execution.","description":"---\nname: task-graph-executor\ndescription: Decompose complex user tasks into multi-step workflows using DAG-based execution.\nversion: 1.0.0\n---\n\n# Task Graph Executor\n\n## When to use\n\nUse this skill when tasks involve multiple steps or dependencies.\n\nExamples:\n- Analyze a repo and summarize it\n- Research a topic and generate a report\n- Process data and visualize results\n\n---\n\n## What this skill does\n\nThis skill enables the AI to:\n\n1. Break down complex tasks\n2. Build a dependency graph (DAG)\n3. Execute tasks in order\n4. Parallelize independent steps\n5. Return structured results\n\n---\n\n## Execution Strategy\n\n### Step 1: Decompose Task\n\nConvert user request into subtasks.\n\nExample:\n\nUser: \"Analyze repo and summarize\"\n\nTasks:\n- clone repo\n- analyze code\n- generate summary\n\n---\n\n### Step 2: Build DAG\n\n- Identify dependencies\n- Ensure correct execution order\n\n---\n\n### Step 3: Execute\n\n- Run independent tasks first\n- Wait for dependencies\n- Execute in parallel when possible\n\n---\n\n### Step 4: Output\n\nReturn structured result:\n\n{\n  \"tasks\": [],\n  \"result\": \"\",\n  \"status\": \"success\"\n}\n\n---\n\n## Goal\n\nEnable multi-step task execution instead of single tool calls.\n","tags":{"latest":"1.0.0","latest ai agent workflow":"1.0.0"},"stats":{"comments":0,"downloads":352,"installsAllTime":13,"installsCurrent":1,"stars":0,"versions":1},"createdAt":1777949144035,"updatedAt":1778492846193},"latestVersion":{"version":"1.0.0","createdAt":1777949144035,"changelog":"Task Graph Executor skill initial release\n\n- Enables decomposition of complex tasks into multi-step, dependency-aware workflows.\n- Uses Directed Acyclic Graphs (DAG) to manage and parallelize execution of subtasks.\n- Structures outputs with clear task breakdowns and statuses.\n- Designed for scenarios requiring sequential or parallel task execution beyond single-step tool use.","license":"MIT-0"},"metadata":null,"owner":{"handle":"keweizhan","userId":"s17fn8gh500c6ppq33e0adymqx864n2a","displayName":"keweizhan","image":"https://avatars.githubusercontent.com/u/56283830?v=4"},"moderation":null}