mvt-status

Display MVTT project and workflow status from workspace files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly understand the current state of an MVTT-managed project without manually checking multiple workspace files. It surfaces workflow progress, active changes, project readiness, and recent skill activity so you can confidently decide what to do next.

Core Features & Use Cases

  • Workflow Status Reporting: Summarizes session state, initialized status, active change details, and recent skill history.
  • Plan and Change Visibility: Discovers plan files across the workspace, shows progress, current tasks, update times, and highlights missing or corrupt entries.
  • Context Health Checks: Verifies whether semantic project context exists and recommends the appropriate next skill when initialization or analysis is incomplete.
  • Use Case: When returning to a repo after time away, use this Skill to see which change is active, how far implementation has progressed, whether epic work is in flight, and which MVTT command should be run next.

Quick Start

Ask the assistant to run the mvt-status skill to display the current MVTT project status, active changes, recent workflow history, and recommended next steps.

Frequently Asked Questions about mvt-status

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

FAQPage Schema
How do I check project progress and active changes when returning to a repository?

To see project progress at a glance, run a status check that reads workspace YAML files and MVTT configuration. It surfaces active changes, epic progress, and recent skill history so you can confidently decide what to do next without manually checking multiple files.

What is the best way to track multi-change workflow status in AI-assisted software development?

Tracking multi-change workflow status involves reading shared workspace files and globbing live plan artifacts to display current tasks and update times. This approach provides complete plan and change visibility across the entire project context.

How do I verify if semantic project context exists for my development repository?

Verifying semantic project context requires running a context health check that detects semantic context presence within the workspace. If initialization or analysis is incomplete, it recommends the appropriate next skill to establish the missing semantic baseline.

Does this project status reporting approach handle missing or corrupt workspace metadata?

Project status reporting handles missing or corrupt metadata by detecting inconsistencies while reading MVTT configuration and globbing live plan artifacts. It highlights these missing or corrupt entries within the workflow status output so you can address them directly.

Can I see epic progress and recommended next steps across different session states?

Yes, you can see epic progress and next-step recommendations across different session states by reading shared workspace files. The status check evaluates initialized status and recent workflow history to produce actionable skill recommendations.