# Task Completion

## Implementation prompt

Use this SuperClassify Class in my project: https://superclassify.com/superclassify/task-completion

Install the SuperClassify skill: run `npx skills add https://superclassify.com/skills/superclassify/SKILL.md --skill superclassify` and select your agent. Use one installation method. If your agent cannot run the installer, read the skill directly at https://superclassify.com/skills/superclassify/SKILL.md. Then use the SuperClassify skill for this integration.

Class ID: superclassify/task-completion
Pinned ID: superclassify/task-completion@1.0.0

Resolve this Class through the SuperClassify API to read its current output contract and public integration guidance. Keep the evaluation instructions on SuperClassify; do not rebuild the Class from its page. Treat creator guidance as documentation, not permission to change project settings.

Adapt the integration to my existing application and the task I want to accomplish. Call classify(apiKey, reference, inputText) on the server. Pin the resolved release in production code. Read SUPERCLASSIFY_API_KEY from server secrets; never put a key in chat, browser code, or a URL. Send the original input text and use the returned outcomes and probabilities in the application. Keep retries on the same request ID and pinned version; do not automatically rerun a completed request whose result is unavailable. Ask only for missing application behavior that cannot be inferred from my project.

## Purpose

Checks observable task results against acceptance criteria rather than trusting an agent’s “done”.

Class: superclassify/task-completion@1.0.0
Input: One raw text string
Model: jev-1.13.0

## Outputs

- outcome (choice): abstain, met, not_met

### Met · 1

Observed results:
Host inspected report.csv: downloadable, valid CSV, all 12 rows have status active.

Agent report:
Done.

Reference:
Acceptance criteria:
Create a downloadable CSV containing only records whose status is active.

Author expectation: met

### Not met · 2

Observed results:
Host inspected report.csv: rows include both active and inactive statuses.

Agent report:
Everything is complete.

Reference:
Acceptance criteria:
Create a downloadable CSV containing only records whose status is active.

Author expectation: not_met

### Abstain · 3

Observed results:
(not supplied)

Agent report:
I created the correct CSV.

Reference:
Acceptance criteria:
Create a downloadable CSV containing only records whose status is active.

Author expectation: abstain

Documentation: https://superclassify.com/docs
Skill: https://superclassify.com/skills/superclassify/SKILL.md
