More examples
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# challenge - Critical Challenge Tool
|
||||
# challenge - Challenge an approach or validate ideas with confidence
|
||||
|
||||
The `challenge` tool encourages thoughtful critical thinking instead of automatic agreement with the dreaded **You're absolutely right!** responses - especially
|
||||
when you're not. This tool wraps your comment with instructions that prompt critical thinking and honest analysis instead of blind agreement.
|
||||
@@ -6,10 +6,20 @@ when you're not. This tool wraps your comment with instructions that prompt crit
|
||||
## Quick Example
|
||||
|
||||
```
|
||||
challenge but the new function you added duplicates the hashing method, no?
|
||||
challenge but do we even need all this extra caching because it'll just slow the app down?
|
||||
```
|
||||
|
||||
The tool wraps your statement with instructions that explicitly tell Claude to think critically and disagree if warranted, rather than automatically agreeing.
|
||||
```
|
||||
challenge I don't think this approach solves my original complaint
|
||||
```
|
||||
|
||||
Here’s a more fluid and natural version:
|
||||
|
||||
Normally, your favorite coding agent will enthusiastically reply with **“You’re absolutely right!”**—then proceed to
|
||||
reverse the _correct_ strategy entirely, without stopping to consider that you might actually be wrong, missing the
|
||||
bigger picture or ignoring architectural constraints.
|
||||
|
||||
`challenge` fixes this.
|
||||
|
||||
## Why Use Challenge?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user