One-click install
npx skills add https://github.com/lazygophers/ccplugin --skill execute-lazygophers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/lazygophers/ccplugin/tree/main/plugins/tools/task/skills/execute
Command: npx skills add https://github.com/lazygophers/ccplugin --skill execute-lazygophers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines complex workflows by managing task dependencies, enabling parallel execution of up to two tasks, and providing real-time progress tracking.

Core Features & Use Cases

  • Dependency Management: Ensures tasks are executed only after their prerequisites are met.
  • Parallel Execution: Manages up to two tasks concurrently for increased efficiency.
  • Progress Tracking: Provides real-time updates on task status (pending, running, completed).
  • Use Case: Automate a multi-step software build process where compiling, testing, and packaging can be partially parallelized and must follow a strict order.

Quick Start

Execute the defined tasks, ensuring dependencies are met and up to two tasks run in parallel.

Frequently Asked Questions about execute

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

FAQPage Schema
How do I manage task dependencies and enable parallel execution in a multi-step workflow?

Task dependency management ensures sequential prerequisites are met before execution, while parallel execution runs up to two concurrent tasks to optimize resource utilization and increase workflow efficiency.

How does real-time progress tracking work for parallel agent execution?

Real-time progress tracking monitors task status across pending, running, and completed states during parallel agent execution, providing immediate visibility into workflow bottlenecks and executor reuse.

Can I automate a software build process with strict ordering and partial parallelization?

You can automate multi-step software build processes by defining strict task dependencies for sequential steps and enabling parallel execution for up to two concurrent tasks.

What is the maximum number of concurrent tasks supported for team orchestration?

Team orchestration supports parallel execution of up to two concurrent tasks, optimizing resource utilization through executor reuse while ensuring dependency constraints are respected.

Does workflow automation handle resource cleanup after task completion?

Workflow automation handles resource cleanup after task completion, managing the full lifecycle from task creation and team management to final resource disposal.

When should I use dependency tracking for task management instead of simple sequential execution?

Use dependency tracking for task management when workflows contain prerequisites that must be strictly ordered, allowing remaining independent tasks to execute in parallel for optimized throughput.