workflow-reconciliation

Reconcile workflow state across sessions to prevent checkpoint drift.

2|Updated Nov 18, 2025
One-click install
npx skills add https://github.com/bretbouchard/plugin-freedom-system --skill workflow-reconciliation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-reconciliation
Source: https://github.com/bretbouchard/plugin-freedom-system/tree/main/.claude/skills/workflow-reconciliation
Command: npx skills add https://github.com/bretbouchard/plugin-freedom-system --skill workflow-reconciliation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Reconciles workflow state across sessions to prevent checkpoint amnesia and drift.

Core Features & Use Cases

  • Context Detection: Determines current workflow, stage, and plugin context.
  • Gap Analysis: Compares actual state with expected rules and flags gaps.
  • Remediation: Provides actionable fixes or auto-remediation options.

Quick Start

Run /reconcile [PluginName] to align workflow state with the latest session.

Frequently Asked Questions about workflow-reconciliation

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

FAQPage Schema
How do I keep workflow state synchronized across Git sessions?

Workflow reconciliation compares your current state against expected checkpoints and Git history to detect drift. Run /reconcile [PluginName] to align workflow state with the latest session and prevent checkpoint amnesia across interrupted work.

What happens when my workflow state gets out of sync with checkpoints?

State gaps occur when workflows resume without matching their previous context. Reconciliation performs gap analysis by flagging mismatches between actual and expected rules, then provides actionable fixes or auto-remediation options to restore consistency.

Can I automatically fix workflow state misalignment?

Yes. Reconciliation detects your current workflow stage and plugin context, then offers auto-remediation to realign state with the latest session. Manual fixes are also available if you prefer explicit control over corrections.

How do I determine what workflow stage I'm in after resuming work?

Context detection identifies your current workflow, stage, and active plugin automatically. This foundation enables gap analysis to compare actual state against expected rules and surface any inconsistencies.

What's the best way to prevent state drift in long-running workflows?

Run reconciliation at session boundaries using /reconcile [PluginName] to verify state against checkpoints. Regular checkpoints paired with reconciliation prevent drift by catching misalignment early before it compounds across multiple work sessions.