tasks

Execute multi-step workflows defined in Markdown files with argument passing.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/zach-source/claude-plugins --skill tasks-zach-source
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tasks
Source: https://github.com/zach-source/claude-plugins/tree/main/plugins/devtools/skills/tasks
Command: npx skills add https://github.com/zach-source/claude-plugins --skill tasks-zach-source

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a framework for creating and running reusable, multi-step workflows, automating complex tasks and ensuring consistency across projects.

Core Features & Use Cases

  • Task Execution: Run predefined or custom tasks using simple commands like /task:run <name>.
  • Task Management: List, create, and install tasks, supporting both local project-specific and global configurations.
  • Use Case: Automate your Git branching strategy by running /task:run gitflow-feature-start my-new-feature to create and branch off the correct development branch.

Quick Start

List all available tasks by typing /task:list.

Frequently Asked Questions about tasks

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

FAQPage Schema
How do I run structured workflows defined in Markdown files for repeatable automation?

You can run structured workflows defined in Markdown files by executing simple commands like `/task:run <name>`. This framework supports argument passing and multi-step execution to ensure repeatable automation across projects.

Can I automate Git branching strategies and CI/CD pipeline setup using custom tasks?

Yes, you can automate Git branching strategies and CI/CD pipeline setup by running predefined or custom tasks. For example, executing `/task:run gitflow-feature-start my-new-feature` creates and branches off the correct development branch automatically.

How do I list and manage local project-specific and global task configurations?

You can list and manage task configurations by typing `/task:list` to view all available tasks. The framework supports creating and installing both local project-specific and global task definitions for flexible workflow management.

Does this workflow automation framework support integration with Bash and Jujutsu repository management?

Yes, the framework supports integration with various tools like Bash and facilitates complex operations such as Jujutsu repository management. It executes structured workflows defined in Markdown files to automate these tool integrations.

What is the best way to ensure consistency across projects when executing multi-step developer workflows?

The best way to ensure consistency is by defining reusable, multi-step workflows in Markdown files. This framework executes structured tasks with argument passing, automating complex operations and standardizing processes across different projects.