vibe-plan-execution

Execute bound implementation plans by implementing smallest verifiable changes.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/adhi-jp/agent-skills --skill vibe-plan-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibe-plan-execution
Source: https://github.com/adhi-jp/agent-skills/tree/main/skills/vibe-plan-execution
Command: npx skills add https://github.com/adhi-jp/agent-skills --skill vibe-plan-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates execution of a concrete, bound plan to avoid drift and unsafe improvisation, implementing only the smallest safe changes while preserving the plan's intent.

Core Features & Use Cases

  • Bind to a plan source and extract goals, requirements, acceptance criteria, test plans, and risks to drive execution.
  • Verify local evidence against the bound plan, and defer to planning when evidence cannot be reconciled, ensuring auditable decisions.
  • Respect plan gates and risk notes to prevent unsafe or unapproved changes and provide clear traceability.

Quick Start

Bind to your existing plan file or inline plan, verify its sections, then implement only the smallest verifiable slice.

Frequently Asked Questions about vibe-plan-execution

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

FAQPage Schema
How do I prevent implementation drift when executing a software plan?

Plan execution with disciplined fidelity prevents drift by binding to the plan and implementing only the smallest verifiable change. It verifies local evidence against the bound plan and defers to planning if evidence contradicts it.

What is plan deviation gating in software implementation?

Plan deviation gating is a risk-management mechanism that applies explicit gates during implementation to preserve scope. It ensures unsafe or unapproved changes are blocked and provides clear traceability for auditable progress.

How do I execute a bound implementation plan step by step?

Bind to your existing plan file or inline plan, verify its sections, then implement only the smallest verifiable slice. The process extracts goals, requirements, acceptance criteria, and risks to drive execution while respecting plan-defined routes.

Can I use local evidence verification to check if my implementation matches the plan?

Local evidence verification checks implementation output against the bound plan. When evidence cannot be reconciled with the plan, the execution defers back to planning to ensure all decisions remain auditable and aligned with the original intent.

What should I do when local evidence contradicts my bound implementation plan?

When local evidence contradicts the bound plan, you should return to planning. This ensures that any irreconcilable evidence triggers a planning review rather than forcing unsafe improvisation or unapproved scope changes.

Do I need an existing plan file to start disciplined plan execution?

Yes, you need an existing bound plan source. You can bind to a plan file or an inline plan, extracting its goals, requirements, acceptance criteria, test plans, and risks before implementing the smallest verifiable slice.