Goal delivery completeness
Skill lubochka/xiigen-general-skills/agent-skills/goal-delivery-completeness
Open-source AI agent skills for safer Claude, Codex and Cursor coding workflows
npx -y skills add lubochka/xiigen-general-skills --skill goal-delivery-completenessAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Check that delivered work matches the user's goal. Use before final response, release, or handoff.
SKILL.md
0.8 KB, as published. Nobody here has run it
Goal Delivery Completeness
Purpose
Check that delivered work matches the user's goal.
When to Use
Use before final response, release, or handoff.
Inputs
Original request, plan, acceptance criteria, changed files, skipped items.
Steps
- Compare outputs to every requirement.
- Identify missing, skipped, or blocked items.
- Verify required checks were run.
- Report residual risk.
Gates
All required work is complete or explicitly blocked.
Evidence
Traceability table, review result, or final status summary.
Anti-Patterns
Closing a task because some progress was made.
Related
session-output-contract, evidence-before-final