msx:sync

Edit spec/plan/tasks and execute cascade sync across dependent tasks.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/xxyj/xx-ai-cli --skill msx-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: msx:sync
Source: https://github.com/xxyj/xx-ai-cli/tree/main/.cursor/skills/msx-02-sync
Command: npx skills add https://github.com/xxyj/xx-ai-cli --skill msx-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables editing of spec/plan/tasks within the agent workflow and performing a cascade sync, avoiding nested CLI calls. It streamlines the management and synchronization of workflow tasks.

Core Features & Use Cases

  • Workflow Task Editing: Edit tasks within the spec/plan/tasks without leaving the agent workflow.
  • Cascade Sync: Execute a level-by-level synchronization across dependent tasks and plans.
  • Use Case: Ideal for ensuring consistency across a complex task hierarchy in software development processes.

Quick Start

To edit a task and perform a cascade sync, run /msx:sync <task-name>.

Frequently Asked Questions about msx:sync

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

FAQPage Schema
How do I edit workflow tasks within an agent workflow without CLI nesting?

To edit workflow tasks without CLI nesting, use this Skill to directly modify spec/plan/tasks within the agent workflow. It enables direct task editing and executes cascade sync operations seamlessly, avoiding nested command-line calls.

How do I synchronize a complex task hierarchy in software development?

You can synchronize a complex task hierarchy by running the sync command with the specific task name. This triggers a level-by-level cascade synchronization across dependent tasks and plans to maintain workflow consistency.

Do I need any external dependencies to perform task synchronization with this Skill?

No external dependencies are required to perform task synchronization. The Skill operates independently using its internal scripts to manage agent-based workflow synchronization and rollback mechanisms for error handling.

Why does task synchronization fail across dependent plans in an agent workflow?

Task synchronization may fail due to hierarchy inconsistencies or cascade sync errors. The Skill includes built-in rollback mechanisms for error handling, allowing you to recover the workflow state when a level-by-level sync operation fails.