What problem does it solve?
This Skill eliminates the ambiguity and inconsistency of ad-hoc implementation planning by generating structured, reviewable plan documents directly from approved feature specifications, ensuring every development task aligns exactly to approved requirements.
Core Features & Use Cases
- Spec-Aligned Plan Generation: Reads approved spec.xml files and optional design-context.xml to produce compliant plan.xml documents with exact file paths, interface contracts, and dependency ordering.
- Testable Task Definitions: Breaks implementation work into discrete tasks with code snippets in CDATA and specific, testable acceptance criteria for each requirement.
- Three-Stage Review Support: Enables independent review of requirements, plans, and final code to catch misalignment early in the development workflow.
- Use Case: For a team that has approved a new payment processing feature spec, use this skill to generate a step-by-step implementation plan with exact interface signatures, test criteria, and task dependencies for the development team to execute.
Quick Start
Use the vv-plan skill to generate an implementation plan for the approved spec located at .vvoc/specs/<id>/spec.xml.