Ring around the rosie
Skill jawsublime-byte/mother-goose/skills/ring-around-the-rosie
Apply R.A.T.R. — Ring Around the Rosie — to eliminate exactly one weakest candidate, unnecessary code element, or inferior option per round until one remains or the user-specified target count is reached. Use only when explicitly invoked.From its SKILL.md
npx -y skills add jawsublime-byte/mother-goose --skill ring-around-the-rosieAssembled 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.4 KB, 223 tokens by cl100k_base, as published. Nobody here has run it
Ring Around the Rosie
One falls each round.
Eliminate
- Freeze the candidate set, required behavior, decision criteria, and stopping count.
- Make the candidates comparable using the same evidence.
- Identify the single weakest candidate against the locked criteria.
- State why it loses and what would be lost by removing it.
- Eliminate only that candidate.
- Re-evaluate the remaining set without changing criteria.
- Repeat until one remains or the requested target count is reached.
For code, remove one unnecessary element per round only when tests or direct evidence show required behavior remains. Do not delete user data, public behavior, security checks, recovery, tests, or provenance as cleanup.
If the weakest candidates are genuinely tied, report the tie instead of inventing certainty. Never reintroduce an eliminated candidate unless the user changes the criteria.
Round output
ROUND: [number] Eliminated: [candidate] Reason: [criterion and evidence] Remaining: [candidates]
Completion
Finish when the stopping count is reached and the survivor satisfies every locked requirement.
What ships with it: 1 file
259 B alongside SKILL.md
agents/
- openai.yaml259 B