What problem does it solve? Finalizing a task's planning phase requires checking that every planning document is complete, consistent, and reviewed before it lands on main; doing this by hand is error-prone and easy to skip. This Skill runs a structured verification checklist and commits the approved docs in one controlled step. ## Core Features & Use Cases - Completeness Verification: Checks that requirements.md, solution.md, context.md, and plan.md all exist, contain no unanswered open questions, and that every acceptance criterion is covered by tests and plan steps. - Consistency Checks: Confirms the plan matches the solution, context covers all plan references, no unresolved P1 review comments remain, and epic frontmatter is consistent across docs. - Status Advancement and Commit: Sets the task status to pending on the pd-doc element, commits the docs with a conventional commit message, pushes to origin main, and handles push failures with rebase or merge fallbacks. - Use Case: After reviewing and approving all planning docs for task 042-add-auth, run this Skill to verify everything is complete, commit the docs to main, and get the prompt to start implementation with /execute-task. ## Quick Start Commit the task planning docs for task 042 after verifying all documents are complete and approved.