chat-backlog-reconciliation

Extract chat-only decisions and backlog items into dated repository documentation with evidence audits.

2|Updated Jul 6, 2026
One-click install
npx skills add https://github.com/nguyenpv1980-wq/Project-Aegis --skill chat-backlog-reconciliation
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: chat-backlog-reconciliation
Source: https://github.com/nguyenpv1980-wq/Project-Aegis/tree/main/.claude/skills/chat-backlog-reconciliation
Command: npx skills add https://github.com/nguyenpv1980-wq/Project-Aegis --skill chat-backlog-reconciliation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents AI-chat decisions, bug fixes, and backlog items from disappearing into stale conversation history by extracting them into dated repository docs and verifying each claim against real evidence.

Core Features & Use Cases

  • Bounded Reconciliation Sweeps: Defines the conversation/date range covered so every sweep has a clear starting point and prior boundary.
  • Evidence-Based Auditing: Classifies each extracted item as completed, partial, active, not-active, or unknown using PR, commit, file, and test evidence rather than chat claims.
  • Survivor Routing: Sends unresolved work to the real backlog, unrecorded decisions to the decision log or ADR flow, and unrecorded approvals to the approval register.
  • Use Case: Revisit last month’s AI conversations, pull out every item that never reached the repo, and produce a durable reconciliation document with citations and next steps.

Quick Start

Use the chat backlog reconciliation skill to sweep the specified chat conversations, extract every unrecorded item, audit each one against repository evidence, and generate the dated reconciliation doc with routed survivors.

Frequently Asked Questions about chat-backlog-reconciliation

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

FAQPage Schema
What is the best way to audit chat-only backlog items against actual repo evidence?▼

Evidence verification cross-references chat claims with PR, commit, file, and test evidence to classify each backlog item as completed, partial, active, not-active, or unknown, ensuring decisions are validated against real repository history.

Can I run a bounded reconciliation sweep over a specific date range of chat history?▼

Bounded reconciliation sweeps define conversation and date ranges to compare old AI chats with repo history before work resumes, establishing clear starting points and prior boundaries for extracting unrecorded items into dated documentation.

How do I route unresolved backlog items and unrecorded approvals after a chat reconciliation sweep?▼

Survivor routing directs unresolved work to the backlog, unrecorded decisions to the decision log or ADR flow, and unrecorded approvals to the approval register, generating a dated reconciliation document with evidence citations and actionable next steps.

When do I need to perform a chat backlog reconciliation before resuming development?▼

Chat backlog reconciliation is needed when old AI conversations, repo history, and planning records must be compared to deduplicate items, track boundaries, and prevent decisions or bug fixes from disappearing into stale conversation history.

Does evidence-cited classification require specific repository data formats to work?▼

Evidence-cited classification requires PR, commit, file, and test evidence from the repository to audit extracted items, deduplicate entries, track boundaries, and route survivors to backlog, decision logs, or approval registers.