thelucidtech/torque-loop — explained in plain English
Analysis updated 2026-05-18
Turn a vague project idea into a concrete, tested first version through repeated mutations.
Rank blockers in a messy project and force decisions on what to tackle next.
Resume work on a project across sessions without losing progress or context.
Scope a shared AI coding workflow to a single repo so teammates inherit the same loop.
| thelucidtech/torque-loop | abhagsain/bayut-maps-ratings | abhishek-kumar09/who-is-imposter | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | — | 2021-04-12 |
| Maintenance | — | — | Dormant |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 3/5 | 2/5 | 3/5 |
| Audience | developer | general | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js 18+ and setup as a Claude Code plugin or Codex CLI integration.
Torque Loop is a plugin for Claude Code and Codex, two AI coding assistants. Its job is to take vague, messy work and push it through a structured loop until something concrete and tested comes out. The tagline is "mutate, test, keep the delta," meaning it tries small changes, checks whether they actually improve things, and saves only what works. The plugin bundles two main pieces. The first is the Ratchet command family, a set of slash commands like /ratchet:ignite, /ratchet:lock, /ratchet:build, and /ratchet:verify. Each command forces a specific action: narrowing a fuzzy idea into a target, building a rough first version, attacking it from hostile angles, fixing what broke, and saving the result. The second piece is /ratchet:evolve, a tighter loop that mutates a single artifact, tests it, and keeps only proven improvements. A key idea is that Torque Loop is not a collection of prompts. It describes itself as a consequence engine that creates pressure to produce, test, and advance rather than just talk. State persists to disk between sessions, so work resumes where it stopped instead of starting over. State lives in a plugin data directory, a custom override, or a fallback folder, scoped per project so repos do not collide. Installation covers several paths. You can install it globally as a Claude Code plugin by adding the repo as a marketplace, scope it to a single project so teammates inherit it, or set it up for Codex CLI or the Codex app. A standalone ratchet CLI handles state behind the scenes. Node.js 18 or later is required. The command list is long, covering mapping uncertainty, ranking blockers, forcing decisions, killing draining options, and serializing progress. A starter command called /ratchet:ignite reads how uncertain the task is and adjusts loop depth accordingly. The full README is longer than what was shown.
Torque Loop is a plugin for AI coding assistants like Claude Code and Codex that turns vague ideas into tested results through a structured mutate-test-keep loop. It provides slash commands that force decisions and track progress across sessions.
Mainly JavaScript. The stack also includes JavaScript, Node.js 18+, Claude Code.
No license information was provided in the explanation, so the license terms are unknown.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.