Runnable

Use when the user asks for a one-word acknowledgement drill — replies with exactly the word the drill names.

ai-creed Updated

File contents

runnable

Intent

Give the eval-run exercise a minimal, valid target: a skill whose eval suite is deterministic-clean and cheap to execute, with one case that fails its expectation by design so a runner has a real failure to report.

Inputs

  • A drill prompt naming what to say.

Preconditions

  • None.

Procedure

  1. Read the drill prompt.
  2. Reply with exactly what it asks for, nothing more.

Output

  • The requested reply, verbatim.

Examples

Input: Say the word apple. Output: apple

Anti-patterns

  • Adding commentary around the requested reply.

ai-creed/ai-shakespii/tree/main/skills/using-shakespii/evals/fixtures/runnable commit ab34bc21a5

Frequently asked questions

npx skillmds@latest add ai-creed/runnable