anvil-wait-what

Re-pitches the previous message in ASD-STE100 Simplified Technical English with project ubiquitous language.

1|Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rogerznts/anvil --skill anvil-wait-what-rogerznts
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: anvil-wait-what
Source: https://github.com/rogerznts/anvil/tree/main/anvil/.claude/skills/anvil-wait-what
Command: npx skills add https://github.com/rogerznts/anvil --skill anvil-wait-what-rogerznts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When an AI response is confusing or unclear, this Skill forces a re-explanation of the last message using controlled, simplified language so you can actually understand where the work stands. ## Core Features & Use Cases - Re-pitch on demand: Stops the conversation and asks the assistant to restate its last message with added context. - ASD-STE100 Simplified Technical English: Rewrites the explanation following the ASD-STE100 controlled language specification for clarity. - Ubiquitous language alignment: Pulls domain terms from docs/architecture/context.md, following docs/architecture/context-map.md when the repository defines multiple bounded contexts. - Use Case: During a long architecture discussion the assistant's summary becomes jargon-heavy; invoke this Skill to get the same content restated in plain, standardized technical English using your project's own vocabulary. ## Quick Start Invoke the anvil-wait-what skill to have the last message re-explained in Simplified Technical English using the project's ubiquitous language.

Frequently Asked Questions about anvil-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 anvil-wait-what skill, which instructs the assistant to restate its last message with more context. The re-explanation follows ASD-STE100 Simplified Technical English and uses your project's defined domain vocabulary.

What is ASD-STE100 Simplified Technical English used for?▼

ASD-STE100 is a controlled language specification that restricts vocabulary and grammar to make technical text unambiguous. This skill applies it when rewriting explanations so complex responses become easier to parse.

Does this skill work with multiple bounded contexts in a repository?▼

Yes. When the repository defines more than one context, the skill follows docs/architecture/context-map.md to locate the correct context.md file and uses that context's ubiquitous language for the re-pitch.

What files does the re-pitch skill need in the repository?▼

It reads docs/architecture/context.md for the ubiquitous language definitions. If multiple contexts exist, it also consults docs/architecture/context-map.md to navigate to the right one.

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

Avoid it when the issue is a factual or code error rather than unclear communication, since it only restates the previous message. It also cannot be invoked automatically by the model because disable-model-invocation is set.