Running the Gauntlet Loop in Claude Code: /loop, Ultracode and Subagents
What /loop and ultracode actually do in the original prompt, the minimal Claude Code setup, and the plain-words port for any other agent.

Running the Gauntlet Loop in Claude Code: /loop, Ultracode and Subagents
The gauntlet loop was born in Claude Code, and two of its magic words in the original prompt are Claude Code features. Here is what they do, and how to run a gauntlet anywhere else.
The two magic words
Shumer's original prompt uses both, plus one more structural trick worth copying: an architecture contract (in Claude of Duty, a file defining subsystem interfaces and directory ownership) so parallel builders do not trample each other.
The minimal Claude Code setup
No Claude Code? Same structure, plain words
The pattern ports to any agent framework: replace /loop with "keep looping until the critic picks ours; never stop after a fixed number of rounds", and replace ultracode with "run the builders and critics as parallel subagents with separate contexts". The RoboNuggets skill that popularized the reusable version does exactly this swap for non-Claude agents.
The structure is the technique; the platform just decides how much of it runs unattended. Deep-dive the design choices in the critic piece and the annotated original.
Related Articles
- The Best Wan 2.1 Prompts: Open-Source AI Video That Works
Sep 3, 2026 · 7 min read
- Les Meilleurs Prompts Wan 2.1 : Vidéo IA Open-Source Qui Fonctionne
Sep 3, 2026 · 7 min read
- 最佳的Wan 2.1提示词:开源的AI视频,真的能用
Sep 3, 2026 · 7 min read
- As Melhores Prompts do Wan 2.1: Vídeo de IA Open-Source Que Funciona
Sep 3, 2026 · 7 min read
- Las Mejores Instrucciones para Wan 2.1: Video IA de Código Abierto Que Funciona
Sep 3, 2026 · 7 min read