# create-todo-with-reconciliation > Create todo lists with a final reconciliation checkpoint. Use whenever creating task lists. - Author: Andrew Holder - Repository: drewswiredin/chappie - Version: 20260207192122 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/drewswiredin/chappie - Web: https://mule.run/skillshub/@@drewswiredin/chappie~create-todo-with-reconciliation:20260207192122 --- --- name: create-todo-with-reconciliation description: Create todo lists with a final reconciliation checkpoint. Use whenever creating task lists. domain: Orchestrator scope: internal user-invocable: false allowed-tools: TaskCreate, TaskUpdate --- # Create Todo List with Reconciliation Append a final reconciliation checkpoint to every task list. ## Algorithm **Input**: N tasks from user **Output**: N tasks + 1 final reconciliation task The reconciliation task is always the last item. No intermediate checkpoints — let the work flow uninterrupted. ## Reconciliation Task The final checkpoint uses the full checklist from `docs/claude-operations/reconciliation.md`. ``` activeForm: "Performing reconciliation" Follow the reconciliation checklist in docs/claude-operations/reconciliation.md. Key steps: context review, skill evaluation, skill pruning, agent cascade, environmental knowledge, knowledge freshness, runbook check, roadmaps/plans, validate-consistency.sh, scope check, commit. ```