Task Completion Enforcer Prover MCP Connector for Claude
A+An AI was asked to build 5 API endpoints, write tests, and update documentation. It built 3 endpoints, left TODO comments in the tests, never touched the documentation, and declared 'Done! Let me know if you need anything else.' The user spent 40 minutes finding the gaps. This happens every single day, on every LLM, in every coding session. This tool forces five completion axes: requirement extraction, completion evidence, gap identification, continuation execution, and final verification against the original request.
The Problem
LLMs commit five task completion failures:
- Requirement Amnesia — forgets requirements mid-execution, delivers 60% of what was asked.
- Premature Completion — declares 'Done!' at a natural generation stopping point, not when the task is finished.
- Placeholder Infection — leaves TODO, FIXME, 'omitted for brevity' and counts them as completion.
- Scope Drift — solves an adjacent but different problem than what was asked.
- Verification Skip — never re-reads the original request to verify output matches.
The 5 Completion Axes
| Axis | Pivot | Rule |
|---|---|---|
| Requirements | Extracted | Every requirement as numbered, specific, actionable item. |
| Evidence | Provided | Each requirement mapped to specific file, line, artifact. |
| Gaps | Identified | Honest assessment of what is NOT done. |
| Continuation | Executed | All gaps CLOSED, not planned — done. |
| Verification | Complete | Original request re-read, compared line by line. |
The Loop
1. Extract requirements from original request
2. Map each to completion evidence
3. Find gaps (be honest)
4. Close ALL gaps (do the work NOW)
5. Re-read original request, verify line by line
6. If gaps remain → go to step 3
7. If all verified → DELIVERY_PROVEN
Related Connectors
CD Return Calculator MCP
Calculate potential returns on Certificates of Deposit (CD) and compare them against market benchmarks like HYSA and Money Market funds.
BaZi Basic Calculator MCP
Calculate the Four Pillars of Destiny (BaZi) using birth date and time.
Redirect Chain Analyzer MCP
Analyze URL redirect sequences to calculate PageRank decay and identify optimization opportunities.
Break-Even Calculator MCP
Calculate accounting, economic, and financial break-even points with margin of safety analysis.