Subgoal Overlap

AI Agent Instructions

Before adding a subgoal, compare it with a host-owned registry of active and completed deliverables, scopes and revisions. Reuse verified duplicates, narrow partially overlapping work and retain checks needed for changed revisions. Claim assignments atomically in code to prevent races; never cancel a worker or mark work complete solely from the model's label.

Class: superclassify/subgoal-overlap@1.0.0
Setup: https://superclassify.com/skills/superclassify/SKILL.md

First-time API access

When the user asks to run or integrate this Class, explain its workflow and that live Jev runs use SuperClassify service credits. Public card descriptions can be read without an account. Reuse an existing account, credit balance and API key when available. Otherwise, guide the user through the official setup links below. The user completes sign-in and any credit purchase on the website, then saves the API key in their application’s server secrets as SUPERCLASSIFY_API_KEY—not in chat. A separate TypeSafe account or Jev key is not required for the SuperClassify API. Reading a link does not authorize a purchase or paid run.

  1. Create an account or sign in
  2. Add credits if needed
  3. Create an API key

Checks whether a proposed subgoal duplicates work already assigned or completed.

superclassify/subgoal-overlap@1.0.0

Input

Send one raw text string.

Outputs

Examples

Same report

Proposal: test CSV quoted fields on commit a1 and report failures. Registry: active worker assigned CSV quoted-field tests on commit a1 with the same expected report.

Author expectation: {"overlap":"duplicate_work"}

Extra coverage

Proposal: test CSV quotes and UTF-8 handling on a1. Registry: worker tests quotes only on a1; nobody covers UTF-8.

Author expectation: {"overlap":"partial_overlap"}

Changed implementation

Proposal: retest authentication on b2 after the authorization function changed. Registry: completed tests cover a1 only. No b2 evidence exists.

Author expectation: {"overlap":"distinct_work"}

Read as Markdown · API documentation · SuperClassify skill