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.