wait-what

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

28|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/NauelG/astro-blocks --skill wait-what-nauelg
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wait-what
Source: https://github.com/NauelG/astro-blocks/tree/main/.agents/skills/wait-what
Command: npx skills add https://github.com/NauelG/astro-blocks --skill wait-what-nauelg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI responses sometimes arrive too dense, too jargon-heavy, or missing the background needed to understand them. This Skill lets you stop the conversation and ask for the last message to be re-pitched with more context, in plain controlled language. ## Core Features & Use Cases - Re-pitch on demand: Asks the AI to restate its previous message with additional context so you can follow the reasoning. - Simplified Technical English: Rewrites the explanation in ASD-STE100, a controlled language standard that removes ambiguity and complex phrasing. - Domain vocabulary alignment: Pulls the ubiquitous language from the repository's CONTEXT.md file (following CONTEXT-MAP.md when multiple exist) so explanations use your project's own terms. - Use Case: During a code walkthrough the AI explains an architectural decision too tersely; invoke this Skill to get the same explanation restated in clear, simplified English using your domain's terminology. ## Quick Start Ask the AI to re-pitch its last message using the wait-what skill so it explains again with more context in Simplified Technical English.

Frequently Asked Questions about wait-what

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

FAQPage Schema
How do I ask an AI to rephrase its last answer more simply?▼

Invoke this Skill after a confusing response and it will re-pitch the previous message with more context. The rewrite uses ASD-STE100 Simplified Technical English, which enforces short sentences and approved vocabulary.

What is ASD-STE100 Simplified Technical English?▼

ASD-STE100 is a controlled language standard originally developed for aerospace maintenance documentation. It restricts vocabulary and grammar rules so technical text is unambiguous and easier for non-native speakers to understand.

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

Yes, it reads the ubiquitous language defined in the repository's CONTEXT.md file. If the repo contains multiple context files, it follows CONTEXT-MAP.md to locate the correct one before rephrasing.

Can this Skill be triggered automatically by the AI?▼

No, it sets disable-model-invocation to true and its policy disallows implicit invocation. It only runs when you explicitly request it, keeping it a deliberate user-controlled action.

When should I not use a re-pitch request?▼

Avoid it when the original message was factually wrong rather than unclear, since rephrasing only changes presentation, not correctness. For wrong content, ask for a corrected answer with new reasoning instead.