execute-plan

Execute PLAN.md phase prompts and generate SUMMARY.md outcome summaries.

Updated Nov 16, 2025
One-click install
npx skills add https://github.com/RayOfSteel-DHBW/TeilAutoNeu --skill execute-plan-rayofsteel-dhbw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-plan
Source: https://github.com/RayOfSteel-DHBW/TeilAutoNeu/tree/main/.github/skills/execute-plan
Command: npx skills add https://github.com/RayOfSteel-DHBW/TeilAutoNeu --skill execute-plan-rayofsteel-dhbw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the execution of phase prompts (PLAN.md) and the creation of outcome summaries (SUMMARY.md) within a repository context, reducing manual coordination overhead and ensuring traceable commits.

Core Features & Use Cases

  • Autonomous planning: splits PLAN.md into executable segments and routes work between subagents and the main context.
  • Checkpoint handling: supports human-verified checkpoints and automatic deviation logging.
  • Git-integrated workflow: automatically commits completed work with structured metadata and summaries.

Quick Start

Load the current phase PLAN.md and run the next planned segment to generate SUMMARY.md.

Frequently Asked Questions about execute-plan

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

FAQPage Schema
How do I automate execution of phase plans in a multi-phase project?

Automate phase plan execution by loading a PLAN.md file and routing work between subagents and the main context. The process splits plans into executable segments, handles deviations, and generates SUMMARY.md files with structured metadata for auditable progress.

What is the best way to handle human-verified checkpoints during autonomous plan execution?

Checkpoint handling during autonomous plan execution supports human-verified segments and automatic deviation logging. When execution reaches a checkpoint, the workflow pauses for verification, logs any deviations from the PLAN.md, and resumes once the gate is cleared.

How do I generate outcome summaries and git commits for completed plan segments?

Generate outcome summaries by executing planned segments from PLAN.md, which automatically produces SUMMARY.md files. Completed work is committed via a git-integrated workflow that applies structured metadata and summaries to ensure traceable repository commits.

Can I route plan execution tasks between subagents and the main context automatically?

Routing plan execution tasks between subagents and the main context is supported through autonomous planning. The system splits the PLAN.md into executable segments and directs each segment to the appropriate context for processing and summary generation.

Does autonomous plan execution work with existing repository contexts and git workflows?

Autonomous plan execution works within existing repository contexts and integrates directly with git workflows. It enforces plan loading, segment routing, deviation handling, and authentication-gate workflows to ensure reliable, auditable progress with structured commits.

What are the limitations of orchestrating multi-phase projects with autonomous execution?

Orchestrating multi-phase projects with autonomous execution requires a PLAN.md file to define segments and checkpoints. It is limited to projects structured with phase prompts and depends on proper authentication-gate workflows for reliable, auditable progress.