What problem does it solve? Task-tracking artifacts like execution plans, summaries, and task folders drift from reality: PRs get merged but tasks are never archived, execution summaries claim no PR exists days after one opened, and declared branches do not actually exist. This Skill scans the workspace, detects these mismatches, and applies safe fixes. ## Core Features & Use Cases - Workspace Reconciliation: Runs ten checks covering phase detection, archive state, TasksSummary gaps, stale execution summaries, PR merge verification via the GitHub CLI, branch existence, and worktree mapping. - Docs-Repo Sync Gate: Verifies the workspace docs-repo is clean and in sync with origin before scanning, so checks never run on stale data. - Safe Auto-Fixes: Archives tasks whose PRs merged to main, fills completion dates from merge timestamps, and pushes docs changes, all only after explicit user approval. - Use Case: Before generating a weekly report, run a reconciliation pass to catch a task whose PR merged last week but still sits in OnGoingTasks, then archive it and backfill its completion date automatically. ## Quick Start Ask the assistant to reconcile tasks in the workspace by saying "ar-taskflow-progress-fixer" or "reconcile tasks".