executing-plans

Execute reviewed implementation plans phase-by-phase with verification gates.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/vTRKA/supervibe --skill executing-plans-vtrka
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/vTRKA/supervibe/tree/main/skills/executing-plans
Command: npx skills add https://github.com/vTRKA/supervibe --skill executing-plans-vtrka

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents an AI coding session from drifting or “finishing” work without evidence by executing only tasks defined in a reviewed implementation plan and verifying each phase before moving on.

Core Features & Use Cases

  • Phase-by-phase execution with confidence gating: Runs plan tasks in order while enforcing mandatory verification checkpoints and a per-phase confidence requirement.
  • Goal and evidence ledgers: Maintains goalLedger/taskLedger and blocks completion until required goals have evidence, verifier ownership, and receipt status (or an explicit, user-approved waiver).
  • Scope-safety and drift protection: Refuses to start or continue when scope boundaries, missing acceptance criteria, or graph/plan source drift would make results unreliable.

Quick Start

Use this skill when you already have an approved plan and say: “execute the plan.”

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute an AI implementation plan without drifting from the original scope?

Phase-by-phase plan execution prevents drift by enforcing mandatory verification gates and confidence scoring. It reads the plan source of truth, blocks completion until goal evidence passes, and refuses to continue if scope boundaries or acceptance criteria are violated.

What is plan confidence scoring and how does it gate software delivery?

Plan confidence scoring is a per-phase requirement that gates software delivery by blocking progression until verification checks pass. It updates task ledgers with receipts and ensures required goals have explicit evidence or a user-approved waiver before completion.

How do I verify AI-assisted software delivery and block completion without evidence?

You can block completion without evidence by maintaining goal and task ledgers that require receipts. The execution stops if goal evidence, verifier ownership, and drift guard checks are missing, preventing the AI session from finishing work without proof.

Can I use scope safety and verification gates for AI coding sessions?

Yes, you can use scope-safety and verification gates for AI coding sessions. The execution refuses to start or continue when missing acceptance criteria, scope boundaries, or plan source drift would make results unreliable, ensuring strict adherence to the reviewed plan.

When should I not use automated plan execution for software delivery?

You should not use automated plan execution when your plan lacks Goal IDs, dependencies, scoped verification commands, or explicit stop conditions. Without these required inputs, the confidence gates and drift guard checks cannot reliably verify phase completion.

Does executing-plans require a pre-approved implementation plan source of truth?

Yes, executing-plans requires a pre-approved implementation plan source of truth. It reads this reviewed plan to enforce phase-by-phase execution, applying to AI-assisted software delivery only when tasks include explicit Goal IDs and scoped verification commands.