# Bestow Curse

> Bestow Curse saddles a target with a lasting disadvantage. The real-world version is constraint injection: deliberately adding friction, limitations, or handicaps to see how a system, process, or team adapts. This is the skill of resilience testing through artificial adversity — bandwidth throttling, feature removal, resource reduction.

- Skill: `hmbown/bestow-curse` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hmbown/bestow-curse`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hmbown/bestow-curse/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Hmbown (https://skillmd.com/u/hmbown)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hmbown/bestow-curse

---


# Bestow Curse

Add persistent constraints or friction to test how a system copes.

## Overview

Bestow Curse is interpreted here as a metaphorical spell with a prototype execution model.

Canonical source: Bestow Curse (spell)

Provider target: OpenClaw

## When To Use

- You want to test how a system performs under degraded conditions before those conditions occur naturally.
- A process is too dependent on ideal circumstances and you need to know its failure boundaries.

## Workflow

1. Identify the system or process to stress-test through constraint injection.
2. Design the curse: what specific limitation, degradation, or friction to introduce.
3. Define the measurement criteria: how will you know if the system coped well or poorly?
4. Deliver the constraint injection plan with expected outcomes and rollback procedures.

## Deliverables

- A constraint injection plan: what to degrade, by how much, for how long.
- Success and failure criteria: what coping looks like vs. what breaking looks like.

## Guardrails

- Constraint injection must be reversible. The curse should reveal weaknesses, not create permanent damage.
- Do not inject constraints into production systems without authorization and rollback plans.

## Default Invocation

Use $bestow-curse to design a constraint injection test for this [system/process]. What happens when we deliberately degrade it?


