Dev10x:plan-sync

Reconcile persisted plans with in-session task lists using TaskCreate and TaskUpdate.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Brave-Labs/dev10x --skill dev10x-plan-sync
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Dev10x:plan-sync
Source: https://github.com/Brave-Labs/dev10x/tree/main/skills/plan-sync
Command: npx skills add https://github.com/Brave-Labs/dev10x --skill dev10x-plan-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reconcile the persisted plan with the in-session task list to detect divergences and keep both in sync between sessions.

Core Features & Use Cases

  • Reconcile persisted plan with live session state
  • Recreate missing tasks and update plan context on resume or drift
  • Validate plan-session alignment and apply corrective actions automatically

Quick Start

Invoke at startup: create the initial sync task and run the plan-sync workflow to reconcile plan and session state.

Frequently Asked Questions about Dev10x:plan-sync

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

FAQPage Schema
How do I keep my persisted plan in sync with the live session task list?▼

Plan sync works by reconciling the persisted plan with in-session tasks to detect divergences. It compares both states and applies corrections automatically by recreating missing tasks and updating plan context.

Why are my session tasks missing after resuming from a compaction?▼

Session compaction can cause task list drift by clearing in-memory state. Plan synchronization detects this divergence on resume and recreates missing tasks by comparing the persisted plan against the current live session task list.

How do I automatically recreate missing tasks when my workflow state drifts?▼

You can automate task recreation by invoking a plan-sync workflow at startup. It reads the plan and current session tasks, compares them, and uses TaskCreate and TaskUpdate tools to reconcile any detected missing entries automatically.

When should I run a plan and session state reconciliation workflow?▼

You should run plan and session reconciliation at startup or immediately after a session compaction event. This validates plan-session alignment and applies corrective actions to ensure your task list accurately reflects the persisted plan context.

Does plan-sync work without any external dependencies?▼

Yes, plan-sync operates without external dependencies. It relies entirely on built-in tools like TaskCreate, TaskList, TaskUpdate, Read, and Bash to compare your persisted plan with the live session state and apply necessary corrections.