Skip to content
OpenSmartRoute
Skillv1.0.0

wait-what

Re-pitch the last message in plain English using the project's CONTEXT.md vocabulary.

by shipshitdev(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from shipshitdev/skills (skills/wait-what/SKILL.md). Install upstream with npx skills add shipshitdev/skills --skill wait-what. Copyright stays with the author (MIT).

Wait What

The last message did not land. Re-pitch it.

Contract

Inputs:

  • The immediately preceding assistant message (and enough surrounding turn context to know what it was trying to say)
  • CONTEXT.md / CONTEXT-MAP.md when present

Outputs:

  • A short re-pitch of the same point: missing context filled in, jargon decoded, same conclusion

Creates/Modifies:

  • None

External Side Effects:

  • None

Confirmation Required:

  • None. Advisory only.

Delegates To:

  • domain-modeling only when the confusion is a glossary conflict that should be written down

Re-pitch

  1. Name the point that failed to land, in one sentence.
  2. Add the missing context — the decision, constraint, or prior turn the user did not have.
  3. Speak in plain English. Prefer Simplified Technical English: short sentences, one idea each, no filler.
  4. Use the ubiquitous language from CONTEXT.md when a glossary exists. If a term in the last message is not in the glossary, say the plain-English meaning first, then the canonical term.
  5. End with the same ask or conclusion as the original message, restated.

Do not restart the parent skill. Do not expand scope. This is a mid-conversation corrective; after the re-pitch, the parent flow continues.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/shipshitdev-skills-wait-what/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

shipshitdev-skills-wait-what.ocm.jsonjson
{
  "ocm": "1",
  "id": "shipshitdev-skills-wait-what",
  "kind": "skill",
  "name": "wait-what",
  "description": "Re-pitch the last message in plain English using the project's CONTEXT.md vocabulary.",
  "publisher": "shipshitdev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "clarification",
      "communication",
      "context",
      "glossary",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Re-pitch the last message in plain English using the project's CONTEXT.md vocabulary."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/shipshitdev/skills",
      "path": "skills/wait-what/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/shipshitdev/skills/blob/HEAD/skills/wait-what/SKILL.md",
      "key": "shipshitdev/skills/skills/wait-what/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "# Wait What\n\nThe last message did not land. Re-pitch it.\n\n## Contract\n\nInputs:\n\n- The immediately preceding assistant message (and enough surrounding turn context to know what it was trying to say)\n- `CONTEXT.md` / `CONTEXT-MAP.md` when present\n\nOutputs:\n\n- A short re-pitch of the same point: missing context filled in, jargon decoded, same conclusion\n\nCreates/Modifies:\n\n- None\n\nExternal Side Effects:\n\n- None\n\nConfirmation Required:\n\n- None. Advisory only.\n\nDelegates To:\n\n- `domain-modeling` only when the confusion is a glossary conflict that should be written down\n\n## Re-pitch\n\n1. Name the poi",
  "cost": {
    "context_tokens": 310
  }
}

Fetch it by URL: GET /api/v1/registry/shipshitdev-skills-wait-what/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.