reconcile

Synchronize project management board status with git history and documentation artifacts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/samwelmunga/JengaAgent --skill reconcile-samwelmunga
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reconcile
Source: https://github.com/samwelmunga/JengaAgent/tree/main/.agents/skills/reconcile
Command: npx skills add https://github.com/samwelmunga/JengaAgent --skill reconcile-samwelmunga

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This skill resolves the drift between project management documentation and actual code implementation, ensuring that the scrum board accurately reflects the current state of the repository.

Core Features & Use Cases

  • Automated Verification: Cross-references task statuses against git commits, worktrees, and documentation artifacts.
  • Workflow Cleanup: Automatically promotes implemented tasks, demotes stale items, and cleans up the todo list.
  • Use Case: After a complex multi-session development sprint, use this skill to identify which tasks were completed outside the standard workflow and update the board to reflect the true progress.

Quick Start

Ask the agent to reconcile the board to synchronize the current project status with the git history and clean up the todo list.

Frequently Asked Questions about reconcile

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

FAQPage Schema
How do I synchronize my scrum board state with git history?

To synchronize your scrum board state with git history, you can use an automated workflow that scans epics, stories, and tasks to verify their completion status against actual commits and worktrees, ensuring project tracking accuracy.

What is the best way to clean up stale todo entries after a development sprint?

The best way to clean up stale todo entries after a sprint is to run an automated board reconciliation that cross-references task statuses against git commits and automatically promotes or demotes items based on actual implementation progress.

How does automated task verification against git commits work?

Automated task verification works by scanning project management documentation artifacts and cross-referencing the recorded statuses of epics, stories, and tasks against the actual code implementation history found in git commits and worktrees.

Can I update project management documentation to reflect the true progress of a multi-session sprint?

Yes, you can update project management documentation to reflect true progress by performing a board reconciliation, which identifies tasks completed outside the standard workflow and rolls up status changes to match the actual repository state.

Does board reconciliation work without external dependencies?

Yes, board reconciliation works without external dependencies, operating directly within your environment to scan documentation artifacts and synchronize project tracking data with your existing git implementation history.

When should I avoid automated workflow cleanup for project tracking?

You should avoid automated workflow cleanup when your scrum board has intentionally manual task statuses that must not be overwritten, as the reconciliation process will automatically promote implemented tasks and demote stale items to match git history.