mvt-help

Determine the current MVTT workflow state and recommend the next skill to run.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users understand where they are in the MVTT workflow, what skills are available, and which action to take next without manually inspecting project state files.

Core Features & Use Cases

  • Workflow Guidance: Recommends the single most relevant next MVTT skill based on initialization state, artifacts, review status, and active change progress.
  • Skill Discovery: Displays a flat catalog of registered skills with descriptions so new and experienced users can quickly find the right command.
  • Context-Aware Status Reporting: Summarizes project readiness, recent history, and current workflow position, including fallback handling when workspace files are missing.
  • Use Case: After returning to a project, use this Skill to see whether you should initialize the workspace, analyze requirements, resume a planned task, review code, or move on to testing.

Quick Start

Ask the mvt-help skill to show the current MVTT status, list all available skills, and recommend what to do next.

Frequently Asked Questions about mvt-help

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

FAQPage Schema
How do I check my project status and find the next workflow step in AI development?

To check project status and find the next workflow step, use a workflow guidance tool that reads workspace configuration and session history to recommend the most relevant action. It analyzes initialization state, artifacts, and active changes to output context-aware help for your repository.

What is the best way to discover available commands for repository-based development workflows?

Discovering available commands for development workflows involves querying a registry metadata catalog that displays registered skills with descriptions. This provides a flat overview of all available actions, allowing both new and experienced users to quickly find the right command for analysis, design, or testing tasks.

Can I resume a planned task in my project without manually inspecting state files?

Yes, you can resume a planned task without manually inspecting state files by using context-aware status reporting. It reads active artifact files and session history to summarize your current workflow position, automatically handling fallbacks when workspace files are missing.

Does workflow guidance work if my workspace configuration files are missing?

Workflow guidance handles missing workspace configuration files through fallback error handling. It continues to produce context-aware help output by relying on registry metadata and session history, ensuring you still receive a recommended next action even when specific project state files are absent.

When do I need workflow guidance for analyzing project readiness?

You need workflow guidance for analyzing project readiness when returning to a project to determine whether to initialize the workspace, analyze requirements, resume a planned task, review code, or move on to testing. It evaluates recent history and current workflow position to guide progression.