agentsclimarketplace

Humpty dumpty

Skill jawsublime-byte/mother-goose/skills/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

Install
npx -y skills add jawsublime-byte/mother-goose --skill humpty-dumpty

Assembled 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

  1. Freeze required behavior, inputs, outputs, compatibility, data, and acceptance checks.
  2. Record the failed strategy, attempts, exact failures, and evidence.
  3. Identify the assumption shared by the failed attempts.
  4. Stop patching that strategy.
  5. Select a materially different approach that preserves the frozen contract.
  6. Ask before deleting files, changing public APIs, migrating data, adding dependencies, or altering architecture.
  7. Implement only when the user requested a fix.
  8. 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/

Keep looking

Skills are one crate of 326,645. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.