vv-execute

Execute approved implementation plans with dependency-ordered tasks and acceptance criteria verification.

11|1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/osovv/vv-opencode --skill vv-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vv-execute
Source: https://github.com/osovv/vv-opencode/tree/main/templates/skills/vv-execute
Command: npx skills add https://github.com/osovv/vv-opencode --skill vv-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually executing implementation plans, tracking task progress, verifying acceptance criteria, and managing git commits after spec approval is error-prone and time-consuming, leading to missed steps, unverified changes, and disorganized workflow artifacts.

Core Features & Use Cases

  • Plan & Spec Validation: Automatically checks that the linked plan and spec are in approved active status, rejecting draft, applied, or invalid documents to prevent executing unapproved work.
  • Dual Execution Modes: Supports classic mode (delegate tasks to vv-implementer subagents for high-risk or cross-cutting work) and inline mode (execute directly in the current session for clear, localized low-risk tasks) based on plan complexity assessment.
  • End-to-End Workflow Management: Enforces dependency-ordered task execution, acceptance criteria verification, per-task commit discipline, and automatic archival of completed spec and plan artifacts to .vvoc/specs/archive/.
  • Use Case: After a feature spec and implementation plan are approved, use this skill to safely implement all tasks, verify they meet requirements, commit changes consistently, and archive the workflow artifacts without manual tracking.

Quick Start

Use the vv-execute skill to implement the approved plan for the user dashboard feature from .vvoc/specs/dashboard-2024-06/plan.xml, selecting classic mode for cross-module API changes or inline mode for localized UI updates.

Frequently Asked Questions about vv-execute

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

FAQPage Schema
How do I automate task execution from an approved implementation plan?

Spec workflow validation checks that linked plan and spec documents are in approved active status before execution begins. It rejects draft, applied, or invalid documents to prevent executing unapproved work, ensuring only reviewed plans proceed to automated task implementation.

What's the best way to enforce git commit discipline after each task in a spec workflow?

Subagent dispatch is used for high-risk or cross-cutting work by delegating tasks to vv-implementer subagents in classic mode. For clear, localized low-risk tasks, inline mode executes directly in the current session, with mode selection based on plan complexity assessment.

How do I archive completed spec and plan artifacts automatically?

Archiving completed workflow artifacts happens automatically after all tasks finish execution. This Skill moves completed spec and plan documents to .vvoc/specs/archive/, ensuring disorganized artifacts are managed without manual file operations once the implementation plan is fully executed.

Can I execute approved plans without manually verifying acceptance criteria?

Executing unapproved plans is not supported; the Skill validates that linked plan and spec documents are in approved active status, rejecting draft, applied, or invalid documents. This prevents executing unapproved work and ensures only reviewed, active specs proceed to automated implementation.