wait-what

Re-pitches the previous AI response using ASD-STE100 Simplified Technical English and project context.

1|Updated Mar 2, 2025
One-click install
npx skills add https://github.com/marjorg/setup --skill wait-what-marjorg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wait-what
Source: https://github.com/marjorg/setup/tree/main/home/.agents/skills/archive/0-matt/wait-what
Command: npx skills add https://github.com/marjorg/setup --skill wait-what-marjorg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI responses sometimes arrive too dense, jargon-heavy, or missing the context you need to act on them. This Skill forces the assistant to stop and re-explain its last message in plain, controlled language grounded in your project's own terminology. ## Core Features & Use Cases - Simplified Re-explanation: Rewrites the previous response in ASD-STE100 Simplified Technical English for clarity. - Context Grounding: Pulls the ubiquitous language from the repository's CONTEXT.md file, following CONTEXT-MAP.md when multiple context files exist. - Use Case: You receive a complex architectural explanation you cannot follow. Invoke this Skill to get the same answer re-pitched with added context, simpler wording, and the domain terms your team actually uses. ## Quick Start Ask the assistant to re-pitch its last message using the wait-what skill so it explains again in Simplified Technical English with your project's context.

Frequently Asked Questions about wait-what

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get an AI to re-explain a confusing response?

Invoke the wait-what skill after receiving a response you did not understand. It instructs the assistant to re-pitch the same content with added context, written in ASD-STE100 Simplified Technical English.

What is ASD-STE100 Simplified Technical English?

ASD-STE100 is a controlled language standard that restricts vocabulary and sentence structure to make technical documentation clearer. This Skill uses it to rewrite confusing AI responses in simpler, unambiguous wording.

How does the skill use CONTEXT.md files?

The skill reads the repository's CONTEXT.md to adopt the project's ubiquitous language when re-explaining. If multiple context files exist, it follows CONTEXT-MAP.md to locate the correct one.

Can this skill be invoked automatically by the AI?

No. The skill sets disable-model-invocation to true and its policy disallows implicit invocation, so it only runs when the user explicitly requests it.

When should I not use a re-pitch prompt like this?

Avoid it when the original response was factually wrong rather than unclear, since re-pitching only restates the same content more simply. Correct the underlying information first, then ask for clarification.