wait-what

Rephrases the previous AI response in ASD-STE100 Simplified Technical English with project context.

Updated Jun 28, 2026
One-click install
npx skills add https://github.com/AO-HyS/aohys.com --skill wait-what-ao-hys
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wait-what
Source: https://github.com/AO-HyS/aohys.com/tree/main/.agents/skills/wait-what
Command: npx skills add https://github.com/AO-HyS/aohys.com --skill wait-what-ao-hys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI responses can be confusing, jargon-heavy, or missing context. This Skill forces the assistant to stop and re-explain its last message in plain, controlled language so you actually understand what is going on. ## Core Features & Use Cases - Simplified Re-explanation: Rewrites the previous response using ASD-STE100 Simplified Technical English rules. - Context Grounding: Pulls the project's ubiquitous language from CONTEXT.md (following CONTEXT-MAP.md when multiple context files exist) so explanations use your domain's agreed terminology. - Use Case: During a long coding session the assistant gives a dense architectural explanation. Invoke this Skill to get the same explanation re-pitched with added context, simpler wording, and the vocabulary your team already uses. ## Quick Start Ask the assistant to run the wait-what skill to re-explain its last message in simpler terms with the project 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 answer?▼

Invoke the wait-what skill after receiving a confusing response. The assistant re-pitches its last message with more context, written in ASD-STE100 Simplified Technical English and using your project's agreed terminology.

What is ASD-STE100 Simplified Technical English?▼

ASD-STE100 is a controlled language specification that restricts vocabulary and sentence structure to make technical text clearer and less ambiguous. This Skill applies those rules when rewriting the assistant's previous explanation.

Does this skill use my project's own terminology?▼

Yes. The instructions direct the assistant to read the ubiquitous language defined in CONTEXT.md, following CONTEXT-MAP.md when the repository contains multiple context files, so the re-explanation matches your domain vocabulary.

Can this skill be triggered automatically by the AI?▼

No. The skill sets disable-model-invocation to true and its agent policy disallows implicit invocation, so it only runs when you explicitly request it.

What happens if my repository has no CONTEXT.md file?▼

The skill instructions reference CONTEXT.md and CONTEXT-MAP.md, but they are not bundled with the skill. Without those files the assistant falls back to re-explaining in Simplified Technical English without project-specific terminology.