mirror of
https://github.com/obra/superpowers.git
synced 2026-04-25 19:19:06 +08:00
Release v3.2.2: Strengthen using-superpowers against agent rationalization
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
{
|
{
|
||||||
"name": "superpowers",
|
"name": "superpowers",
|
||||||
"description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
|
"description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
|
||||||
"version": "3.2.1",
|
"version": "3.2.2",
|
||||||
"source": "./",
|
"source": "./",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jesse Vincent",
|
"name": "Jesse Vincent",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "superpowers",
|
"name": "superpowers",
|
||||||
"description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
|
"description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
|
||||||
"version": "3.2.1",
|
"version": "3.2.2",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jesse Vincent",
|
"name": "Jesse Vincent",
|
||||||
"email": "jesse@fsck.com"
|
"email": "jesse@fsck.com"
|
||||||
|
|||||||
@@ -1,5 +1,27 @@
|
|||||||
# Superpowers Release Notes
|
# Superpowers Release Notes
|
||||||
|
|
||||||
|
## v3.2.2 (2025-10-21)
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
**Strengthened using-superpowers skill against agent rationalization**
|
||||||
|
- Added EXTREMELY-IMPORTANT block with absolute language about mandatory skill checking
|
||||||
|
- "If even 1% chance a skill applies, you MUST read it"
|
||||||
|
- "You do not have a choice. You cannot rationalize your way out."
|
||||||
|
- Added MANDATORY FIRST RESPONSE PROTOCOL checklist
|
||||||
|
- 5-step process agents must complete before any response
|
||||||
|
- Explicit "responding without this = failure" consequence
|
||||||
|
- Added Common Rationalizations section with 8 specific evasion patterns
|
||||||
|
- "This is just a simple question" → WRONG
|
||||||
|
- "I can check files quickly" → WRONG
|
||||||
|
- "Let me gather information first" → WRONG
|
||||||
|
- Plus 5 more common patterns observed in agent behavior
|
||||||
|
|
||||||
|
These changes address observed agent behavior where they rationalize around skill usage despite clear instructions. The forceful language and pre-emptive counter-arguments aim to make non-compliance harder.
|
||||||
|
|
||||||
|
### Files Changed
|
||||||
|
- Updated: `skills/using-superpowers/SKILL.md` - Added three layers of enforcement to prevent skill-skipping rationalization
|
||||||
|
|
||||||
## v3.2.1 (2025-10-20)
|
## v3.2.1 (2025-10-20)
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|||||||
Reference in New Issue
Block a user