git404hub

what is torque-loop fr?

thelucidtech/torque-loop — explained in plain English

Analysis updated 2026-05-18

3JavaScriptAudience · developerComplexity · 3/5Setup · moderate

tl;dr

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.

vibe map

mindmap
  root((repo))
    What it does
      Structured mutate-test loop
      Saves only proven changes
      Persists state to disk
    Commands
      Ratchet slash commands
      Ignite starts the loop
      Evolve tight mutation loop
    Use cases
      Narrow vague ideas
      Force decisions on blockers
      Serialize and resume work
    Tech stack
      JavaScript / Node 18+
      Claude Code plugin
      Codex CLI support
    Audience
      AI-assisted developers
      Vibe coders with messy work
      Teams sharing plugin scope
    Installation
      Global Claude plugin
      Per-project scope
      Codex CLI or app

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Turn a vague project idea into a concrete, tested first version through repeated mutations.

VIBE 2

Rank blockers in a messy project and force decisions on what to tackle next.

VIBE 3

Resume work on a project across sessions without losing progress or context.

VIBE 4

Scope a shared AI coding workflow to a single repo so teammates inherit the same loop.

what's the stack?

JavaScriptNode.js 18+Claude CodeCodex CLI

how it stacks up fr

thelucidtech/torque-loopabhagsain/bayut-maps-ratingsabhishek-kumar09/who-is-imposter
Stars333
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-04-12
MaintenanceDormant
Setup difficultymoderatemoderateeasy
Complexity3/52/53/5
Audiencedevelopergeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires Node.js 18+ and setup as a Claude Code plugin or Codex CLI integration.

No license information was provided in the explanation, so the license terms are unknown.

in plain english

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.

prompts (copy fr)

prompt 1
I have a vague idea for a feature but keep going in circles. Use the Torque Loop /ratchet:ignite command to assess the uncertainty of my task and kick off a structured loop that narrows it into a concrete target.
prompt 2
I have a rough prototype built. Use /ratchet:evolve to mutate this artifact, test each change, and keep only the improvements that actually hold up against hostile testing.
prompt 3
I am stuck on multiple blockers and cannot decide what to prioritize. Use the Torque Loop commands to rank my blockers, force a decision, and kill the draining options so I can move forward.
prompt 4
I want my whole team to use the same structured AI coding loop on our repo. Show me how to scope Torque Loop to a single project so teammates inherit the same /ratchet commands and shared state.

Frequently asked questions

what is torque-loop fr?

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.

What language is torque-loop written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js 18+, Claude Code.

What license does torque-loop use?

No license information was provided in the explanation, so the license terms are unknown.

How hard is torque-loop to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is torque-loop for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.