workflow-execute

Coordinate autonomous workflow execution across agents with progress tracking.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JefersonCCJM/hotel_san_pedro --skill workflow-execute-jefersonccjm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-execute
Source: https://github.com/JefersonCCJM/hotel_san_pedro/tree/main/.agents/skills/workflow-execute
Command: npx skills add https://github.com/JefersonCCJM/hotel_san_pedro --skill workflow-execute-jefersonccjm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating complex workflows across multiple agents can be error-prone and labor-intensive. This Skill provides end-to-end orchestration, automatic session discovery, parallel task processing, and real-time status tracking to keep workflows moving without constant manual input.

Core Features & Use Cases

  • Session discovery and selection to identify the right active workflow.
  • TodoWrite-based progress tracking and dynamic task orchestration with support for sequential and parallel execution.
  • Lazy loading of task definitions to minimize upfront I/O and maximize throughput.
  • Execution strategy extraction from plan files (plan.json or IMPL_PLAN.md) to determine the optimal run model.
  • Optional auto-commit after task completion to capture changes with concise messages.

Quick Start

Invoke the workflow:execute command to start an autonomous end-to-end workflow from the active session.

Frequently Asked Questions about workflow-execute

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

FAQPage Schema
How do I orchestrate autonomous workflow execution across multiple agents?

Autonomous workflow execution is orchestrated by discovering active sessions, planning tasks, and coordinating agents. The system supports lazy task loading, parallel execution, and real-time progress tracking to keep workflows moving without manual input.

How does session discovery work for task management and agent orchestration?

Session discovery identifies the right active workflow automatically. This allows the orchestration system to select the correct context before planning tasks and coordinating agents, reducing the labor and error associated with manual session selection.

Can I use plan files to determine the execution strategy for my tasks?

Yes, execution strategy is parsed directly from plan files such as plan.json or IMPL_PLAN.md. The system extracts the strategy from these files to determine the optimal run model, supporting both sequential and parallel task processing.

Does the workflow orchestrator support auto-resume and automatic commits?

The orchestrator supports auto-resume to continue interrupted workflows and optional auto-commit after task completion. Auto-commit captures changes with concise messages, ensuring progress is saved without requiring manual git operations.

What is lazy loading of task definitions and why is it useful?

Lazy loading of task definitions minimizes upfront I/O by only loading tasks when needed. This maximizes throughput and optimizes performance during dynamic task orchestration, especially in complex workflows with many planned tasks.

How do I track progress during end-to-end workflow execution?

Progress tracking is handled using TodoWrite-based updates during task orchestration. This provides real-time status monitoring from start to completion, allowing you to see which tasks are pending, in progress, or completed across the workflow.