plan-pipeline-execute

Execute validated plans in an isolated worktree with per-task agents and PR delivery.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/srednoff888-art/4 --skill plan-pipeline-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-pipeline-execute
Source: https://github.com/srednoff888-art/4/tree/main/examples/skills/plan-pipeline/execute
Command: npx skills add https://github.com/srednoff888-art/4 --skill plan-pipeline-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes end-to-end validated plans in an isolated worktree, coordinating tasks through per-task agents and ensuring automated PR delivery through to merge and cleanup.

Core Features & Use Cases

  • Worktree isolation for plan execution
  • TDD scaffolding, level-based parallel execution, and drift detection
  • Quality gate with smoke test, PR creation, and merge

Quick Start

Run /plan-pipeline:execute to start the execution of the most recent validated plan.

Frequently Asked Questions about plan-pipeline-execute

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

FAQPage Schema
How do I automate a validated plan execution to a merged pull request?

Automated plan execution to a merged pull request is achieved by running the pipeline in an isolated worktree, coordinating tasks through per-task agents, and enforcing quality gates before PR delivery.

What is worktree isolation for multi-step plan execution?

Worktree isolation creates a separate working directory to execute multi-step plans, enabling parallel task execution and drift detection without affecting the main branch until the quality gate passes and the PR merges.

How do I run parallel task execution with automated quality gates for my pull request?

Parallel task execution with automated quality gates runs level-based tasks through per-task agents, applies drift detection, executes smoke tests, and creates a pull request only after passing the required validation checks.

Do I need a specific file format to start automated plan pipeline execution?

Automated plan pipeline execution requires a validated plan file located at docs/plans/plan-{name}.md, ensuring deterministic and auditable execution before any tasks are dispatched to per-task agents.

What happens after the quality gate smoke test passes in an automated PR pipeline?

After the quality gate smoke test passes, the automated PR pipeline creates the pull request, manages the merge process, performs cleanup, and produces post-merge metrics for execution analysis.

Can I use drift detection to prevent conflicts during parallel task execution?

Drift detection during parallel task execution monitors for divergences between the isolated worktree and the main branch, ensuring the automated quality gate catches conflicts before pull request delivery.