vine:resume

Restore paused VINE feature development sessions and recommend the next step.

7|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/moduloMoments/VINE --skill vine-resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vine:resume
Source: https://github.com/moduloMoments/VINE/tree/main/plugins/vine/skills/resume
Command: npx skills add https://github.com/moduloMoments/VINE --skill vine-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Resume paused feature development sessions in your codebase, picking up exactly where you left off without needing to re-read documentation or context.

Core Features & Use Cases

  • Resume Paused Sessions: Restore the context of a paused VINE session.
  • Gather State: Read pause state, artifacts, and current git branch.
  • Present Status: Display a summary of your progress and recommended next steps.
  • Restore Session State: Rebuild task views and consume pause state.
  • Recommend Next Step: Suggest the appropriate VINE command based on the current phase.
  • Handle Edge Cases: Deal with multiple features, stale pause state, and incorrect branches.

Quick Start

To resume a VINE session, use the command: /vine:resume <feature path>

Frequently Asked Questions about vine:resume

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

FAQPage Schema
How do I resume a paused feature development session in my codebase?

To resume a paused feature development session, execute the `/vine:resume` command with the feature path to restore context, read pause state artifacts, and display a progress summary with recommended next steps.

What is context restoration for paused codebase sessions?

Context restoration rebuilds task views by reading previously saved pause state artifacts and checking the current git branch, allowing you to pick up exactly where you left off without re-reading documentation.

How does the VINE workflow handle multiple paused features?

When resuming a paused session with multiple features, the workflow handles this edge case by identifying the specific feature path provided, gathering its unique state, and presenting a targeted status summary.

Can I restore a development session if my current git branch is incorrect?

When resuming a session, the tool checks your current git branch against the pause state and handles incorrect branches as an edge case, alerting you to ensure you are working in the correct context.

How do I know what to do next after restoring a paused codebase session?

After restoring session state, the tool recommends the appropriate next step by analyzing your current phase in the VINE workflow and suggesting the corresponding command to continue development.

What happens if my pause state artifacts are stale during context restoration?

During context restoration, the tool handles stale pause state as an edge case by evaluating the existing artifacts against the current codebase state to prevent outdated context from disrupting your workflow.