executing-plans

Execute engineering-approved FeatureForge plans in isolated sessions with checkpoint governance.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/dmulcahey/featureforge --skill executing-plans-dmulcahey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/dmulcahey/featureforge/tree/main/skills/executing-plans
Command: npx skills add https://github.com/dmulcahey/featureforge --skill executing-plans-dmulcahey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Executes engineering-approved FeatureForge plans in a dedicated session to maintain isolation, traceability, and controlled execution.

Core Features & Use Cases

  • Orchestrates plan execution in an isolated environment per plan, ensuring no cross-plan contamination.
  • Enforces preflight validation, task-by-task execution, and post-task reviews as defined by the approved plan.
  • Provides runtime state management, checkpoints, and evidence for final review.

Quick Start

Initiate an executing-plans run with an engineering-approved plan path and let FeatureForge coordinate the session.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute engineering plans in isolated sessions with task checkpoints?

Executing engineering plans in isolated sessions requires orchestrating approved plan steps serially or in controlled batches with preflight validation and runtime checkpoints to maintain traceability and prevent cross-plan contamination.

What is preflight validation in plan execution workflows?

Preflight validation in plan execution is a governance gate that verifies prerequisites and environment readiness before task mutations begin. It ensures protected-branch gating and runtime state compliance are satisfied prior to initiating any development steps.

How do I run task mutations serially while enforcing protected-branch gating?

To run task mutations serially with protected-branch gating, initiate an executing-plans run using an engineering-approved plan path. The session coordinates begin and complete task mutations while enforcing strict checkpoint governance between each step.

Does plan execution support controlled batching instead of strict serial processing?

Plan execution supports controlled batching as an alternative to strict serial processing. Teams can run approved plan steps in controlled batches while maintaining preflight validation, post-task reviews, and runtime checkpoint reporting across the entire execution session.

Do I need an engineering-approved plan path to start an execution session?

An engineering-approved plan path is required to start an execution session. The orchestrator uses this approved plan to coordinate isolated session execution, enforce preflight checks, and manage runtime state for final review evidence.

When should I not use isolated sessions for plan execution?

Isolated sessions for plan execution should not be used when cross-plan contamination is impossible or when preflight validation and checkpoint governance are unnecessary. Simple, single-task changes without protected-branch gating requirements do not warrant isolated session overhead.