The Fool
Use when challenging ideas, plans, decisions, or proposals using structured critical reasoning.
Before & after
Same prompt, same agent — the only difference is the skill.
Let me think through some potential issues with your chatbot plan. There could be some challenges around accuracy and customer satisfaction. You might run into problems if the AI makes mistakes or if it frustrates customers by not understanding their issues properly. You could also face some adoption challenges if users prefer talking to humans. There's also the question of how well it will handle complex problems. What have you already considered in your planning?
RED TEAM REPORT: AI Chatbot Customer Support Launch ASSUMPTION AUDIT (What could fail if wrong?) Assumption 1: "Customers prefer instant bot response over 30-min human wait" → Risk: If false, chatbot deflection feels patronizing. Measure via post-chat survey (target: >70% would use bot again for routine issues) Assumption 2: "Bot accuracy at 85% is acceptable" (misses 1 in 7 customer intents) → Risk: Misrouting to wrong department worse than no bot (escalation cost + frustration spike). Propose: Start at 92% accuracy gate or don't ship FAILURE MODE 1: Confabulation at Scale Scenario: Bot confidently hallucinates a refund policy that contradicts website • Customer chats bot Tuesday, gets false refund promise • Escalates to human Friday (3-day lag, customer frustration compounded) • Legal liability if bot contradicts terms-of-service Mitigation: Every answer must cite source; disallow free-form generation on policy questions. Audit logs show bot reasoning. FAILURE MODE 2: Cost Shifting, Not Reduction Scenario: Bot handles 60% of chats (30% reduction expected) Reality: Bot mishandles issues, humans re-explain 40% of bot interactions = net cost increase • Bot saves 18% support time (30% deflection – 40% rework overhead) • Investment cost ($50K build, $2K/mo hosting) not recovered for 18 months Mitigation: Measure: Bot handoff-to-human ratio weekly. If >35% of bot chats escalate, pause feature FAILURE MODE 3: Reputation Damage Scenario: Chatbot visible in early metrics or press coverage Reality: "AI startup replaces support team with bot" headlines kill hiring/trust Mitigation: Market as "AI-assisted support" not "replacement." Highlight human escalation path. Message consistency across PR, website, docs. BREAK-EVEN ANALYSIS Investment: $50K build + $2K/mo operating = break-even at 280 support hours saved (6-month payback) Assumption risk: If chatbot solves only 50% intended volume, payback = 12+ months (cash burn continues) GO/NO-GO GATE BEFORE LAUNCH ☐ 92%+ accuracy on 500 real customer questions (backtest on historical tickets) ☐ Human review: 100% of chatbot responses for first week (not 10%) ☐ Escalation path visible before customer frustration (no wait loops) ☐ Legal: Terms-of-service explicitly authorizes AI support ☐ Success metric agreed with finance: cost savings, CSAT, deflection %, rework rate
About this skill
name: the-fool description: Use when Use when challenging ideas, plans, decisions, or proposals using structured critical reasoning.
The Fool
Use when challenging ideas, plans, decisions, or proposals using structured critical reasoning. Invoke to play devil's advocate, run a pre-mortem, red team, or audit evidence and assumptions.
What you get
- Public GitHub repo
- the skills/the-fool folder with SKILL.md and references.
Customize your output
- Fork the repo and extend the skill's reference files for your own stack conventions.
Example output
Activates on a matching request (e.g. building or reviewing The Fool code) and can chain with other skills in the pack.
Best for
Full-stack developers and engineering teams using Claude Code.
SKILL.md preview
---
name: the-fool
description: Use this skill when challenging ideas, plans, decisions, or proposals using structured critical reasoning such as devil's advocacy, pre-mortems, or red teaming.
version: 1.0.0
category: Development / Engineering
author: AgentVolt
license: proprietary
tags:
- development
- engineering
---
# The Fool
Applies structured critical reasoning to challenge a plan or decision before it ships, running devil's advocate, pre-mortem, and evidence-audit passes.
## When to use
… (sign up to view the full skill)More development skills
View all Development skills →Generate
Scaffold code, tests, and boilerplate from a short spec.
Performance Profiler
Systematic performance profiling for Node.js, Python, and Go applications.
Threat Detection
Use when hunting for threats in an environment, analyzing IOCs, or detecting behavioral anomalies in telemetry.
Agent Harness
Turns a domain folder of skills into a bounded agentic loop: compile a goal into a task plan, execute with the domain's tools, verify every task, retry within a budget.