phase-5-execute

Execute TASK-*.json steps sequentially with logging and Git/PR integration.

4|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/cuioss/plan-marshall --skill phase-5-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-5-execute
Source: https://github.com/cuioss/plan-marshall/tree/main/marketplace/bundles/plan-marshall/skills/phase-5-execute
Command: npx skills add https://github.com/cuioss/plan-marshall --skill phase-5-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Phase Execute Skill automates the sequential execution of plan tasks by reading TASK-*.json files and running their defined steps in order, eliminating manual bottlenecks.

Core Features & Use Cases

  • Deterministic execution loop: locate current task, execute steps, update progress, and advance to the next task.
  • Rich observability: logging at task and phase levels, progress tracking, and support for commit strategies and triage when needed.
  • Integration points: interfaces with manage-tasks, manage-logging, and Git/PR workflows for downstream deliverables.

Quick Start

Invoke the phase-5-execute entry point to start processing the current plan's tasks; supply the plan_id to begin the execution loop.

Frequently Asked Questions about phase-5-execute

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

FAQPage Schema
How do I automate sequential task execution for plan phases?

Sequential task execution automates end-to-end phase processing by driving a deterministic loop that reads TASK-*.json files and executes their defined steps in order. You invoke the entry point with a plan_id to initiate the execution loop.

How does task execution handle logging and Git commit strategies?

Task execution handles logging at task and phase levels while supporting Git commit strategies and triage. It interfaces with downstream Git and PR workflows to manage deliverables and track progress across multiple tasks.

What is a deterministic execution loop for workflow automation?

A deterministic execution loop for workflow automation locates the current task, executes its steps, updates progress, and advances to the next task. It eliminates manual bottlenecks by reading JSON task files and running defined steps sequentially.

Do I need Python-based scripting pipelines to run task management workflows?

Python-based scripting pipelines are required for task management workflows in this context. The execution loop satisfies functional requirements for frontmatter-driven metadata, Python-based scripting, task-step finalization, and Git integration.

Can I integrate task execution with existing logging and triage workflows?

Task execution integrates with manage-tasks and manage-logging workflows to provide rich observability. It supports task and phase level logging, progress tracking, and triage capabilities when issues arise during step execution.

What are the limitations of automating phase transitions across multiple tasks?

Automating phase transitions across multiple tasks relies on properly structured TASK-*.json files and frontmatter-driven metadata. Execution requires valid plan_id input and depends on compatible Git and PR workflow configurations for successful downstream integration.