wait-what

Re-pitches the previous AI response in ASD-STE100 Simplified Technical English with added context.

Updated Aug 22, 2026
One-click install
npx skills add https://github.com/MSC72m/DevForge --skill wait-what-msc72m
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wait-what
Source: https://github.com/MSC72m/DevForge/tree/main/skills/wait-what
Command: npx skills add https://github.com/MSC72m/DevForge --skill wait-what-msc72m

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI responses sometimes arrive too dense, jargon-heavy, or missing the context you need to follow along. This Skill lets you stop the conversation and ask the assistant to re-explain its last message in plain, simplified technical English grounded in your project's own vocabulary. ## Core Features & Use Cases - Simplified Re-explanation: Rewrites the previous response using ASD-STE100 Simplified Technical English rules for clarity. - Project Vocabulary Alignment: Pulls the ubiquitous language from CONTEXT.md, following CONTEXT-MAP.md when a repository defines multiple bounded contexts. - Use Case: You receive a complex architectural explanation mid-session and lose the thread. Invoke this Skill to get the same answer re-pitched with a bit of 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 assistant to re-explain a confusing response?▼

Invoke the wait-what skill to have the assistant re-pitch its last message. It rewrites the explanation in ASD-STE100 Simplified Technical English and adds the context you were missing.

What is ASD-STE100 Simplified Technical English?▼

ASD-STE100 is a controlled language specification that restricts vocabulary and sentence structure for maximum clarity. This Skill applies those rules when rewriting the assistant's previous response.

Does this Skill use my project's domain terminology?▼

Yes, it reads the ubiquitous language defined in CONTEXT.md. If the repository contains multiple contexts, it follows CONTEXT-MAP.md to select the correct one before re-phrasing.

Can this Skill be triggered automatically by the model?▼

No, it sets disable-model-invocation to true and allow_implicit_invocation to false. You must invoke it explicitly when you want a response re-pitched.

When should I not use a simplified re-explanation?▼

Avoid it when you need full technical precision, such as exact API signatures or formal specifications. Simplification trades some detail for readability, so use the original response for authoritative references.