Skip to content

skills: one command per operation - #15

Merged
mnkprs merged 1 commit into
mainfrom
command-set
Aug 30, 2026
Merged

skills: one command per operation#15
mnkprs merged 1 commit into
mainfrom
command-set

Conversation

@mnkprs

@mnkprs mnkprs commented Aug 30, 2026

Copy link
Copy Markdown
Owner

Why

The agent interface was two skills: /fairtask and a /fairtask-eval router that took free text and picked an operation from a table. Distinct commands are easier to discover, invoke and document than "/fairtask-eval …".

What changed

  • Five new skills, one operation each: /fairtask-baseline (screen a task with the one-prompt baseline for comparison — its verdict is explicitly labelled as not machine-verified), /fairtask-report (the two results tables, with a workspaces preflight), /fairtask-score, /fairtask-cases (the 30-case set, or one instance laid out with its decisive lines quoted), /fairtask-trajectory.
  • /fairtask-eval becomes the umbrella for the supporting checks (evidence audit, zero-LLM code check, provenance) and routes everything else to the dedicated commands.
  • README §2b: a command table after the install row; the eval examples now show the dedicated commands.
  • Manifest validator covers all seven skills; CI plugin check expects Skills (7); plugin.json description lists the command set.

…e, -cases, -trajectory

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@mnkprs
mnkprs merged commit 1154438 into main Aug 30, 2026
2 checks passed
@mnkprs
mnkprs deleted the command-set branch August 30, 2026 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant