AI SummaryWRAP is a decision-making framework that helps developers and AI systems work through major decisions by countering cognitive biases (narrow framing, confirmation bias, emotion, overconfidence). Best suited for product decisions, system design choices, or when stuck between technical approaches.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "wrap" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (7 files) mkdir -p .claude/skills/wrap && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/wrap/SKILL.md "https://raw.githubusercontent.com/neurofoo/agent-skills/main/wrap/SKILL.md" && mkdir -p .claude/skills/wrap/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/wrap/commands/attain-distance.md "https://raw.githubusercontent.com/neurofoo/agent-skills/main/wrap/commands/attain-distance.md" && mkdir -p .claude/skills/wrap/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/wrap/commands/prepare.md "https://raw.githubusercontent.com/neurofoo/agent-skills/main/wrap/commands/prepare.md" && mkdir -p .claude/skills/wrap/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/wrap/commands/reality-test.md "https://raw.githubusercontent.com/neurofoo/agent-skills/main/wrap/commands/reality-test.md" && mkdir -p .claude/skills/wrap/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/wrap/commands/widen.md "https://raw.githubusercontent.com/neurofoo/agent-skills/main/wrap/commands/widen.md" && mkdir -p .claude/skills/wrap/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/wrap/commands/wrap.md "https://raw.githubusercontent.com/neurofoo/agent-skills/main/wrap/commands/wrap.md" && mkdir -p .claude/skills/wrap/references && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/wrap/references/examples.md "https://raw.githubusercontent.com/neurofoo/agent-skills/main/wrap/references/examples.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
WRAP decision framework countering the four villains—narrow framing, confirmation bias, short-term emotion, and overconfidence. Use for major decisions or when stuck between options.
WRAP Decision Framework
Apply the complete WRAP framework to make a better decision by countering the four villains of decision-making.
Instructions
Work through all four phases sequentially. Each phase targets a specific cognitive bias that undermines good decisions.
Output Format
Decision: [What are we deciding?] Context: [Key constraints and stakes] ---
W: WIDEN Your Options
Counter: Narrow Framing ("Should I do X?" → "What are all my options?") Current Framing How is the decision currently framed? (Often as "whether or not") Expanded Options | # | Option | Why It's Worth Considering | |---|--------|---------------------------| | 1 | [option] | [rationale] | | 2 | [option] | [rationale] | | 3 | [option] | [rationale] | | 4 | [option] | [rationale] | Option-Finding Techniques • Vanishing options test: "If you couldn't do X, what would you do?" • Opportunity cost: "What else could you do with this time/money?" • Find someone who solved it: "Who's had this problem?" ---
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster