aidd-pipeline

Execute sequential tasks from a markdown file with subagent delegation.

377|33|Updated Jul 3, 2025
One-click install
npx skills add https://github.com/paralleldrive/aidd --skill aidd-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aidd-pipeline
Source: https://github.com/paralleldrive/aidd/tree/main/ai/skills/aidd-pipeline
Command: npx skills add https://github.com/paralleldrive/aidd --skill aidd-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The aidd-pipeline Skill automates and manages the execution of a series of tasks defined in a markdown file, streamlining the process and minimizing manual intervention.

Core Features & Use Cases

  • Markdown Task Parsing: The Skill reads and parses tasks from a markdown file, handling ordered/unordered lists and fenced code blocks.
  • Sequential Task Execution: Each task is executed one after another, maintaining the original order and context.
  • Progress Tracking: The Skill tracks the progress of task execution, reporting outcomes after each step or upon failure.
  • Use Case: Ideal for automating a series of steps in software development, such as continuous integration tasks or complex data processing pipelines.

Quick Start

Run the aidd-pipeline skill by providing the path to a markdown file with your task list.

Frequently Asked Questions about aidd-pipeline

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

FAQPage Schema
How do I automate sequential task execution from a markdown file?

Automating sequential task execution from a markdown file involves parsing ordered or unordered lists and executing each step sequentially. This pipeline approach handles task delegation, tracks progress, and aggregates results to minimize manual intervention.

Can I track progress and aggregate results for automated markdown pipelines?

Yes, tracking progress and aggregating results in automated markdown pipelines is handled by reporting outcomes after each step or upon failure. Sequential execution maintains context while providing visibility into the overall task completion status.

Does the pipeline execution skill support fenced code blocks?

Yes, markdown task parsing supports fenced code blocks alongside ordered and unordered lists. This allows you to include executable scripts or configuration snippets directly within your sequential task definitions for comprehensive task automation.

Do I need subagent delegation to run task sequencing pipelines?

Yes, subagent delegation is required to run task sequencing pipelines. The automation expects to use DelegateSubtasks for task delegation, enabling the system to execute subtasks individually while maintaining the original order and context.

What is the best way to automate continuous integration tasks using markdown?

The best way to automate continuous integration tasks using markdown is defining your steps in a markdown file and executing them as a sequential pipeline. This approach handles parsing, subagent delegation, and progress tracking for complex software development workflows.