ansible-automation-eng…
Ansible automation: playbooks, roles, collections, Molecule testing, Vault security.
**Scope**: Failure modes in agent output style — over-reporting, self-congratulation, verbose narration, and hedging. Covers what to detect and how to fix each. **Version range**: all versions **Generated**: 2026-05-11
$ npx -y skills add notque/vexjoy-agent --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
**Scope**: Failure modes in agent output style — over-reporting, self-congratulation, verbose narration, and hedging. Covers what to detect and how to fix each. **Version range**: all versions **Generated**: 2026-05-11
> **Scope**: Failure modes in agent output style — over-reporting, self-congratulation, verbose narration, and hedging. Covers what to detect and how to fix each. > **Version range**: all versions > **Generated**: 2026-05-11
---
Agent output quality degrades in predictable ways: self-congratulation inflates summaries, narration of obvious steps adds noise, hedge words like "successfully" and "properly" signal defensiveness rather than confidence. These patterns make outputs longer without adding information, erode trust, and obscure actual facts. Each failure mode below has a detection pattern and a concrete fix.
---
| Phrase class | Examples | Signal | |--------------|----------|--------| | Self-congratulation | "Successfully completed", "Great job", "Well done" | Replace with bare fact | | Complexity inflation | "complex task", "challenging problem", "sophisticated solution" | Delete entirely — never characterize difficulty | | Machine-like hedging | "I have now", "I will now proceed to", "As requested" | Cut; start with the action | | Passive completion | "has been done", "has been updated", "was modified" | Use active: "Updated X", "Fixed Y" | | Empty affirmations | "Certainly!", "Of course!", "Absolutely!" | Delete; answer directly | | Filler transitions | "Now let's", "Moving on to", "Next, I will" | Delete; execute the next step |
---
**Detection**:
grep -rn "successfully\|Successfully\|great job\|well done\|excellent" \ --include="*.md" --include="*.txt" rg 'successfully (completed|finished|implemented|fixed|resolved)' -i
**Signal**:
I have successfully completed the migration task! The database schema has been successfully updated and all tests are passing. Great work!
**Why it matters**: "Successfully" adds no information — if the task failed, the agent wouldn't be reporting it as done. Every occurrence of "successfully" can be deleted with zero information loss. Self-congratulation transfers the user's attention from facts to sentiment.
**Preferred action**:
Migrated the schema. 3 tables updated, 47 tests pass.
---
**Detection**:
rg "I('m| am) (now |going to |about to )?(read|look|check|search|run|execute)" -i
rg "Let me (now |first |quickly )?(read|check|look at|search|run)" -i**Signal**:
Now I will read the configuration file to understand the current settings. Let me check what's in the database before proceeding. I'm going to look at the test output to diagnose the failure.
**Why it matters**: The tool call already shows the action. Narrating it before the call doubles the words without adding context. Users scanning output skip narration to find facts.
**Preferred action**: Execute the tool call. If a brief orienting phrase is needed, one word is sufficient: "Checking the config." not "Now I will proceed to carefully examine the configuration file to understand the current state of the settings."
---
**Detection**:
rg "complex|challenging|sophisticated|non-trivial|tricky|difficult" -i \ --include="*.md" grep -rn "complex task\|challenging problem\|complex issue\|difficult bug" -i
**Signal**:
This is a complex refactoring task involving sophisticated architectural changes. The challenging nature of this problem required careful analysis.
**Why it matters**: Characterizing difficulty is self-serving narration. If the task was trivial, calling it complex is inaccurate. If it was genuinely hard, the solution demonstrates that — the label adds nothing and can read as excuse-making.
**Preferred action**: Never characterize difficulty. Describe what was done and why.
---
**Detection**:
rg "The task (has been|is now) (complete|done|finished)" -i rg "Everything (is|looks) (good|fine|correct|working)" -i rg "All (done|set|good|complete)" -i
**Signal**:
The task has been completed successfully. Everything looks good! All done — the feature is now working correctly.
**Why it matters**: "Everything looks good" is an assertion without evidence. Users cannot verify it. Fact-based completions include specific counts, file names, or test results that a user can independently check.
**Preferred action**:
Fixed the null check in users.go:142. Tests pass (47/47). No other callers of `getUser()` affected.
---
**Detection**:
rg "please note that|it's worth noting|it should be mentioned|keep in mind" -i rg "I would (recommend|suggest|advise) that you" -i rg "you may want to (consider|think about|look into)" -i
**Signal**:
Please note that this change may have implications you should be aware of. It's worth noting that you may want to consider reviewing the downstream effects. I would recommend that you carefully examine the results before proceeding.
**Why it matters**: Caveat stacking is a hedge against being wrong. If there's a genuine risk, state it specifically: "This migration is irreversible — verify with a dry-run before applying." Generic caveats train users to ignore all caveats, including the real ones.
**Preferred action**: State the specific risk or remove the caveat entirely.
---
| Output pattern | Root cause | Fix | |---------------|------------|-----| | Summary longer than the actual change | Over-explaining simple edits | Match summary length to change size: one-line fix → one-line report | | Hedging on a certain fact | Confusing opinion with fact | State facts directly; use "I think" only for genuine uncertainty | | Repeating the user's request back | Filler before the answer | Delete the restatement; start with the answer | | Listing every file touched | Reporting mechanics not outcomes | Report what changed functionally, not the file l
Essays and writing behind this toolkit live at vexjoy.com. VexJoy Agent connects plain-English requests to specialist agents, skills, and workflows. /do selects the knowledge and tools needed for your task.
Repo: notque/vexjoy-agent
Ansible automation: playbooks, roles, collections, Molecule testing, Vault security.
**Scope**: Module selection patterns, builtin vs command/shell decisions, collection modules, and version-specific module changes **Version range**:…
**Scope**: Molecule test scenarios, ansible-lint rules, idempotency validation, and check-mode patterns **Version range**: Molecule 6.0+ / ansible-lint 6.0+ /…
Universal rules injected by /do at dispatch. Each agent's .md file supplies domain rules.
Zero-dependency combat visual upgrades: CSS particle replacement, Framer Motion combat juice, CSS 3D card transforms.
<!-- Loaded by combat-effects-upgrade when task involves card tilt, backface-visibility, CSS perspective, or Framer Motion + CSS 3D integration -->