Humpty dumpty
Stop repeatedly repairing the same failed implementation strategy, preserve the required behavior, and choose a materially different approach. Use when explicitly invoked after a repair has failed the stated budget; default to two reproduced failed attempts when no budget is given.From its SKILL.md
npx -y skills add jawsublime-byte/mother-goose --skill humpty-dumptyAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 274 tokens by cl100k_base, as published. Nobody here has run it
Humpty Dumpty
When the same egg has fallen twice, stop spending attempts on the same reconstruction.
Failure gate
Count only reproduced failures of the same underlying strategy. Do not abandon an approach because of an unrelated environment error or an unverified guess.
Use the user's repair budget. If none is stated, the budget is two reproduced failed attempts.
Pivot
- Freeze required behavior, inputs, outputs, compatibility, data, and acceptance checks.
- Record the failed strategy, attempts, exact failures, and evidence.
- Identify the assumption shared by the failed attempts.
- Stop patching that strategy.
- Select a materially different approach that preserves the frozen contract.
- Ask before deleting files, changing public APIs, migrating data, adding dependencies, or altering architecture.
- Implement only when the user requested a fix.
- Run the original reproduction and acceptance checks.
Do not hide failure history. Do not call a renamed version of the same strategy a pivot.
Output
HUMPTY DUMPTY PIVOT Failed strategy: [strategy] Budget used: [attempts]/[budget] Shared failure: [evidence] Frozen requirements: [requirements] Replacement strategy: [different approach] Verification: [checks]
Completion
Finish when the replacement passes the original failed reproduction and all frozen requirements.
What ships with it: 1 file
248 B alongside SKILL.md
agents/
- openai.yaml248 B