mvt-resume

Reconstruct in-progress development state from workspace YAML and plan files.

19|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/uoyoCsharp/My-Virtual-TechTeam --skill mvt-resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mvt-resume
Source: https://github.com/uoyoCsharp/My-Virtual-TechTeam/tree/main/.claude/skills/mvt-resume
Command: npx skills add https://github.com/uoyoCsharp/My-Virtual-TechTeam --skill mvt-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you restart an in-progress development task in a new AI conversation without manually reconstructing what was happening before. It recovers the active change, plan progress, recent artifacts, and session history so work can continue with minimal context loss.

Core Features & Use Cases

  • Session Reconstruction: Reads workspace session data, active plans, and recent artifacts to rebuild the current development state.
  • Smart Resume Guidance: Identifies the current task, highlights stale or blocked work, and recommends the most appropriate next MVTT skill.
  • Multi-Plan and Epic Awareness: Handles multiple in-progress plans, epic-linked changes, and project-scoped knowledge loading for more complex repositories.
  • Use Case: After closing your IDE mid-feature, you can reopen a fresh conversation and use this Skill to see exactly which change was active, which task was in progress, what artifacts were last updated, and what to do next.

Quick Start

Ask the AI to run the mvt-resume skill to recover the current in-progress change and recommend the next development step.

Frequently Asked Questions about mvt-resume

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

FAQPage Schema
How do I resume an interrupted development task without losing context?

To resume an interrupted development task without losing context, reconstruct the in-progress state by reading workspace YAML metadata, filtering active plan files, and summarizing recent artifacts to see exactly where work stopped.

How does session state recovery work for paused software changes?

Session state recovery works by reading workspace session data and recent artifacts to rebuild the current development state, identifying the active task, highlighting blocked work, and recommending the next appropriate workflow step.

Does context recovery support multi-project and epic-based workflows?

Context recovery supports multi-project and epic-based workflows by handling multiple in-progress plans, epic-linked changes, and project-scoped knowledge loading to reconstruct complex repository states during session restarts.

Can I restart an in-progress development plan in a new conversation?

You can restart an in-progress development plan in a new conversation by reconstructing the active change from session metadata and plan files, allowing work to continue with minimal context loss.

Does session state recovery require git history to restore task progress?

Session state recovery does not require git history to restore task progress, as it enforces a read-only boundary by reconstructing the active change directly from workspace YAML state and plan files.

What is the best way to track in-progress plans after closing my IDE?

The best way to track in-progress plans after closing your IDE is to reconstruct the session state from workspace YAML metadata, which highlights the active change, current task, and last updated artifacts to recommend the next step.