www

Halts thrashing agent behavior and enforces a three-question diagnostic gate before work continues.

Updated Aug 4, 2026
One-click install
npx skills add https://github.com/tschallacka/ai-skills --skill www-tschallacka
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: www
Source: https://github.com/tschallacka/ai-skills/tree/main/www
Command: npx skills add https://github.com/tschallacka/ai-skills --skill www-tschallacka

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When an AI agent gets stuck in a loop - retrying variants of a failing command, re-reading the same files, or guessing at causes it has not measured - it burns time and context without progress. This Skill provides a hard brake: either the human types www, or the agent recognizes its own thrashing, and all speculative action stops until the situation is properly assessed. ## Core Features & Use Cases - Dual trigger mechanism: The human typing www stops all tool calls immediately, and the agent applies the same brake on itself when it detects thrashing behavior. - Three-question gate: Work only resumes after answering, in order: What do we have (measured facts), What are the values (concrete paths, ports, exit codes), and What are we trying to achieve (the restated goal). - Anti-guessing discipline: Answers must cite something actually checked, not beliefs; unmeasurable facts must be measured before continuing, and the next action is one reasoned step or a numbered question to the human. - Use Case: An agent has tried five variations of a build command that keeps failing. Instead of a sixth guess, it stops, confirms the real error text, lists the actual flags and exit code, restates the goal, and then takes one informed step. ## Quick Start Type www to stop the agent immediately and require it to answer what we have, what the values are, and what we are trying to achieve before continuing.

Frequently Asked Questions about www

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

FAQPage Schema
How do I stop an AI agent that keeps retrying failing commands?▼

Type www and the agent stops all tool calls immediately. It must then answer three questions in order - what do we have, what are the values, what are we trying to achieve - before taking a single reasoned step.

What are the three W questions in the www skill?▼

The three questions are: What do we have (measured facts versus assumptions), What are the values (concrete paths, ports, ids, exit codes), and What are we trying to achieve (the restated goal). All three must be answered in order.

Can the agent trigger the www brake on itself?▼

Yes. When the agent notices it is thrashing - retrying command variants, re-reading the same files, or guessing at unmeasured causes - it pulls the same brake on itself without waiting for the human to type www.

When should I not use the www stop command?▼

Do not use it for ordinary uncertainty that a quick check resolves, or when the answers to all three questions are already known. It is a brake for thrashing, not a routine pause.

What counts as a valid answer to the www gate questions?▼

A valid answer names something actually checked, such as an error message confirmed by running a command. Guesses like 'probably a timing issue' do not count; unmeasured facts must be measured before work continues.