mvt-update-plan

Update plan.yaml tasks with statuses, artifacts, notes, and recomputed current_tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill updates the active development plan without forcing you to manually edit plan files, recalculate task progression, or risk breaking workflow state. It helps teams reliably mark work as done, blocked, skipped, or resumed while keeping current tasks and project flow consistent.

Core Features & Use Cases

  • Task status updates: Change a plan task to pending, in_progress, done, blocked, or skipped with validation against the active plan.
  • Artifact and note attachment: Record produced files and implementation notes directly on the task update for traceability.
  • Automatic next-step progression: Recomputes current_tasks and plan completion state through the provided update script instead of manual reasoning.
  • Epic-aware advancement: When a plan finishes inside a larger epic, supports advancing the child change or deferring progression safely.
  • Use case: After finishing an implementation task, use this Skill to mark the task done, attach the changed files, and immediately surface the next executable task and recommended follow-up skill.

Quick Start

Ask the AI to use mvt-update-plan to mark a specific task in the active plan as done, blocked, skipped, or in progress, optionally including artifact paths and a short note.

Frequently Asked Questions about mvt-update-plan

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

FAQPage Schema
How do I update task status in a yaml development plan without breaking workflow state?

You can update task status in a yaml development plan by applying deterministic script-based mutations that change states like done or blocked, then recompute current_tasks while ensuring schema-safe writes to preserve overall workflow state.

How does automatic next-step progression work when managing project state in an active change plan?

Automatic next-step progression works by recomputing current_tasks and plan completion state through a provided update script, immediately surfacing the next executable task and recommended follow-up skill without requiring manual reasoning or file edits.

Can I attach implementation notes and artifact paths directly to a task update for traceability?

Yes, you can attach implementation notes and produced artifact files directly to a task update. The Skill records these details on the task entry within the active plan.yaml to ensure full development traceability.

What happens to epic-linked progression when a change plan finishes inside a larger epic?

When a change plan finishes inside a larger epic, the Skill supports epic-aware advancement by safely advancing the child change or deferring progression, keeping the broader project state consistent without manual intervention.

Do I need validated session context to modify task transitions and track blockers in a shared workspace?

Yes, validated session context is required. The Skill relies on active change plan resolution and controlled session state updates to securely manage task transitions, blocker tracking, and epic-linked progression inside the shared workspace.

Why should I use automated plan management instead of manually editing plan.yaml files?

Automated plan management prevents the risk of breaking workflow state by eliminating manual plan file edits and manual task progression calculations, reliably marking work as done, blocked, or skipped while keeping project flow consistent.